Uses of Class
org.apache.openjpa.jdbc.meta.MappingInfo
Packages that use MappingInfo
Package
Description
OpenJPA-JDBC ORM Metadata
OpenJPA JPA-JDBC
-
Uses of MappingInfo in org.apache.openjpa.jdbc.meta
Subclasses of MappingInfo in org.apache.openjpa.jdbc.metaModifier and TypeClassDescriptionclassInformation about the mapping from a class to the schema, in raw form.classInformation about the mapping from a discriminator to the schema, in raw form.classInformation about the mapping from a field to the schema, in raw form.classInformation about the mapping from a field value to the schema, in raw form.classInformation about the mapping from a version indicator to the schema, in raw form.Methods in org.apache.openjpa.jdbc.meta with parameters of type MappingInfoModifier and TypeMethodDescriptionvoidClassMappingInfo.copy(MappingInfo info) voidDiscriminatorMappingInfo.copy(MappingInfo info) voidFieldMappingInfo.copy(MappingInfo info) voidMappingInfo.copy(MappingInfo info) Copy missing info from the instance to this one.voidValueMappingInfo.copy(MappingInfo info) -
Uses of MappingInfo in org.apache.openjpa.persistence.jdbc
Methods in org.apache.openjpa.persistence.jdbc with parameters of type MappingInfoModifier and TypeMethodDescriptionprotected voidAnnotationPersistenceMappingParser.parseForeignKey(MappingInfo info, String name, boolean enabled, boolean deferred, ForeignKeyAction deleteAction, ForeignKeyAction updateAction) Set foreign key data on the given mapping info.protected voidAnnotationPersistenceMappingParser.parseIndex(MappingInfo info, String name, boolean enabled, boolean unique) Set index data on the given mapping info.protected voidAnnotationPersistenceMappingParser.parseXJoinColumns(FieldMapping fm, MappingInfo info, boolean secondaryAllowed, XJoinColumn... joins) Parse given @XJoinColumn annotations.protected voidAnnotationPersistenceMappingParser.setColumns(FieldMapping fm, MappingInfo info, List<Column> cols, int unique) Set the given columns as the columns forfm.protected voidAnnotationPersistenceMappingParser.setMapKeyColumn(FieldMapping fm, MappingInfo info, Column col, int unique) Set the given map key column as the map key column forfm.