Class MappingsImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<XMLEntityMappings>
-
- org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
-
- All Implemented Interfaces:
Mappings
public class MappingsImpl extends MetadataImpl<XMLEntityMappings> implements Mappings
JPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
metadata
-
-
Constructor Summary
Constructors Constructor Description MappingsImpl()
-
Method Summary
-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
-
-
-
Method Detail
-
addConverter
public Converter addConverter()
- Specified by:
addConverterin interfaceMappings
-
addConverterClass
public ConverterClass addConverterClass()
- Specified by:
addConverterClassin interfaceMappings
-
addEmbeddable
public Embeddable addEmbeddable()
- Specified by:
addEmbeddablein interfaceMappings
-
addHashPartitioning
public HashPartitioning addHashPartitioning()
- Specified by:
addHashPartitioningin interfaceMappings
-
addMappedSuperclass
public MappedSuperclass addMappedSuperclass()
- Specified by:
addMappedSuperclassin interfaceMappings
-
addNamedNativeQuery
public NamedNativeQuery addNamedNativeQuery()
- Specified by:
addNamedNativeQueryin interfaceMappings
-
addNamedPlsqlStoredFunctionQuery
public NamedPlsqlStoredFunctionQuery addNamedPlsqlStoredFunctionQuery()
- Specified by:
addNamedPlsqlStoredFunctionQueryin interfaceMappings
-
addNamedPlsqlStoredProcedureQuery
public NamedPlsqlStoredProcedureQuery addNamedPlsqlStoredProcedureQuery()
- Specified by:
addNamedPlsqlStoredProcedureQueryin interfaceMappings
-
addNamedQuery
public NamedQuery addNamedQuery()
- Specified by:
addNamedQueryin interfaceMappings
-
addNamedStoredFunctionQuery
public NamedStoredFunctionQuery addNamedStoredFunctionQuery()
- Specified by:
addNamedStoredFunctionQueryin interfaceMappings
-
addNamedStoredProcedureQuery
public NamedStoredProcedureQuery addNamedStoredProcedureQuery()
- Specified by:
addNamedStoredProcedureQueryin interfaceMappings
-
addObjectTypeConverter
public ObjectTypeConverter addObjectTypeConverter()
- Specified by:
addObjectTypeConverterin interfaceMappings
-
addOracleArray
public OracleArray addOracleArray()
- Specified by:
addOracleArrayin interfaceMappings
-
addOracleObject
public OracleObject addOracleObject()
- Specified by:
addOracleObjectin interfaceMappings
-
addPartitioning
public Partitioning addPartitioning()
- Specified by:
addPartitioningin interfaceMappings
-
addPinnedPartitioning
public PinnedPartitioning addPinnedPartitioning()
- Specified by:
addPinnedPartitioningin interfaceMappings
-
addPlsqlRecord
public PlsqlRecord addPlsqlRecord()
- Specified by:
addPlsqlRecordin interfaceMappings
-
addPlsqlTable
public PlsqlTable addPlsqlTable()
- Specified by:
addPlsqlTablein interfaceMappings
-
addRangePartitioning
public RangePartitioning addRangePartitioning()
- Specified by:
addRangePartitioningin interfaceMappings
-
addReplicationPartititioning
public ReplicationPartitioning addReplicationPartititioning()
- Specified by:
addReplicationPartititioningin interfaceMappings
-
addRoundRobinPartitioning
public RoundRobinPartitioning addRoundRobinPartitioning()
- Specified by:
addRoundRobinPartitioningin interfaceMappings
-
addSequenceGenerator
public SequenceGenerator addSequenceGenerator()
- Specified by:
addSequenceGeneratorin interfaceMappings
-
addSqlResultSetMapping
public SqlResultSetMapping addSqlResultSetMapping()
- Specified by:
addSqlResultSetMappingin interfaceMappings
-
addStructConverter
public StructConverter addStructConverter()
- Specified by:
addStructConverterin interfaceMappings
-
addTableGenerator
public TableGenerator addTableGenerator()
- Specified by:
addTableGeneratorin interfaceMappings
-
addTenantDiscriminatorColumn
public TenantDiscriminatorColumn addTenantDiscriminatorColumn()
- Specified by:
addTenantDiscriminatorColumnin interfaceMappings
-
addTypeConverter
public TypeConverter addTypeConverter()
- Specified by:
addTypeConverterin interfaceMappings
-
addUnionPartitioning
public UnionPartitioning addUnionPartitioning()
- Specified by:
addUnionPartitioningin interfaceMappings
-
addUuidGenerator
public UuidGenerator addUuidGenerator()
- Specified by:
addUuidGeneratorin interfaceMappings
-
addValuePartitioning
public ValuePartitioning addValuePartitioning()
- Specified by:
addValuePartitioningin interfaceMappings
-
setAccess
public Mappings setAccess(java.lang.String access)
-
setAccessMethods
public AccessMethods setAccessMethods()
- Specified by:
setAccessMethodsin interfaceMappings
-
setCatalog
public Mappings setCatalog(java.lang.String catalog)
- Specified by:
setCatalogin interfaceMappings
-
setPackage
public Mappings setPackage(java.lang.String pkg)
- Specified by:
setPackagein interfaceMappings
-
setPersistenceUnitMetadata
public PersistenceUnitMetadata setPersistenceUnitMetadata()
- Specified by:
setPersistenceUnitMetadatain interfaceMappings
-
setSchema
public Mappings setSchema(java.lang.String schema)
-
setVersion
public Mappings setVersion(java.lang.String version)
- Specified by:
setVersionin interfaceMappings
-
-