@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, toStringgetName, getNode, getTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCascadeStyle, getFetchMode, getValueGenerationStrategy, isDirtyCheckable, isDirtyCheckable, isInsertable, isLazy, isNullable, isUpdateable, isVersionablegetName, getSource, getTypepublic 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 © 2001-2015 Red Hat, Inc. All Rights Reserved.