Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Packages that use JaxbHbmColumnType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.jaxb.hbm.transform org.hibernate.envers.boot.model -
-
Uses of JaxbHbmColumnType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmColumnType Modifier and Type Field Description protected JaxbHbmColumnType
JaxbHbmEntityDiscriminatorType. column
protected JaxbHbmColumnType
JaxbHbmListIndexType. column
protected JaxbHbmColumnType
JaxbHbmMultiTenancyType. column
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmColumnType Modifier and Type Field Description protected List<JaxbHbmColumnType>
JaxbHbmAnyAssociationType. column
protected List<JaxbHbmColumnType>
JaxbHbmCollectionIdType. column
protected List<JaxbHbmColumnType>
JaxbHbmCompositeKeyBasicAttributeType. column
protected List<JaxbHbmColumnType>
JaxbHbmCompositeKeyManyToOneType. column
protected List<JaxbHbmColumnType>
JaxbHbmIndexManyToAnyType. column
protected List<JaxbHbmColumnType>
JaxbHbmIndexManyToManyType. column
protected List<JaxbHbmColumnType>
JaxbHbmIndexType. column
protected List<JaxbHbmColumnType>
JaxbHbmKeyType. column
protected List<JaxbHbmColumnType>
JaxbHbmManyToAnyCollectionElementType. column
protected List<JaxbHbmColumnType>
JaxbHbmSimpleIdType. column
protected List<JaxbHbmColumnType>
JaxbHbmVersionAttributeType. column
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmColumnType Modifier and Type Method Description JaxbHbmColumnType
ObjectFactory. createJaxbHbmColumnType()
Create an instance ofJaxbHbmColumnType
JaxbHbmColumnType
JaxbHbmEntityDiscriminatorType. getColumn()
Gets the value of the column property.JaxbHbmColumnType
JaxbHbmListIndexType. getColumn()
Gets the value of the column property.JaxbHbmColumnType
JaxbHbmMultiTenancyType. getColumn()
Gets the value of the column property.Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmColumnType Modifier and Type Method Description List<JaxbHbmColumnType>
JaxbHbmAnyAssociationType. getColumn()
Gets the value of the column property.List<JaxbHbmColumnType>
JaxbHbmCollectionIdType. getColumn()
Gets the value of the column property.List<JaxbHbmColumnType>
JaxbHbmCompositeKeyBasicAttributeType. getColumn()
Gets the value of the column property.List<JaxbHbmColumnType>
JaxbHbmCompositeKeyManyToOneType. getColumn()
Gets the value of the column property.List<JaxbHbmColumnType>
JaxbHbmIndexManyToAnyType. getColumn()
Gets the value of the column property.List<JaxbHbmColumnType>
JaxbHbmIndexManyToManyType. getColumn()
Gets the value of the column property.List<JaxbHbmColumnType>
JaxbHbmIndexType. getColumn()
Gets the value of the column property.List<JaxbHbmColumnType>
JaxbHbmKeyType. getColumn()
Gets the value of the column property.List<JaxbHbmColumnType>
JaxbHbmManyToAnyCollectionElementType. getColumn()
Gets the value of the column property.List<JaxbHbmColumnType>
JaxbHbmSimpleIdType. getColumn()
Gets the value of the column property.List<JaxbHbmColumnType>
JaxbHbmVersionAttributeType. getColumn()
Gets the value of the column property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmColumnType Modifier and Type Method Description void
JaxbHbmEntityDiscriminatorType. setColumn(JaxbHbmColumnType value)
Sets the value of the column property.void
JaxbHbmListIndexType. setColumn(JaxbHbmColumnType value)
Sets the value of the column property.void
JaxbHbmMultiTenancyType. setColumn(JaxbHbmColumnType value)
Sets the value of the column property. -
Uses of JaxbHbmColumnType in org.hibernate.boot.jaxb.hbm.transform
Constructors in org.hibernate.boot.jaxb.hbm.transform with parameters of type JaxbHbmColumnType Constructor Description SourceColumnAdapterJaxbHbmColumnType(JaxbHbmColumnType hbmColumn)
-
Uses of JaxbHbmColumnType in org.hibernate.envers.boot.model
Methods in org.hibernate.envers.boot.model that return JaxbHbmColumnType Modifier and Type Method Description JaxbHbmColumnType
Column. build()
-