@AccessFieldByMethod public interface DirtyMarker
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
dirtyPropNames()
Deprecated.
|
String |
entityName()
Returns the entity name of the simple class name.
|
void |
freeze()
Method freeze.
|
boolean |
frozen() |
boolean |
isDirty()
Deprecated.
|
boolean |
isDirty(String propName)
Deprecated.
|
void |
markDirty(boolean isDirty)
Deprecated.
|
void |
markDirty(Collection<String> propNames,
boolean isDirty)
Deprecated.
|
void |
markDirty(String propName,
boolean isDirty)
Deprecated.
|
Set<String> |
signedPropNames()
Deprecated.
|
long |
version()
Returns the mapping record version when it's loaded.
|
String entityName()
long version()
@Internal @Deprecated boolean isDirty()
@Internal @Deprecated boolean isDirty(String propName)
propName - @Internal @Deprecated void markDirty(boolean isDirty)
isDirty - @Internal @Deprecated void markDirty(String propName, boolean isDirty)
propName - isDirty - @Internal @Deprecated void markDirty(Collection<String> propNames, boolean isDirty)
propNames - isDirty - @Internal @Deprecated Set<String> signedPropNames()
@Internal @Deprecated Set<String> dirtyPropNames()
void freeze()
boolean frozen()
Copyright © 2021. All rights reserved.