Uses of Class
org.hibernate.tuple.BaselineAttributeInformation
-
Packages that use BaselineAttributeInformation Package Description org.hibernate.tuple Most contracts here have been replaced by the new runtime mapping model.org.hibernate.tuple.component org.hibernate.tuple.entity -
-
Uses of BaselineAttributeInformation in org.hibernate.tuple
Methods in org.hibernate.tuple that return BaselineAttributeInformation Modifier and Type Method Description BaselineAttributeInformation
BaselineAttributeInformation.Builder. createInformation()
Constructors in org.hibernate.tuple with parameters of type BaselineAttributeInformation Constructor Description 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 BaselineAttributeInformation Constructor Description 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 BaselineAttributeInformation Constructor Description 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.
-