Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.IdClass
-
Packages that use IdClass Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of IdClass in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as IdClass Modifier and Type Field Description protected IdClass
Entity. idClass
protected IdClass
MappedSuperclass. idClass
Methods in org.hibernate.jpamodelgen.xml.jaxb that return IdClass Modifier and Type Method Description IdClass
ObjectFactory. createIdClass()
Create an instance ofIdClass
IdClass
Entity. getIdClass()
Gets the value of the idClass property.IdClass
MappedSuperclass. getIdClass()
Gets the value of the idClass property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type IdClass Modifier and Type Method Description void
Entity. setIdClass(IdClass value)
Sets the value of the idClass property.void
MappedSuperclass. setIdClass(IdClass value)
Sets the value of the idClass property.
-