java.lang.Object
io.ebeaninternal.server.core.DefaultBeanState
- All Implemented Interfaces:
BeanState
Default implementation of BeanState.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisDirty()booleanbooleanisNew()booleanbooleanbooleanvoidvoidsetDisableLazyLoad(boolean disableLazyLoading) voidvoidsetPropertyLoaded(String propertyName, boolean loaded) voidsetReadOnly(boolean readOnly) int
-
Constructor Details
-
DefaultBeanState
-
-
Method Details
-
setPropertyLoaded
- Specified by:
setPropertyLoadedin interfaceBeanState
-
isReference
public boolean isReference()- Specified by:
isReferencein interfaceBeanState
-
isNew
public boolean isNew() -
isNewOrDirty
public boolean isNewOrDirty()- Specified by:
isNewOrDirtyin interfaceBeanState
-
isDirty
public boolean isDirty() -
loadedProps
- Specified by:
loadedPropsin interfaceBeanState
-
changedProps
- Specified by:
changedPropsin interfaceBeanState
-
dirtyValues
- Specified by:
dirtyValuesin interfaceBeanState
-
isReadOnly
public boolean isReadOnly()- Specified by:
isReadOnlyin interfaceBeanState
-
setReadOnly
public void setReadOnly(boolean readOnly) - Specified by:
setReadOnlyin interfaceBeanState
-
setLoaded
public void setLoaded() -
setDisableLazyLoad
public void setDisableLazyLoad(boolean disableLazyLoading) - Specified by:
setDisableLazyLoadin interfaceBeanState
-
isDisableLazyLoad
public boolean isDisableLazyLoad()- Specified by:
isDisableLazyLoadin interfaceBeanState
-
resetForInsert
public void resetForInsert()- Specified by:
resetForInsertin interfaceBeanState
-
loadErrors
- Specified by:
loadErrorsin interfaceBeanState
-
sortOrder
public int sortOrder()
-