Modifier and Type | Method and Description |
---|---|
PropertyData |
RevisionInfoConfigurationResult.getRevisionInfoTimestampData() |
Modifier and Type | Method and Description |
---|---|
PropertyData |
PropertyAuditingData.getPropertyData() |
PropertyData |
PropertyAuditingData.resolvePropertyData(Type propertyType) |
PropertyData |
PropertyAuditingData.resolvePropertyData(Type propertyType,
Type virtualType) |
Modifier and Type | Method and Description |
---|---|
static PropertyData |
PropertyData.forProperty(java.lang.String propertyName,
Type propertyType) |
Constructor and Description |
---|
PropertyData(java.lang.String newName,
PropertyData propertyData)
Copies the given property data, except the name.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<PropertyData,PropertyMapper> |
MultiPropertyMapper.properties |
Modifier and Type | Method and Description |
---|---|
java.util.Map<PropertyData,PropertyMapper> |
MultiPropertyMapper.getProperties() |
java.util.Map<PropertyData,PropertyMapper> |
ComponentPropertyMapper.getProperties() |
java.util.Map<PropertyData,PropertyMapper> |
CompositeMapperBuilder.getProperties() |
java.util.Map<PropertyData,PropertyMapper> |
SubclassPropertyMapper.getProperties() |
java.util.Map<java.lang.String,PropertyData> |
MultiPropertyMapper.getPropertyDatas() |
Modifier and Type | Method and Description |
---|---|
void |
MultiPropertyMapper.add(PropertyData propertyData) |
void |
SimpleMapperBuilder.add(PropertyData propertyData) |
void |
SinglePropertyMapper.add(PropertyData propertyData) |
void |
ComponentPropertyMapper.add(PropertyData propertyData) |
void |
SubclassPropertyMapper.add(PropertyData propertyData) |
CompositeMapperBuilder |
MultiPropertyMapper.addComponent(PropertyData propertyData,
java.lang.Class componentClass) |
CompositeMapperBuilder |
ComponentPropertyMapper.addComponent(PropertyData propertyData,
java.lang.Class componentClass) |
CompositeMapperBuilder |
CompositeMapperBuilder.addComponent(PropertyData propertyData,
java.lang.Class componentClass) |
CompositeMapperBuilder |
SubclassPropertyMapper.addComponent(PropertyData propertyData,
java.lang.Class componentClass) |
void |
MultiPropertyMapper.addComposite(PropertyData propertyData,
PropertyMapper propertyMapper) |
void |
ComponentPropertyMapper.addComposite(PropertyData propertyData,
PropertyMapper propertyMapper) |
void |
CompositeMapperBuilder.addComposite(PropertyData propertyData,
PropertyMapper propertyMapper) |
void |
SubclassPropertyMapper.addComposite(PropertyData propertyData,
PropertyMapper propertyMapper) |
Constructor and Description |
---|
ComponentPropertyMapper(PropertyData propertyData,
java.lang.Class componentClass) |
MultiDynamicComponentMapper(PropertyData dynamicComponentData) |
SinglePropertyMapper(PropertyData propertyData) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<PropertyData,SingleIdMapper> |
AbstractCompositeIdMapper.ids |
Modifier and Type | Method and Description |
---|---|
void |
SingleIdMapper.add(PropertyData propertyData) |
void |
MultipleIdMapper.add(PropertyData propertyData) |
void |
AbstractCompositeIdMapper.add(PropertyData propertyData) |
Constructor and Description |
---|
EmbeddedIdMapper(PropertyData idPropertyData,
java.lang.Class compositeIdClass,
ServiceRegistry serviceRegistry) |
SingleIdMapper(ServiceRegistry serviceRegistry,
PropertyData propertyData) |
VirtualEntitySingleIdMapper(ServiceRegistry serviceRegistry,
PropertyData propertyData) |
Modifier and Type | Method and Description |
---|---|
PropertyData |
CommonCollectionMapperData.getCollectionReferencingPropertyData() |
protected PropertyData |
AbstractToOneMapper.getPropertyData() |
Constructor and Description |
---|
AbstractOneToOneMapper(java.lang.String entityName,
java.lang.String referencedEntityName,
PropertyData propertyData,
ServiceRegistry serviceRegistry) |
AbstractToOneMapper(ServiceRegistry serviceRegistry,
PropertyData propertyData) |
CommonCollectionMapperData(AuditEntitiesConfiguration verEntCfg,
java.lang.String versionsMiddleEntityName,
PropertyData collectionReferencingPropertyData,
MiddleIdData referencingIdData,
RelationQueryGenerator queryGenerator) |
OneToOneNotOwningMapper(java.lang.String notOwningEntityName,
java.lang.String owningEntityName,
java.lang.String owningReferencePropertyName,
PropertyData propertyData,
ServiceRegistry serviceRegistry) |
OneToOnePrimaryKeyJoinColumnMapper(java.lang.String entityName,
java.lang.String referencedEntityName,
PropertyData propertyData,
ServiceRegistry serviceRegistry) |
ToOneIdMapper(IdMapper delegate,
PropertyData propertyData,
java.lang.String referencedEntityName,
boolean nonInsertableFake) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<PropertyData,PropertyMapper> |
MiddleEmbeddableComponentMapper.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
MiddleEmbeddableComponentMapper.add(PropertyData propertyData) |
CompositeMapperBuilder |
MiddleEmbeddableComponentMapper.addComponent(PropertyData propertyData,
java.lang.Class componentClass) |
void |
MiddleEmbeddableComponentMapper.addComposite(PropertyData propertyData,
PropertyMapper propertyMapper) |
Constructor and Description |
---|
DefaultRevisionInfoGenerator(java.lang.String revisionInfoEntityName,
java.lang.Class<?> revisionInfoClass,
java.lang.Class<? extends RevisionListener> listenerClass,
PropertyData revisionInfoTimestampData,
boolean timestampAsDate,
ServiceRegistry serviceRegistry) |
DefaultTrackingModifiedEntitiesRevisionInfoGenerator(java.lang.String revisionInfoEntityName,
java.lang.Class<?> revisionInfoClass,
java.lang.Class<? extends RevisionListener> listenerClass,
PropertyData revisionInfoTimestampData,
boolean timestampAsDate,
PropertyData modifiedEntityNamesData,
ServiceRegistry serviceRegistry) |
ModifiedEntityNamesReader(java.lang.Class<?> revisionInfoClass,
PropertyData modifiedEntityNamesData,
ServiceRegistry serviceRegistry) |
RevisionInfoNumberReader(java.lang.Class<?> revisionInfoClass,
PropertyData revisionInfoIdData,
ServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
static java.lang.reflect.Field |
ReflectionTools.getField(java.lang.Class cls,
PropertyData propertyData) |
static Getter |
ReflectionTools.getGetter(java.lang.Class cls,
PropertyData propertyData,
ServiceRegistry serviceRegistry) |
static Setter |
ReflectionTools.getSetter(java.lang.Class cls,
PropertyData propertyData,
ServiceRegistry serviceRegistry) |
static java.lang.Class<?> |
ReflectionTools.getType(java.lang.Class cls,
PropertyData propertyData,
ServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
MapProxyTool.newInstanceOfBeanProxyForMap(java.lang.String className,
java.util.Map<java.lang.String,java.lang.Object> map,
java.util.Set<PropertyData> propertyDatas,
ClassLoaderService classLoaderService)
Creates instance of map proxy class.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.