| 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<E,?>> |
EntityClass.getUniqueProperties()
The properties that make up an additional unique identifier for the entity.
|
Copyright © 2026 fastnate.org. All rights reserved.