| 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,T extends Number>
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<List<SingularProperty<E,?>>> |
EntityClass.getAllUniqueProperties()
All available sets of properties that make up an additional unique identifier for the entities.
|
List<SingularProperty<T,?>> |
PluralProperty.getEmbeddedProperties()
Contains all properties of an embedded element collection.
|
Map<String,SingularProperty<T,?>> |
PluralProperty.getEmbeddedPropertiesByName()
Contains all properties of an embedded element collection by their name.
|
List<SingularProperty<E,?>> |
EntityClass.getUniqueProperties()
The properties that make up an additional unique identifier for the entity.
|
Copyright © 2020 fastnate.org. All rights reserved.