Class EntityBasedBasicAttribute
java.lang.Object
org.hibernate.tuple.AbstractAttribute
org.hibernate.tuple.AbstractNonIdentifierAttribute
org.hibernate.tuple.entity.AbstractEntityBasedAttribute
org.hibernate.tuple.entity.EntityBasedBasicAttribute
- All Implemented Interfaces:
Attribute, NonIdentifierAttribute
@Deprecated(forRemoval=true)
public class EntityBasedBasicAttribute
extends AbstractEntityBasedAttribute
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement
-
Constructor Summary
ConstructorsConstructorDescriptionEntityBasedBasicAttribute(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. -
Method Summary
Methods inherited from class AbstractEntityBasedAttribute
getSourceMethods inherited from class AbstractNonIdentifierAttribute
attributeNumber, getCascadeStyle, getFetchMode, getOnDeleteAction, isDirtyCheckable, isDirtyCheckable, isInsertable, isLazy, isNullable, isUpdateable, isVersionable, loggableMetadata, sessionFactory, source, toStringMethods inherited from class AbstractAttribute
getName, getType
-
Constructor Details
-
EntityBasedBasicAttribute
public 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.
-