public class BaselineAttributeInformation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BaselineAttributeInformation.Builder |
Constructor and Description |
---|
BaselineAttributeInformation(boolean lazy,
boolean insertable,
boolean updateable,
ValueGeneration valueGenerationStrategy,
boolean nullable,
boolean dirtyCheckable,
boolean versionable,
CascadeStyle cascadeStyle,
FetchMode fetchMode) |
Modifier and Type | Method and Description |
---|---|
CascadeStyle |
getCascadeStyle() |
FetchMode |
getFetchMode() |
ValueGeneration |
getValueGenerationStrategy() |
boolean |
isCheckable() |
boolean |
isDirtyCheckable() |
boolean |
isInsertable() |
boolean |
isLazy() |
boolean |
isNullable() |
boolean |
isUpdateable() |
boolean |
isVersionable() |
public BaselineAttributeInformation(boolean lazy, boolean insertable, boolean updateable, ValueGeneration valueGenerationStrategy, boolean nullable, boolean dirtyCheckable, boolean versionable, CascadeStyle cascadeStyle, FetchMode fetchMode)
public boolean isLazy()
public boolean isInsertable()
public boolean isUpdateable()
public ValueGeneration getValueGenerationStrategy()
public boolean isNullable()
public boolean isDirtyCheckable()
public boolean isVersionable()
public CascadeStyle getCascadeStyle()
public FetchMode getFetchMode()
public boolean isCheckable()
Copyright © 2017 JBoss by Red Hat. All rights reserved.