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 JaxbColumn
TargetColumnAdapterJaxbColumn. 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 JaxbColumn
JaxbAttributeOverride. column
protected JaxbColumn
JaxbBasic. column
protected JaxbColumn
JaxbElementCollection. column
protected JaxbColumn
JaxbHbmAnyDiscriminator. column
protected JaxbColumn
JaxbId. column
protected JaxbColumn
JaxbMultiTenancy. column
protected JaxbColumn
JaxbVersion. column
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbColumn Modifier and Type Field Description protected List<JaxbColumn>
JaxbHbmAnyKey. columns
Methods in org.hibernate.boot.jaxb.mapping that return JaxbColumn Modifier and Type Method Description JaxbColumn
ObjectFactory. createJaxbColumn()
Create an instance ofJaxbColumn
JaxbColumn
DiscriminatedAssociation.Discriminator. getColumn()
The column holding the discriminator valueJaxbColumn
JaxbAttributeOverride. getColumn()
Gets the value of the column property.JaxbColumn
JaxbBasic. getColumn()
Gets the value of the column property.JaxbColumn
JaxbElementCollection. getColumn()
Gets the value of the column property.JaxbColumn
JaxbHbmAnyDiscriminator. getColumn()
Gets the value of the column property.JaxbColumn
JaxbId. getColumn()
Gets the value of the column property.JaxbColumn
JaxbMultiTenancy. getColumn()
Gets the value of the column property.JaxbColumn
JaxbVersion. 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 void
JaxbAttributeOverride. setColumn(JaxbColumn value)
Sets the value of the column property.void
JaxbBasic. setColumn(JaxbColumn value)
Sets the value of the column property.void
JaxbElementCollection. setColumn(JaxbColumn value)
Sets the value of the column property.void
JaxbHbmAnyDiscriminator. setColumn(JaxbColumn value)
Sets the value of the column property.void
JaxbId. setColumn(JaxbColumn value)
Sets the value of the column property.void
JaxbMultiTenancy. setColumn(JaxbColumn value)
Sets the value of the column property.void
JaxbVersion. setColumn(JaxbColumn value)
Sets the value of the column property.
-