Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Packages that use JaxbHbmColumnType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
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 java.util.List<JaxbHbmColumnType>JaxbHbmAnyAssociationType. columnprotected java.util.List<JaxbHbmColumnType>JaxbHbmCollectionIdType. columnprotected java.util.List<JaxbHbmColumnType>JaxbHbmCompositeKeyBasicAttributeType. columnprotected java.util.List<JaxbHbmColumnType>JaxbHbmCompositeKeyManyToOneType. columnprotected java.util.List<JaxbHbmColumnType>JaxbHbmIndexManyToAnyType. columnprotected java.util.List<JaxbHbmColumnType>JaxbHbmIndexManyToManyType. columnprotected java.util.List<JaxbHbmColumnType>JaxbHbmIndexType. columnprotected java.util.List<JaxbHbmColumnType>JaxbHbmKeyType. columnprotected java.util.List<JaxbHbmColumnType>JaxbHbmManyToAnyCollectionElementType. columnprotected java.util.List<JaxbHbmColumnType>JaxbHbmSimpleIdType. columnprotected java.util.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 java.util.List<JaxbHbmColumnType>JaxbHbmAnyAssociationType. getColumn()Gets the value of the column property.java.util.List<JaxbHbmColumnType>JaxbHbmCollectionIdType. getColumn()Gets the value of the column property.java.util.List<JaxbHbmColumnType>JaxbHbmCompositeKeyBasicAttributeType. getColumn()Gets the value of the column property.java.util.List<JaxbHbmColumnType>JaxbHbmCompositeKeyManyToOneType. getColumn()Gets the value of the column property.java.util.List<JaxbHbmColumnType>JaxbHbmIndexManyToAnyType. getColumn()Gets the value of the column property.java.util.List<JaxbHbmColumnType>JaxbHbmIndexManyToManyType. getColumn()Gets the value of the column property.java.util.List<JaxbHbmColumnType>JaxbHbmIndexType. getColumn()Gets the value of the column property.java.util.List<JaxbHbmColumnType>JaxbHbmKeyType. getColumn()Gets the value of the column property.java.util.List<JaxbHbmColumnType>JaxbHbmManyToAnyCollectionElementType. getColumn()Gets the value of the column property.java.util.List<JaxbHbmColumnType>JaxbHbmSimpleIdType. getColumn()Gets the value of the column property.java.util.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.
-