Uses of Class
org.apache.openjpa.persistence.AnnotationBuilder
-
Packages that use AnnotationBuilder Package Description org.apache.openjpa.persistence OpenJPA JPAorg.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC -
-
Uses of AnnotationBuilder in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return AnnotationBuilder Modifier and Type Method Description AnnotationBuilder
AnnotationBuilder. add(java.lang.String key, boolean val)
AnnotationBuilder
AnnotationBuilder. add(java.lang.String key, int val)
AnnotationBuilder
AnnotationBuilder. add(java.lang.String key, java.lang.Class val)
AnnotationBuilder
AnnotationBuilder. add(java.lang.String key, java.lang.Enum val)
AnnotationBuilder
AnnotationBuilder. add(java.lang.String key, java.lang.String val)
AnnotationBuilder
AnnotationBuilder. add(java.lang.String key, java.util.EnumSet val)
AnnotationBuilder
AnnotationBuilder. add(java.lang.String key, AnnotationBuilder val)
protected AnnotationBuilder
AnnotationPersistenceMetaDataSerializer. addAnnotation(java.lang.Class<? extends java.lang.annotation.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(java.lang.Class<? extends java.lang.annotation.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(java.lang.Class<? extends java.lang.annotation.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(java.lang.Class<? extends java.lang.annotation.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(java.lang.Class<? extends java.lang.annotation.Annotation> annType)
Creates a new annotation builder for the specified annotation type.Methods in org.apache.openjpa.persistence with parameters of type AnnotationBuilder Modifier and Type Method Description AnnotationBuilder
AnnotationBuilder. add(java.lang.String key, AnnotationBuilder val)
protected void
AnnotationPersistenceMetaDataSerializer. addAnnotation(AnnotationBuilder ab, java.lang.Object meta)
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, 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
.Method parameters in org.apache.openjpa.persistence with type arguments of type AnnotationBuilder Modifier and Type Method Description protected void
AnnotationPersistenceMetaDataSerializer. writeAnnotations(java.lang.Object meta, java.util.List<AnnotationBuilder> builders, java.util.Map output)
-
Uses of AnnotationBuilder in org.apache.openjpa.persistence.jdbc
Methods in org.apache.openjpa.persistence.jdbc that return AnnotationBuilder Modifier and Type Method Description protected AnnotationBuilder
AnnotationPersistenceMappingSerializer. addAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annType, QueryResultMapping meta)
Creates an an annotation builder for the specified class metadata and adds it to list of builders.Methods in org.apache.openjpa.persistence.jdbc with parameters of type AnnotationBuilder Modifier and Type Method 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)
-