Uses of Class
org.hibernate.tuple.BaselineAttributeInformation
-
Packages that use BaselineAttributeInformation Package Description org.hibernate.tuple 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)
-
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)
-
Uses of BaselineAttributeInformation in org.hibernate.tuple.entity
-