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