Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbId
-
Packages that use JaxbId Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbId in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbId Modifier and Type Field Description protected List<JaxbId>
JaxbAttributes. id
Methods in org.hibernate.boot.jaxb.mapping that return JaxbId Modifier and Type Method Description JaxbId
ObjectFactory. createJaxbId()
Create an instance ofJaxbId
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbId Modifier and Type Method Description List<JaxbId>
JaxbAttributes. getId()
Gets the value of the id property. -
Uses of JaxbId in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbId Modifier and Type Method Description List<JaxbId>
PropertyMappingElementCollector. getId()
-