public interface NonIdentifierAttribute extends Attribute, AttributeDefinition
| Modifier and Type | Method and Description | 
|---|---|
CascadeStyle | 
getCascadeStyle()  | 
FetchMode | 
getFetchMode()  | 
ValueGeneration | 
getValueGenerationStrategy()  | 
boolean | 
isDirtyCheckable()  | 
boolean | 
isDirtyCheckable(boolean hasUninitializedProperties)  | 
boolean | 
isInsertable()  | 
boolean | 
isLazy()  | 
boolean | 
isNullable()  | 
boolean | 
isUpdateable()  | 
boolean | 
isVersionable()  | 
getName, getSource, getTypeboolean isLazy()
boolean isInsertable()
boolean isUpdateable()
ValueGeneration getValueGenerationStrategy()
boolean isNullable()
isNullable in interface AttributeDefinitionboolean isDirtyCheckable(boolean hasUninitializedProperties)
boolean isDirtyCheckable()
boolean isVersionable()
CascadeStyle getCascadeStyle()
FetchMode getFetchMode()
Copyright © 2016 JBoss by Red Hat. All rights reserved.