Uses of Class
org.hibernate.tuple.BaselineAttributeInformation
Packages that use BaselineAttributeInformation
-
Uses of BaselineAttributeInformation in org.hibernate.tuple
Methods in org.hibernate.tuple that return BaselineAttributeInformationConstructors in org.hibernate.tuple with parameters of type BaselineAttributeInformationModifierConstructorDescriptionprotected
AbstractNonIdentifierAttribute
(AttributeSource source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BaselineAttributeInformation in org.hibernate.tuple.component
Constructors in org.hibernate.tuple.component with parameters of type BaselineAttributeInformationModifierConstructorDescriptionprotected
AbstractCompositionAttribute
(AttributeSource source, SessionFactoryImplementor sessionFactory, int entityBasedAttributeNumber, String attributeName, CompositeType attributeType, int columnStartPosition, BaselineAttributeInformation baselineInfo) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BaselineAttributeInformation in org.hibernate.tuple.entity
Constructors in org.hibernate.tuple.entity with parameters of type BaselineAttributeInformationModifierConstructorDescriptionprotected
AbstractEntityBasedAttribute
(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation) Deprecated, for removal: This API element is subject to removal in a future version.EntityBasedAssociationAttribute
(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, AssociationType attributeType, BaselineAttributeInformation baselineInfo) Deprecated, for removal: This API element is subject to removal in a future version.EntityBasedBasicAttribute
(EntityPersister source, SessionFactoryImplementor factory, int attributeNumber, String attributeName, Type attributeType, BaselineAttributeInformation baselineInfo) Deprecated, for removal: This API element is subject to removal in a future version.EntityBasedCompositionAttribute
(EntityPersister source, SessionFactoryImplementor factory, int attributeNumber, String attributeName, CompositeType attributeType, BaselineAttributeInformation baselineInfo) Deprecated, for removal: This API element is subject to removal in a future version.VersionProperty
(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation) Deprecated, for removal: This API element is subject to removal in a future version.Constructs VersionProperty instances.