Package | Description |
---|---|
org.fastnate.generator.context |
Modifier and Type | Field and Description |
---|---|
private AnyMapping<T> |
EntityProperty.anyMapping
Contains information about an addition class column, if
Any is used. |
private AnyMapping<T> |
PluralProperty.anyMapping
Contains information about an addition class column, if
ManyToAny is used. |
Modifier and Type | Method and Description |
---|---|
(package private) <T> AnyMapping<T> |
EntityProperty.MappingInformation.buildAnyMapping(GeneratorContext context,
GeneratorTable containerTable) |
(package private) <T> AnyMapping<T> |
PluralProperty.EntityMappingInformation.buildAnyMapping(GeneratorContext context,
GeneratorTable containerTable) |
AnyMapping<T> |
EntityProperty.getAnyMapping()
Contains information about an addition class column, if
Any is used. |
AnyMapping<T> |
PluralProperty.getAnyMapping()
Contains information about an addition class column, if
ManyToAny is used. |
Copyright © 2022 fastnate.org. All rights reserved.