Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbBasic
-
Packages that use JaxbBasic Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbBasic in org.hibernate.boot.jaxb.mapping
Subclasses of JaxbBasic in org.hibernate.boot.jaxb.mapping Modifier and Type Class Description classJaxbTenantIdSee `@org.hibernate.annotations.TenantId`Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbBasic Modifier and Type Field Description protected List<JaxbBasic>JaxbNaturalId. basicprotected List<JaxbBasic>JaxbAttributes. basicAttributesprotected List<JaxbBasic>JaxbEmbeddableAttributes. basicAttributesMethods in org.hibernate.boot.jaxb.mapping that return JaxbBasic Modifier and Type Method Description JaxbBasicObjectFactory. createJaxbBasic()Create an instance ofJaxbBasicMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbBasic Modifier and Type Method Description List<JaxbBasic>JaxbNaturalId. getBasic()Gets the value of the basic property.List<JaxbBasic>AttributesContainer. getBasicAttributes()List<JaxbBasic>JaxbAttributes. getBasicAttributes()Gets the value of the basicAttributes property.List<JaxbBasic>JaxbEmbeddableAttributes. getBasicAttributes()Gets the value of the basicAttributes property.List<JaxbBasic>NaturalId. getBasicAttributes() -
Uses of JaxbBasic in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbBasic Modifier and Type Method Description List<JaxbBasic>PropertyMappingElementCollector. getBasic()
-