Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbColumn
-
Packages that use JaxbColumn Package Description org.hibernate.boot.jaxb.hbm.transform org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbColumn in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform that return JaxbColumn Modifier and Type Method Description JaxbColumnTargetColumnAdapterJaxbColumn. getTargetColumn()Constructors in org.hibernate.boot.jaxb.hbm.transform with parameters of type JaxbColumn Constructor Description TargetColumnAdapterJaxbColumn(JaxbColumn jaxbColumn, org.hibernate.boot.jaxb.hbm.transform.ColumnDefaults columnDefaults) -
Uses of JaxbColumn in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbColumn Modifier and Type Field Description protected JaxbColumnJaxbAttributeOverride. columnprotected JaxbColumnJaxbBasic. columnprotected JaxbColumnJaxbElementCollection. columnprotected JaxbColumnJaxbHbmAnyDiscriminator. columnprotected JaxbColumnJaxbId. columnprotected JaxbColumnJaxbMultiTenancy. columnprotected JaxbColumnJaxbVersion. columnFields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbColumn Modifier and Type Field Description protected List<JaxbColumn>JaxbHbmAnyKey. columnsMethods in org.hibernate.boot.jaxb.mapping that return JaxbColumn Modifier and Type Method Description JaxbColumnObjectFactory. createJaxbColumn()Create an instance ofJaxbColumnJaxbColumnDiscriminatedAssociation.Discriminator. getColumn()The column holding the discriminator valueJaxbColumnJaxbAttributeOverride. getColumn()Gets the value of the column property.JaxbColumnJaxbBasic. getColumn()Gets the value of the column property.JaxbColumnJaxbElementCollection. getColumn()Gets the value of the column property.JaxbColumnJaxbHbmAnyDiscriminator. getColumn()Gets the value of the column property.JaxbColumnJaxbId. getColumn()Gets the value of the column property.JaxbColumnJaxbMultiTenancy. getColumn()Gets the value of the column property.JaxbColumnJaxbVersion. getColumn()Gets the value of the column property.Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbColumn Modifier and Type Method Description List<JaxbColumn>DiscriminatedAssociation.Key. getColumns()List<JaxbColumn>JaxbHbmAnyKey. getColumns()Gets the value of the columns property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbColumn Modifier and Type Method Description voidJaxbAttributeOverride. setColumn(JaxbColumn value)Sets the value of the column property.voidJaxbBasic. setColumn(JaxbColumn value)Sets the value of the column property.voidJaxbElementCollection. setColumn(JaxbColumn value)Sets the value of the column property.voidJaxbHbmAnyDiscriminator. setColumn(JaxbColumn value)Sets the value of the column property.voidJaxbId. setColumn(JaxbColumn value)Sets the value of the column property.voidJaxbMultiTenancy. setColumn(JaxbColumn value)Sets the value of the column property.voidJaxbVersion. setColumn(JaxbColumn value)Sets the value of the column property.
-