Module org.eclipse.persistence.jpa
Class EntityResultImpl
java.lang.Object
org.eclipse.persistence.internal.jpa.config.MetadataImpl<EntityResultMetadata>
org.eclipse.persistence.internal.jpa.config.queries.EntityResultImpl
- All Implemented Interfaces:
EntityResult
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
Modifier and TypeMethodDescriptionsetDiscriminatorColumn
(String discriminatorColumn) setEntityClass
(String entityClass) Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
Constructor Details
-
EntityResultImpl
public EntityResultImpl()
-
-
Method Details
-
addFieldResult
- Specified by:
addFieldResult
in interfaceEntityResult
-
setDiscriminatorColumn
- Specified by:
setDiscriminatorColumn
in interfaceEntityResult
-
setEntityClass
- Specified by:
setEntityClass
in interfaceEntityResult
-