Package | Description |
---|---|
org.fastnate.generator.context |
Modifier and Type | Field and Description |
---|---|
private UniquePropertyQuality |
EntityClass.uniquePropertiesQuality
Indicates the quality of
EntityClass.uniqueProperties . |
private UniquePropertyQuality |
GeneratorContext.uniquePropertyQuality
Indicates what kind of properties are used for referencing an entity with its unique properties.
|
Modifier and Type | Method and Description |
---|---|
static UniquePropertyQuality |
UniquePropertyQuality.getMatchingQuality(Property<?,?> property)
Finds the best quality that matches the given property.
|
UniquePropertyQuality |
EntityClass.getUniquePropertiesQuality()
Indicates the quality of
EntityClass.uniqueProperties . |
UniquePropertyQuality |
GeneratorContext.getUniquePropertyQuality()
Indicates what kind of properties are used for referencing an entity with its unique properties.
|
static UniquePropertyQuality |
UniquePropertyQuality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UniquePropertyQuality[] |
UniquePropertyQuality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
EntityClass.isBetterUniquePropertyQuality(UniquePropertyQuality foundQuality) |
void |
GeneratorContext.setUniquePropertyQuality(UniquePropertyQuality uniquePropertyQuality)
Indicates what kind of properties are used for referencing an entity with its unique properties.
|
Copyright © 2022 fastnate.org. All rights reserved.