EntityAnalysis<T extends Object, SYS_DB extends CrudDatabase<Object, Object> , SYS_ID extends Object> class
Constructors
-
EntityAnalysis(DogStructure<
T> structure, OdmSystem<SYS_DB, SYS_ID> system)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- idProperty ↔ DogStructureField
-
getter/setter pair
- idPropertyIndex ↔ int
-
getter/setter pair
- idPropertyName ↔ String
-
getter/setter pair
- nativeSerialization ↔ StructureNativeSerialization
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
structure
↔ DogStructure<
T> -
getter/setter pair
-
system
↔ OdmSystem<
SYS_DB, SYS_ID> -
getter/setter pair
Methods
-
decode(
EntityIntermediate< SYS_ID> intermediate) → T -
encode<
FOREIGN_ID extends Object> (T entity) → EntityIntermediate< SYS_ID> -
getId(
T entity) → SYS_ID? -
getIdFieldValue(
T entity) → Object? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toForeignId(
SYS_ID id) → Object -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited