Module org.eclipse.persistence.jpa
Class StructureImpl
java.lang.Object
org.eclipse.persistence.internal.jpa.config.MetadataImpl<StructureAccessor>
org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl<StructureAccessor,Structure>
org.eclipse.persistence.internal.jpa.config.mappings.AbstractMappingImpl<StructureAccessor,Structure>
org.eclipse.persistence.internal.jpa.config.structures.StructureImpl
- All Implemented Interfaces:
Structure
public class StructureImpl
extends AbstractMappingImpl<StructureAccessor,Structure>
implements Structure
JPA scripting API implementation.
- Since:
- EclipseLink 2.5.1
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
metadata
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.persistence.internal.jpa.config.mappings.AbstractMappingImpl
setAttributeType
Methods inherited from class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
addConverter, addObjectTypeConverter, addProperty, addStructConverter, addTypeConverter, setAccess, setAccessMethods, setConverter, setHashPartitioning, setName, setObjectTypeConverter, setPartitioned, setPartitioning, setPinnedPartitioning, setRangePartitioning, setReplicationPartitioning, setRoundRobinPartitioning, setStructConverter, setTypeConverter, setUnionPartitioning, setValuePartitioning
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.persistence.jpa.config.Structure
addProperty, setAccess, setAccessMethods, setAttributeType, setName
-
Constructor Details
-
StructureImpl
public StructureImpl()
-