|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdClass | |
---|---|
org.apache.openejb.jee.jpa | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
Uses of IdClass in org.apache.openejb.jee.jpa |
---|
Fields in org.apache.openejb.jee.jpa declared as IdClass | |
---|---|
protected IdClass |
Entity.idClass
|
protected IdClass |
MappedSuperclass.idClass
|
Methods in org.apache.openejb.jee.jpa that return IdClass | |
---|---|
IdClass |
ObjectFactory.createIdClass()
Create an instance of IdClass |
IdClass |
Entity.getIdClass()
Gets the value of the idClass property. |
IdClass |
Mapping.getIdClass()
|
IdClass |
MappedSuperclass.getIdClass()
Gets the value of the idClass property. |
Methods in org.apache.openejb.jee.jpa with parameters of type IdClass | |
---|---|
void |
Entity.setIdClass(IdClass value)
Sets the value of the idClass property. |
void |
Mapping.setIdClass(IdClass value)
|
void |
MappedSuperclass.setIdClass(IdClass value)
Sets the value of the idClass property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |