public class AddMetadataFromFieldTypeRequest extends Object
| Constructor and Description |
|---|
AddMetadataFromFieldTypeRequest(Field requestedField,
Class<?> targetClass,
ForeignKey foreignField,
ForeignKey[] additionalForeignFields,
MergedPropertyType mergedPropertyType,
List<org.hibernate.mapping.Property> componentProperties,
String idProperty,
String prefix,
String requestedPropertyName,
org.hibernate.type.Type type,
boolean propertyForeignKey,
int additionalForeignKeyIndexPosition,
Map<String,FieldMetadata> presentationAttributes,
FieldMetadata presentationAttribute,
SupportedFieldType explicitType,
Class<?> returnedClass,
DynamicEntityDao dynamicEntityDao) |
| Modifier and Type | Method and Description |
|---|---|
ForeignKey[] |
getAdditionalForeignFields() |
int |
getAdditionalForeignKeyIndexPosition() |
List<org.hibernate.mapping.Property> |
getComponentProperties() |
DynamicEntityDao |
getDynamicEntityDao() |
SupportedFieldType |
getExplicitType() |
ForeignKey |
getForeignField() |
String |
getIdProperty() |
MergedPropertyType |
getMergedPropertyType() |
String |
getPrefix() |
FieldMetadata |
getPresentationAttribute() |
Map<String,FieldMetadata> |
getPresentationAttributes() |
Field |
getRequestedField() |
String |
getRequestedPropertyName() |
Class<?> |
getReturnedClass() |
Class<?> |
getTargetClass() |
org.hibernate.type.Type |
getType() |
boolean |
isPropertyForeignKey() |
public AddMetadataFromFieldTypeRequest(Field requestedField, Class<?> targetClass, ForeignKey foreignField, ForeignKey[] additionalForeignFields, MergedPropertyType mergedPropertyType, List<org.hibernate.mapping.Property> componentProperties, String idProperty, String prefix, String requestedPropertyName, org.hibernate.type.Type type, boolean propertyForeignKey, int additionalForeignKeyIndexPosition, Map<String,FieldMetadata> presentationAttributes, FieldMetadata presentationAttribute, SupportedFieldType explicitType, Class<?> returnedClass, DynamicEntityDao dynamicEntityDao)
public Field getRequestedField()
public Class<?> getTargetClass()
public ForeignKey getForeignField()
public ForeignKey[] getAdditionalForeignFields()
public MergedPropertyType getMergedPropertyType()
public List<org.hibernate.mapping.Property> getComponentProperties()
public String getIdProperty()
public String getPrefix()
public String getRequestedPropertyName()
public org.hibernate.type.Type getType()
public boolean isPropertyForeignKey()
public int getAdditionalForeignKeyIndexPosition()
public Map<String,FieldMetadata> getPresentationAttributes()
public FieldMetadata getPresentationAttribute()
public SupportedFieldType getExplicitType()
public Class<?> getReturnedClass()
public DynamicEntityDao getDynamicEntityDao()
Copyright © 2017. All rights reserved.