Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.Id
-
Packages that use Id Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of Id in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type Id Modifier and Type Field Description protected java.util.List<Id>
Attributes. id
Methods in org.hibernate.jpamodelgen.xml.jaxb that return Id Modifier and Type Method Description Id
ObjectFactory. createId()
Create an instance ofId
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type Id Modifier and Type Method Description java.util.List<Id>
Attributes. getId()
Gets the value of the id property.
-