Package | Description |
---|---|
org.fastnate.generator.context |
Modifier and Type | Class and Description |
---|---|
class |
CollectionProperty<E,T>
Describes a property of an
EntityClass that contains more than one value. |
class |
EmbeddedProperty<E,T>
Handling of properties defined in
Embeddable s. |
class |
EntityProperty<E,T>
Describes a property of an
EntityClass that references another entity. |
class |
GeneratedIdProperty<E>
Describes an
Id property of an EntityClass . |
class |
MapProperty<E,K,T>
Describes a property of an
EntityClass that is a Map . |
class |
PluralProperty<E,C,T>
Base class for
MapProperty and CollectionProperty . |
class |
PrimitiveProperty<E,T>
Describes a singular primitive property of an
EntityClass . |
class |
SingularProperty<E,T>
Represents a value that is exactly one column in the database.
|
class |
VersionProperty<E,T>
Represents a property marked with
Version . |
Modifier and Type | Method and Description |
---|---|
<E> void |
GenerationState.PendingState.addPendingUpdate(E entity,
Property<E,?> property,
Object... arguments)
Adds an entity that has to be updated, as soon as the associated entity (of this state) was written.
|
static UniquePropertyQuality |
UniquePropertyQuality.getMatchingQuality(Property<?,?> property)
Finds the best quality that matches the given property.
|
abstract boolean |
UniquePropertyQuality.isAllowed(Property<?,?> property)
Indicates which type of property is allowed for this quality.
|
<V> void |
EntityClass.markPendingUpdates(E pendingEntity,
V entityToUpdate,
Property<V,?> propertyToUpdate,
Object... arguments)
Marks an update that is necessary when an entity is written (in the future).
|
Copyright © 2016 fastnate.org. All rights reserved.