Package | Description |
---|---|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
org.apache.openjpa.persistence.jdbc |
OpenJPA JPA-JDBC
JDBC-specific extensions to OpenJPA JPA runtime.
|
Modifier and Type | Method and Description |
---|---|
AnnotationBuilder |
AnnotationBuilder.add(String key,
AnnotationBuilder val) |
AnnotationBuilder |
AnnotationBuilder.add(String key,
boolean val) |
AnnotationBuilder |
AnnotationBuilder.add(String key,
Class val) |
AnnotationBuilder |
AnnotationBuilder.add(String key,
Enum val) |
AnnotationBuilder |
AnnotationBuilder.add(String key,
EnumSet val) |
AnnotationBuilder |
AnnotationBuilder.add(String key,
int val) |
AnnotationBuilder |
AnnotationBuilder.add(String key,
String val) |
protected AnnotationBuilder |
AnnotationPersistenceMetaDataSerializer.addAnnotation(Class<? extends Annotation> annType,
ClassMetaData meta)
Creates an an annotation builder for the specified class metadata
and adds it to list of builders.
|
protected AnnotationBuilder |
AnnotationPersistenceMetaDataSerializer.addAnnotation(Class<? extends Annotation> annType,
FieldMetaData meta)
Creates an an annotation builder for the specified class metadata
and adds it to list of builders.
|
protected AnnotationBuilder |
AnnotationPersistenceMetaDataSerializer.addAnnotation(Class<? extends Annotation> annType,
QueryMetaData meta)
Creates an an annotation builder for the specified class metadata
and adds it to list of builders.
|
protected AnnotationBuilder |
AnnotationPersistenceMetaDataSerializer.addAnnotation(Class<? extends Annotation> annType,
SequenceMetaData meta)
Creates an an annotation builder for the specified class metadata
and adds it to list of builders.
|
protected AnnotationBuilder |
AnnotationPersistenceMetaDataSerializer.newAnnotationBuilder(Class<? extends Annotation> annType)
Creates a new annotation builder for the specified annotation type.
|
Modifier and Type | Method and Description |
---|---|
AnnotationBuilder |
AnnotationBuilder.add(String key,
AnnotationBuilder val) |
protected void |
AnnotationPersistenceMetaDataSerializer.addAnnotation(AnnotationBuilder ab,
ClassMetaData meta)
Add an annotation builder to list of builders for the specified
class metadata.
|
protected void |
AnnotationPersistenceMetaDataSerializer.addAnnotation(AnnotationBuilder ab,
FieldMetaData meta)
Add an annotation builder to list of builders for the specified
field metadata.
|
protected void |
AnnotationPersistenceMetaDataSerializer.addAnnotation(AnnotationBuilder ab,
Object meta) |
protected void |
AnnotationPersistenceMetaDataSerializer.addAnnotation(AnnotationBuilder ab,
QueryMetaData meta)
Add an annotation builder to list of builders for the specified
query metadata.
|
protected void |
AnnotationPersistenceMetaDataSerializer.addAnnotation(AnnotationBuilder ab,
SequenceMetaData meta)
Add an annotation builder to list of builders for the specified
sequence metadata.
|
protected void |
AnnotationPersistenceMetaDataSerializer.addFieldMappingAttributes(FieldMetaData fmd,
FieldMetaData orig,
AnnotationBuilder ab)
Add mapping attributes for the given field.
|
protected void |
AnnotationPersistenceMetaDataSerializer.addStrategyMappingAttributes(FieldMetaData fmd,
AnnotationBuilder ab)
Set mapping attributes for strategy.
|
protected void |
AnnotationPersistenceMetaDataSerializer.serializeAttributeOverrideMappingContent(FieldMetaData fmd,
FieldMetaData orig,
AnnotationBuilder ab)
Serialize attribute override mapping content.
|
protected void |
AnnotationPersistenceMetaDataSerializer.serializeFieldMappingContent(FieldMetaData fmd,
PersistenceStrategy strategy,
AnnotationBuilder ab)
Serialize field mapping content; this will be called before
#serializeValueMappingContent . |
Modifier and Type | Method and Description |
---|---|
protected void |
AnnotationPersistenceMetaDataSerializer.writeAnnotations(Object meta,
List<AnnotationBuilder> builders,
Map output) |
Modifier and Type | Method and Description |
---|---|
protected AnnotationBuilder |
AnnotationPersistenceMappingSerializer.addAnnotation(Class<? extends Annotation> annType,
QueryResultMapping meta)
Creates an an annotation builder for the specified class metadata
and adds it to list of builders.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AnnotationPersistenceMappingSerializer.addAnnotation(AnnotationBuilder ab,
QueryResultMapping meta)
Add an annotation builder to list of builders for the specified
class metadata.
|
protected void |
AnnotationPersistenceMappingSerializer.serializeAttributeOverrideMappingContent(FieldMetaData fmd,
FieldMetaData orig,
AnnotationBuilder ab) |
protected void |
AnnotationPersistenceMappingSerializer.serializeFieldMappingContent(FieldMetaData fmd,
PersistenceStrategy strategy,
AnnotationBuilder ab) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.