private static class EntityProperty.MappingInformation extends Object
Modifier and Type | Field and Description |
---|---|
private javax.persistence.Column |
anyColumn |
private String |
anyDefName |
private AttributeAccessor |
attribute |
private boolean |
composition |
private String |
mappedBy |
private boolean |
optional |
private Class<?> |
valueClass |
Constructor and Description |
---|
MappingInformation(AttributeAccessor attribute) |
Modifier and Type | Method and Description |
---|---|
(package private) <T> AnyMapping<T> |
buildAnyMapping(GeneratorContext context,
GeneratorTable containerTable) |
javax.persistence.Column |
getAnyColumn() |
String |
getAnyDefName() |
AttributeAccessor |
getAttribute() |
String |
getMappedBy() |
Class<?> |
getValueClass() |
boolean |
isComposition() |
boolean |
isOptional() |
private final AttributeAccessor attribute
private final Class<?> valueClass
private final boolean optional
private final String mappedBy
private final javax.persistence.Column anyColumn
private final String anyDefName
private final boolean composition
MappingInformation(AttributeAccessor attribute)
<T> AnyMapping<T> buildAnyMapping(GeneratorContext context, GeneratorTable containerTable)
@Generated(value="lombok") public AttributeAccessor getAttribute()
@Generated(value="lombok") public Class<?> getValueClass()
@Generated(value="lombok") public boolean isOptional()
@Generated(value="lombok") public String getMappedBy()
@Generated(value="lombok") public javax.persistence.Column getAnyColumn()
@Generated(value="lombok") public String getAnyDefName()
@Generated(value="lombok") public boolean isComposition()
Copyright © 2022 fastnate.org. All rights reserved.