| Modifier and Type | Method and Description |
|---|---|
static MetadataAnnotation |
PersistenceUnitProcessor.getConverterAnnotation(MetadataClass candidateClass)
Return if a given class is annotated with @Embeddable.
|
static MetadataAnnotation |
PersistenceUnitProcessor.getEmbeddableAnnotation(MetadataClass candidateClass)
Return if a given class is annotated with @Embeddable.
|
static MetadataAnnotation |
PersistenceUnitProcessor.getEntityAnnotation(MetadataClass candidateClass)
Return if a given class is annotated with @Entity.
|
static MetadataAnnotation |
PersistenceUnitProcessor.getMappedSuperclassAnnotation(MetadataClass candidateClass)
Return if a given class is annotated with @Entity.
|
static MetadataAnnotation |
PersistenceUnitProcessor.getStaticMetamodelAnnotation(MetadataClass candidateClass)
Return the @StaticMetamodel annotation on the given class.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataAnnotation |
ORMetadata.getAnnotation()
INTERNAL:
This is a value is that is used when logging messages for overriding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataProject.addStaticMetamodelClass(MetadataAnnotation annotation,
MetadataClass metamodelClass)
INTERNAL:
Add a discovered metamodel class to the session.
|
| Constructor and Description |
|---|
ORMetadata(MetadataAnnotation annotation,
MetadataAccessibleObject accessibleObject,
MetadataProject project)
INTERNAL:
Used for annotation loading of class and mapping accessors.
|
ORMetadata(MetadataAnnotation annotation,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading of metadata objects.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataAnnotation |
MetadataAccessor.getAnnotation(Class annotation)
INTERNAL:
Return the annotation if it exists.
|
protected abstract MetadataAnnotation |
MetadataAccessor.getAnnotation(String annotation)
INTERNAL:
Return the annotation if it exists.
|
| Constructor and Description |
|---|
MetadataAccessor(MetadataAnnotation annotation,
MetadataAccessibleObject accessibleObject,
MetadataDescriptor descriptor,
MetadataProject project)
INTERNAL:
|
PropertyMetadata(MetadataAnnotation property,
MetadataAccessor accessor)
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
protected MetadataAnnotation |
ClassAccessor.getAnnotation(String annotation)
INTERNAL:
Return the annotation if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
protected MetadataAnnotation |
MappingAccessor.getAnnotation(String annotation)
INTERNAL:
Return the annotation if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataAnnotation |
MetadataAnnotatedElement.getAnnotation(Class annotation)
INTERNAL:
Return the annotated element for this accessor.
|
MetadataAnnotation |
MetadataAnnotatedElement.getAnnotation(String annotation)
INTERNAL:
Return the annotated element for this accessor.
|
MetadataAnnotation |
MetadataAnnotatedElement.getAnnotation(String annotationClassName,
ClassAccessor classAccessor)
INTERNAL:
Return the annotated element for this accessor.
|
protected MetadataAnnotation |
MetadataAnnotatedElement.getAnnotation(String annotation,
Set<String> names)
INTERNAL:
Return the annotated element for this accessor.
|
MetadataAnnotation |
MetadataAnnotation.getAttributeAnnotation(String name)
INTERNAL:
Return annotation attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MetadataAnnotation> |
MetadataAnnotatedElement.getAnnotations()
INTERNAL:
Return the annotations of this accessible object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataAnnotatedElement.addAnnotation(MetadataAnnotation annotation)
INTERNAL:
|
void |
MetadataAnnotatedElement.addMetaAnnotation(MetadataAnnotation annotation)
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataAnnotatedElement.setAnnotations(Map<String,MetadataAnnotation> annotations)
INTERNAL:
Set the annotations of this accessible object.
|
| Constructor and Description |
|---|
AdditionalCriteriaMetadata(MetadataAnnotation additionalCriteria,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
CacheIndexMetadata(MetadataAnnotation index,
MetadataAccessor accessor)
INTERNAL:
|
CacheInterceptorMetadata(MetadataAnnotation cacheInterceptor,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
CacheMetadata(MetadataAnnotation cache,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
TimeOfDayMetadata(MetadataAnnotation timeOfDay,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
ChangeTrackingMetadata(MetadataAnnotation changeTracking,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
AssociationOverrideMetadata(MetadataAnnotation associationOverride,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
AttributeOverrideMetadata(MetadataAnnotation attributeOverride,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
ColumnMetadata(MetadataAnnotation column,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
DirectColumnMetadata(MetadataAnnotation directColumn,
MetadataAccessor accessor)
INTERNAL:
Used annotation loading.
|
DiscriminatorClassMetadata(MetadataAnnotation discriminatorClass,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
DiscriminatorColumnMetadata(MetadataAnnotation discriminatorColumn,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
FieldMetadata(MetadataAnnotation column,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
ForeignKeyMetadata(MetadataAnnotation foreignKey,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
JoinColumnMetadata(MetadataAnnotation joinColumn,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
JoinFieldMetadata(MetadataAnnotation joinColumn,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
MetadataColumn(MetadataAnnotation column,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
OrderColumnMetadata(MetadataAnnotation orderColumn,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
OverrideMetadata(MetadataAnnotation annotation,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
PrimaryKeyForeignKeyMetadata(MetadataAnnotation primaryKeyForeignKey,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
PrimaryKeyJoinColumnMetadata(MetadataAnnotation primaryKeyJoinColumn,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
PrimaryKeyMetadata(MetadataAnnotation primaryKey,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
RelationalColumnMetadata(MetadataAnnotation relationalColumn,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
TenantDiscriminatorColumnMetadata(MetadataAnnotation tenantDiscriminator,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
AbstractConverterMetadata(MetadataAnnotation converter,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
ConversionValueMetadata(MetadataAnnotation conversionValue,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
ConverterMetadata(MetadataAnnotation converter,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
ConvertMetadata(MetadataAnnotation convert,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
EnumeratedMetadata(MetadataAnnotation enumerated,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading
|
JSONMetadata(MetadataAnnotation converter,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
KryoMetadata(MetadataAnnotation converter,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
LobMetadata(MetadataAnnotation lob,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
MetadataConverter(MetadataAnnotation converter,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
ObjectTypeConverterMetadata(MetadataAnnotation objectTypeConverter,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
SerializedConverterMetadata(MetadataAnnotation serializer,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
SerializedMetadata(MetadataAnnotation converter,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
StructConverterMetadata(MetadataAnnotation structConverter,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
TemporalMetadata(MetadataAnnotation temporal,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
TypeConverterMetadata(MetadataAnnotation typeConverter,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
XMLMetadata(MetadataAnnotation converter,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
CloneCopyPolicyMetadata(MetadataAnnotation copyPolicy,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading
|
CopyPolicyMetadata(MetadataAnnotation annotation,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
CustomCopyPolicyMetadata(MetadataAnnotation copyPolicy,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
InstantiationCopyPolicyMetadata(MetadataAnnotation copyPolicy,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
NamedAttributeNodeMetadata(MetadataAnnotation namedAttributeNode,
ClassAccessor accessor)
INTERNAL:
Used for annotation loading.
|
NamedEntityGraphMetadata(MetadataAnnotation namedEntityGraph,
EntityAccessor accessor)
INTERNAL:
Used for annotation loading.
|
NamedSubgraphMetadata(MetadataAnnotation namedSubgraph,
ClassAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
InheritanceMetadata(MetadataAnnotation inheritance,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
EntityListenerMetadata(MetadataAnnotation entityListeners,
MetadataClass entityListenerClass,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
OptimisticLockingMetadata(MetadataAnnotation optimisticLocking,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
AccessMethodsMetadata(MetadataAnnotation virtualAccessMethods,
MetadataAccessor accessor) |
BatchFetchMetadata(MetadataAnnotation batchFetch,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
MapKeyMetadata(MetadataAnnotation mapKey,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
OrderByMetadata(MetadataAnnotation orderBy,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
ReturnInsertMetadata(MetadataAnnotation returnInsert,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
MultitenantMetadata(MetadataAnnotation multitenant,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
TenantTableDiscriminatorMetadata(MetadataAnnotation tenantTableDiscriminator,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
NoSqlMetadata(MetadataAnnotation struct,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
AbstractPartitioningMetadata(MetadataAnnotation annotation,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
FieldPartitioningMetadata(MetadataAnnotation annotation,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
HashPartitioningMetadata(MetadataAnnotation annotation,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
PartitioningMetadata(MetadataAnnotation annotation,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
PinnedPartitioningMetadata(MetadataAnnotation annotation,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
RangePartitioningMetadata(MetadataAnnotation annotation,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
RangePartitionMetadata(MetadataAnnotation annotation,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
ReplicationPartitioningMetadata(MetadataAnnotation annotation,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
RoundRobinPartitioningMetadata(MetadataAnnotation annotation,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
UnionPartitioningMetadata(MetadataAnnotation annotation,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
ValuePartitioningMetadata(MetadataAnnotation annotation,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
ValuePartitionMetadata(MetadataAnnotation annotation,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
ColumnResultMetadata(MetadataAnnotation columnResult,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
ComplexTypeMetadata(MetadataAnnotation record,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
ConstructorResultMetadata(MetadataAnnotation constructorResult,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
EntityResultMetadata(MetadataAnnotation entityResult,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
FetchAttributeMetadata(MetadataAnnotation fetchAttribute,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
FetchGroupMetadata(MetadataAnnotation fetchGroup,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
FieldResultMetadata(MetadataAnnotation fieldResult,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
NamedNativeQueryMetadata(MetadataAnnotation namedNativeQuery,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
NamedPLSQLStoredFunctionQueryMetadata(MetadataAnnotation namedStoredProcedureQuery,
MetadataAccessor accessor)
INTERNAL:
|
NamedPLSQLStoredProcedureQueryMetadata(MetadataAnnotation namedStoredProcedureQuery,
MetadataAccessor accessor)
INTERNAL:
|
NamedQueryMetadata(MetadataAnnotation namedQuery,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
NamedStoredFunctionQueryMetadata(MetadataAnnotation namedStoredProcedureQuery,
MetadataAccessor accessor)
INTERNAL:
Used for annotation mapping.
|
NamedStoredProcedureQueryMetadata(MetadataAnnotation namedStoredProcedureQuery,
MetadataAccessor accessor)
INTERNAL:
|
OracleArrayTypeMetadata(MetadataAnnotation record,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
OracleComplexTypeMetadata(MetadataAnnotation record,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
OracleObjectTypeMetadata(MetadataAnnotation objectType,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
PLSQLComplexTypeMetadata(MetadataAnnotation record,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
PLSQLParameterMetadata(MetadataAnnotation storedProcedureParameter,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
PLSQLRecordMetadata(MetadataAnnotation record,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
PLSQLTableMetadata(MetadataAnnotation record,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
QueryHintMetadata(MetadataAnnotation hint,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
QueryRedirectorsMetadata(MetadataAnnotation redirectors,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
SQLResultSetMappingMetadata(MetadataAnnotation sqlResultSetMapping,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
StoredProcedureParameterMetadata(MetadataAnnotation storedProcedureParameter,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
GeneratedValueMetadata(MetadataAnnotation generatedValue,
MetadataAccessor accessor)
INTERNAL:
Used annotation loading.
|
SequenceGeneratorMetadata(MetadataAnnotation sequenceGenerator,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
TableGeneratorMetadata(MetadataAnnotation tableGenerator,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
UuidGeneratorMetadata(MetadataAnnotation uuidGenerator,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
SerializedObjectPolicyMetadata(MetadataAnnotation serializedObject,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
ArrayAccessor(MetadataAnnotation array,
MetadataAccessibleObject accessibleObject,
ClassAccessor classAccessor)
INTERNAL:
Used for annotations.
|
StructMetadata(MetadataAnnotation struct,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
StructureAccessor(MetadataAnnotation embedded,
MetadataAccessibleObject accessibleObject,
ClassAccessor classAccessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
CollectionTableMetadata(MetadataAnnotation collectionTable,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
IndexMetadata(MetadataAnnotation index,
MetadataAccessor accessor)
INTERNAL:
|
JoinTableMetadata(MetadataAnnotation joinTable,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
RelationalTableMetadata(MetadataAnnotation relationalTable,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
SecondaryTableMetadata(MetadataAnnotation secondaryTable,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
TableMetadata(MetadataAnnotation table,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
UniqueConstraintMetadata(MetadataAnnotation uniqueConstraint,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Constructor and Description |
|---|
ReadTransformerMetadata(MetadataAnnotation readTransformer,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
WriteTransformerMetadata(MetadataAnnotation writeTransformer,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.