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 JaxbHbmColumnTypeJaxbHbmEntityDiscriminatorType. columnprotected JaxbHbmColumnTypeJaxbHbmListIndexType. columnprotected JaxbHbmColumnTypeJaxbHbmMultiTenancyType. columnFields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmColumnType Modifier and Type Field Description protected List<JaxbHbmColumnType>JaxbHbmAnyAssociationType. columnprotected List<JaxbHbmColumnType>JaxbHbmCollectionIdType. columnprotected List<JaxbHbmColumnType>JaxbHbmCompositeKeyBasicAttributeType. columnprotected List<JaxbHbmColumnType>JaxbHbmCompositeKeyManyToOneType. columnprotected List<JaxbHbmColumnType>JaxbHbmIndexManyToAnyType. columnprotected List<JaxbHbmColumnType>JaxbHbmIndexManyToManyType. columnprotected List<JaxbHbmColumnType>JaxbHbmIndexType. columnprotected List<JaxbHbmColumnType>JaxbHbmKeyType. columnprotected List<JaxbHbmColumnType>JaxbHbmManyToAnyCollectionElementType. columnprotected List<JaxbHbmColumnType>JaxbHbmSimpleIdType. columnprotected List<JaxbHbmColumnType>JaxbHbmVersionAttributeType. columnMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmColumnType Modifier and Type Method Description JaxbHbmColumnTypeObjectFactory. createJaxbHbmColumnType()Create an instance ofJaxbHbmColumnTypeJaxbHbmColumnTypeJaxbHbmEntityDiscriminatorType. getColumn()Gets the value of the column property.JaxbHbmColumnTypeJaxbHbmListIndexType. getColumn()Gets the value of the column property.JaxbHbmColumnTypeJaxbHbmMultiTenancyType. 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 voidJaxbHbmEntityDiscriminatorType. setColumn(JaxbHbmColumnType value)Sets the value of the column property.voidJaxbHbmListIndexType. setColumn(JaxbHbmColumnType value)Sets the value of the column property.voidJaxbHbmMultiTenancyType. 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 JaxbHbmColumnTypeColumn. build()
-