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 | Field and Description |
---|---|
private List<List<SingularProperty<E,?>>> |
EntityClass.allUniqueProperties
All available sets of properties that make up an additional unique identifier for the entities.
|
private List<SingularProperty<E,?>> |
EntityClass.uniqueProperties
The properties that make up an additional unique identifier for the entity.
|
Modifier and Type | Method and Description |
---|---|
private SingularProperty<E,?> |
EntityClass.findPropertyByColumnName(String columnName) |
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.
|
Modifier and Type | Method and Description |
---|---|
private void |
EntityClass.buildUniqueProperty(SingularProperty<E,?> property) |
Copyright © 2022 fastnate.org. All rights reserved.