Uses of Class
org.apache.openjpa.persistence.AnnotationBuilder
Packages that use AnnotationBuilder
Package
Description
OpenJPA JPA
OpenJPA JPA-JDBC
-
Uses of AnnotationBuilder in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return AnnotationBuilderModifier and TypeMethodDescriptionAnnotationBuilder.add(String key, AnnotationBuilder val) protected AnnotationBuilderAnnotationPersistenceMetaDataSerializer.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 AnnotationBuilderAnnotationPersistenceMetaDataSerializer.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 AnnotationBuilderAnnotationPersistenceMetaDataSerializer.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 AnnotationBuilderAnnotationPersistenceMetaDataSerializer.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 AnnotationBuilderAnnotationPersistenceMetaDataSerializer.newAnnotationBuilder(Class<? extends Annotation> annType) Creates a new annotation builder for the specified annotation type.Methods in org.apache.openjpa.persistence with parameters of type AnnotationBuilderModifier and TypeMethodDescriptionAnnotationBuilder.add(String key, AnnotationBuilder val) protected voidAnnotationPersistenceMetaDataSerializer.addAnnotation(AnnotationBuilder ab, Object meta) protected voidAnnotationPersistenceMetaDataSerializer.addAnnotation(AnnotationBuilder ab, ClassMetaData meta) Add an annotation builder to list of builders for the specified class metadata.protected voidAnnotationPersistenceMetaDataSerializer.addAnnotation(AnnotationBuilder ab, FieldMetaData meta) Add an annotation builder to list of builders for the specified field metadata.protected voidAnnotationPersistenceMetaDataSerializer.addAnnotation(AnnotationBuilder ab, QueryMetaData meta) Add an annotation builder to list of builders for the specified query metadata.protected voidAnnotationPersistenceMetaDataSerializer.addAnnotation(AnnotationBuilder ab, SequenceMetaData meta) Add an annotation builder to list of builders for the specified sequence metadata.protected voidAnnotationPersistenceMetaDataSerializer.addFieldMappingAttributes(FieldMetaData fmd, FieldMetaData orig, AnnotationBuilder ab) Add mapping attributes for the given field.protected voidAnnotationPersistenceMetaDataSerializer.addStrategyMappingAttributes(FieldMetaData fmd, AnnotationBuilder ab) Set mapping attributes for strategy.protected voidAnnotationPersistenceMetaDataSerializer.serializeAttributeOverrideMappingContent(FieldMetaData fmd, FieldMetaData orig, AnnotationBuilder ab) Serialize attribute override mapping content.protected voidAnnotationPersistenceMetaDataSerializer.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 AnnotationBuilderModifier and TypeMethodDescriptionprotected voidAnnotationPersistenceMetaDataSerializer.writeAnnotations(Object meta, List<AnnotationBuilder> builders, Map output) -
Uses of AnnotationBuilder in org.apache.openjpa.persistence.jdbc
Methods in org.apache.openjpa.persistence.jdbc that return AnnotationBuilderModifier and TypeMethodDescriptionprotected AnnotationBuilderAnnotationPersistenceMappingSerializer.addAnnotation(Class<? extends 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 AnnotationBuilderModifier and TypeMethodDescriptionprotected voidAnnotationPersistenceMappingSerializer.addAnnotation(AnnotationBuilder ab, QueryResultMapping meta) Add an annotation builder to list of builders for the specified class metadata.protected voidAnnotationPersistenceMappingSerializer.serializeAttributeOverrideMappingContent(FieldMetaData fmd, FieldMetaData orig, AnnotationBuilder ab) protected voidAnnotationPersistenceMappingSerializer.serializeFieldMappingContent(FieldMetaData fmd, PersistenceStrategy strategy, AnnotationBuilder ab)