Attribute
-based impls instead.@Deprecated public class StandardProperty extends AbstractNonIdentifierAttribute implements NonIdentifierAttribute
Constructor and Description |
---|
StandardProperty(String name,
Type type,
boolean lazy,
boolean insertable,
boolean updateable,
ValueGeneration valueGenerationStrategy,
boolean nullable,
boolean checkable,
boolean versionable,
CascadeStyle cascadeStyle,
FetchMode fetchMode)
Deprecated.
Constructs NonIdentifierProperty instances.
|
attributeNumber, getCascadeStyle, getFetchMode, getSource, getValueGenerationStrategy, isDirtyCheckable, isDirtyCheckable, isInsertable, isLazy, isNullable, isUpdateable, isVersionable, loggableMetadata, sessionFactory, source, toString
getName, getNode, getType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCascadeStyle, getFetchMode, getValueGenerationStrategy, isDirtyCheckable, isDirtyCheckable, isInsertable, isLazy, isNullable, isUpdateable, isVersionable
getName, getSource, getType
public StandardProperty(String name, Type type, boolean lazy, boolean insertable, boolean updateable, ValueGeneration valueGenerationStrategy, boolean nullable, boolean checkable, boolean versionable, CascadeStyle cascadeStyle, FetchMode fetchMode)
name
- The name by which the property can be referenced within
its owner.type
- The Hibernate Type of this property.lazy
- Should this property be handled lazily?insertable
- Is this property an insertable value?updateable
- Is this property an updateable value?valueGenerationStrategy
- How (if) values for this attribute are generatednullable
- Is this property a nullable value?checkable
- Is this property a checkable value?versionable
- Is this property a versionable value?cascadeStyle
- The cascade style for this property's value.fetchMode
- Any fetch mode defined for this propertyCopyright © 2019 JBoss by Red Hat. All rights reserved.