Class DefaultBeanState
java.lang.Object
io.ebeaninternal.server.core.DefaultBeanState
- All Implemented Interfaces:
BeanState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisDirty()booleanbooleanisNew()booleanbooleanbooleanvoidvoidsetDisableLazyLoad(boolean disableLazyLoading) voidvoidsetPropertyLoaded(String propertyName, boolean loaded) int
-
Constructor Details
-
DefaultBeanState
-
-
Method Details
-
setPropertyLoaded
- Specified by:
setPropertyLoadedin interfaceBeanState
-
isReference
public boolean isReference()- Specified by:
isReferencein interfaceBeanState
-
isNew
-
isNewOrDirty
public boolean isNewOrDirty()- Specified by:
isNewOrDirtyin interfaceBeanState
-
isDirty
-
loadedProps
- Specified by:
loadedPropsin interfaceBeanState
-
changedProps
- Specified by:
changedPropsin interfaceBeanState
-
dirtyValues
- Specified by:
dirtyValuesin interfaceBeanState
-
isUnmodifiable
public boolean isUnmodifiable()- Specified by:
isUnmodifiablein interfaceBeanState
-
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
-