| Package | Description |
|---|---|
| org.fastnate.generator.context |
| Modifier and Type | Class and Description |
|---|---|
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 |
PrimitiveProperty<E,T>
Describes a singular primitive property of an
EntityClass. |
class |
VersionProperty<E,T>
Represents a property marked with
Version. |
| Modifier and Type | Method and Description |
|---|---|
List<SingularProperty<T,?>> |
PluralProperty.getEmbeddedProperties()
Contains all properties of an embedded element collection.
|
List<SingularProperty<E,?>> |
EntityClass.getUniqueProperties()
The properties that make up an additional unique identifier for the entity.
|
Copyright © 2019 fastnate.org. All rights reserved.