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 class
JaxbTenantId
See `@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. basic
protected List<JaxbBasic>
JaxbAttributes. basicAttributes
protected List<JaxbBasic>
JaxbEmbeddableAttributes. basicAttributes
Methods in org.hibernate.boot.jaxb.mapping that return JaxbBasic Modifier and Type Method Description JaxbBasic
ObjectFactory. createJaxbBasic()
Create an instance ofJaxbBasic
Methods 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()
-