Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbColumnImpl
Packages that use JaxbColumnImpl
-
Uses of JaxbColumnImpl in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform that return JaxbColumnImplConstructors in org.hibernate.boot.jaxb.hbm.transform with parameters of type JaxbColumnImplModifierConstructorDescriptionTargetColumnAdapterJaxbColumn
(JaxbColumnImpl jaxbColumn, org.hibernate.boot.jaxb.hbm.transform.ColumnDefaults columnDefaults) -
Uses of JaxbColumnImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbColumnImplModifier and TypeFieldDescriptionprotected JaxbColumnImpl
JaxbAnyMappingDiscriminatorImpl.column
protected JaxbColumnImpl
JaxbAttributeOverrideImpl.column
protected JaxbColumnImpl
JaxbBasicImpl.column
protected JaxbColumnImpl
JaxbCollectionIdImpl.column
protected JaxbColumnImpl
JaxbElementCollectionImpl.column
protected JaxbColumnImpl
JaxbIdImpl.column
protected JaxbColumnImpl
JaxbMultiTenancyImpl.column
protected JaxbColumnImpl
JaxbVersionImpl.column
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbColumnImplMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbColumnImplModifier and TypeMethodDescriptionObjectFactory.createJaxbColumnImpl()
Create an instance ofJaxbColumnImpl
JaxbAnyMapping.Discriminator.getColumn()
The column holding the discriminator valueJaxbAnyMappingDiscriminatorImpl.getColumn()
Gets the value of the column property.JaxbAttributeOverrideImpl.getColumn()
Gets the value of the column property.JaxbBasicImpl.getColumn()
Gets the value of the column property.JaxbCollectionIdImpl.getColumn()
Gets the value of the column property.JaxbElementCollectionImpl.getColumn()
Gets the value of the column property.JaxbIdImpl.getColumn()
Gets the value of the column property.JaxbMultiTenancyImpl.getColumn()
Gets the value of the column property.JaxbVersionImpl.getColumn()
Gets the value of the column property.Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbColumnImplModifier and TypeMethodDescriptionJaxbAnyMapping.Key.getColumns()
JaxbAnyMappingKeyImpl.getColumns()
Gets the value of the columns property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbColumnImplModifier and TypeMethodDescriptionvoid
JaxbAnyMappingDiscriminatorImpl.setColumn
(JaxbColumnImpl value) Sets the value of the column property.void
JaxbAttributeOverrideImpl.setColumn
(JaxbColumnImpl value) Sets the value of the column property.void
JaxbBasicImpl.setColumn
(JaxbColumnImpl value) Sets the value of the column property.void
JaxbCollectionIdImpl.setColumn
(JaxbColumnImpl value) Sets the value of the column property.void
JaxbElementCollectionImpl.setColumn
(JaxbColumnImpl value) Sets the value of the column property.void
JaxbIdImpl.setColumn
(JaxbColumnImpl value) Sets the value of the column property.void
JaxbMultiTenancyImpl.setColumn
(JaxbColumnImpl value) Sets the value of the column property.void
JaxbVersionImpl.setColumn
(JaxbColumnImpl value) Sets the value of the column property.