Serialized Form
-
Package org.eclipse.persistence.internal.jpa
-
Class org.eclipse.persistence.internal.jpa.CMP3Policy extends CMPPolicy implements Serializable
-
Class org.eclipse.persistence.internal.jpa.JPAQuery extends DatabaseQuery implements Serializable
-
Serialized Fields
-
-
-
Package org.eclipse.persistence.internal.jpa.deployment.xml.parser
-
Class org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLException extends RuntimeException implements Serializable
-
Serialized Fields
-
m_nestedExceptions
List m_nestedExceptions
-
-
-
-
Package org.eclipse.persistence.internal.jpa.metadata.listeners
-
Class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder extends Object implements Serializable
-
Class org.eclipse.persistence.internal.jpa.metadata.listeners.MethodSerialImpl extends Object implements Serializable
-
-
Package org.eclipse.persistence.internal.jpa.metadata.xml
-
Class org.eclipse.persistence.internal.jpa.metadata.xml.EmptyElementConverter extends Object implements Serializable
-
Class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject extends Project implements Serializable
-
-
Package org.eclipse.persistence.internal.jpa.metamodel
-
Class org.eclipse.persistence.internal.jpa.metamodel.AttributeImpl extends Object implements Serializable
-
Serialized Fields
-
managedType
ManagedTypeImpl<X> managedType
The ManagedType associated with this attribute -
mapping
DatabaseMapping mapping
The databaseMapping associated with this attribute
-
-
-
Class org.eclipse.persistence.internal.jpa.metamodel.BasicTypeImpl extends TypeImpl<X> implements Serializable
- serialVersionUID:
- -4235705513407442769L
-
Class org.eclipse.persistence.internal.jpa.metamodel.CollectionAttributeImpl extends PluralAttributeImpl<X,Collection<V>,V> implements Serializable
- serialVersionUID:
- -4981779656175076241L
-
Class org.eclipse.persistence.internal.jpa.metamodel.EmbeddableTypeImpl extends ManagedTypeImpl<X> implements Serializable
- serialVersionUID:
- 8089664013641473274L
-
Class org.eclipse.persistence.internal.jpa.metamodel.EntityTypeImpl extends IdentifiableTypeImpl<X> implements Serializable
- serialVersionUID:
- 7970950485096018114L
-
Class org.eclipse.persistence.internal.jpa.metamodel.IdentifiableTypeImpl extends ManagedTypeImpl<X> implements Serializable
-
Serialized Fields
-
idAttributes
Set<jakarta.persistence.metamodel.SingularAttribute<? super X,?>> idAttributes
The collection of SingularAttributes that are Id attributes. -
superType
jakarta.persistence.metamodel.IdentifiableType<? super X> superType
The supertype may be an entity or mappedSuperclass.For top-level inheritance root identifiable types with no superclass - return null (not Object)
-
versionAttribute
jakarta.persistence.metamodel.SingularAttribute<? super X,?> versionAttribute
The SingularAttribute if it exists that is a version attribute
-
-
-
Class org.eclipse.persistence.internal.jpa.metamodel.ListAttributeImpl extends PluralAttributeImpl<X,List<V>,V> implements Serializable
- serialVersionUID:
- 6941222731228388279L
-
Class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl extends TypeImpl<X> implements Serializable
-
Serialized Fields
-
descriptor
ClassDescriptor descriptor
Native RelationalDescriptor that contains all the mappings of this type -
members
Map<String,jakarta.persistence.metamodel.Attribute<X,?>> members
The map of attributes keyed on attribute string name -
metamodel
MetamodelImpl metamodel
Reference to the metamodel that this managed type belongs to
-
-
-
Class org.eclipse.persistence.internal.jpa.metamodel.MapAttributeImpl extends PluralAttributeImpl<X,Map<K,V>,V> implements Serializable
- serialVersionUID:
- 5702748112869113135L
-
Serialized Fields
-
keyType
jakarta.persistence.metamodel.Type<K> keyType
The key type that this Map type is based on
-
-
Class org.eclipse.persistence.internal.jpa.metamodel.MappedSuperclassTypeImpl extends IdentifiableTypeImpl<X> implements Serializable
- serialVersionUID:
- 3770722221322920646L
-
Serialized Fields
-
inheritingIdentifiableTypes
Map<Class,IdentifiableTypeImpl> inheritingIdentifiableTypes
INTERNAL: The map of Identifiable types that inherit from this MappedSuperclass. The scope of this map is outside of the JPA 2.0 specification and is limited to MappedSuperclass types. The types in this map are keyed on the Java class of the inheriting type. This map acts as the reverse of all superType fields that point to "this" MappedSuperclass.
-
-
Class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl extends Object implements Serializable
- serialVersionUID:
- -7352420189248464690L
-
Serialized Fields
-
embeddables
Map<String,EmbeddableTypeImpl<?>> embeddables
The Map of embeddables in this metamodel keyed on Class -
entities
Map<String,EntityTypeImpl<?>> entities
The Map of entities in this metamodel keyed on Class -
isInitialized
boolean isInitialized
maintains initialization state to avoid extra work in calls to initialize -
managedTypes
Map<String,ManagedTypeImpl<?>> managedTypes
The Map of managed types (Entity, Embeddable and MappedSuperclass) in this metamodel keyed on Class -
mappedSuperclasses
Set<MappedSuperclassTypeImpl<?>> mappedSuperclasses
The Set of MappedSuperclassTypes in this metamodel -
session
AbstractSession session
The EclipseLink Session associated with this Metamodel implementation that contains all our descriptors with mappings -
types
Map<String,TypeImpl<?>> types
The Map of types (Entity, Embeddable, MappedSuperclass and Basic - essentially Basic + managedTypes) in this metamodel keyed on Class
-
-
Class org.eclipse.persistence.internal.jpa.metamodel.PluralAttributeImpl extends AttributeImpl<X,C> implements Serializable
-
Serialized Fields
-
elementType
jakarta.persistence.metamodel.Type<V> elementType
The type representing this collection type
-
-
-
Class org.eclipse.persistence.internal.jpa.metamodel.SetAttributeImpl extends PluralAttributeImpl<X,Set<V>,V> implements Serializable
- serialVersionUID:
- -976576715364078445L
-
Class org.eclipse.persistence.internal.jpa.metamodel.SingularAttributeImpl extends AttributeImpl<X,T> implements Serializable
- serialVersionUID:
- 3928292425281232234L
-
Serialized Fields
-
elementType
jakarta.persistence.metamodel.Type<T> elementType
The Type representing this Entity or Basic type
-
-
Class org.eclipse.persistence.internal.jpa.metamodel.TypeImpl extends Object implements Serializable
-
-
Package org.eclipse.persistence.internal.jpa.metamodel.proxy
-
Class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl extends Object implements Serializable
-
Class org.eclipse.persistence.internal.jpa.metamodel.proxy.CollectionAttributeProxyImpl extends PluralAttributeProxyImpl<X,Collection<V>,V> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.metamodel.proxy.ListAttributeProxyImpl extends PluralAttributeProxyImpl<X,List<V>,V> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.metamodel.proxy.MapAttributeProxyImpl extends PluralAttributeProxyImpl<X,Map<K,V>,V> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.metamodel.proxy.PluralAttributeProxyImpl extends AttributeProxyImpl<X,C> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.metamodel.proxy.SetAttributeProxyImpl extends PluralAttributeProxyImpl<X,Set<V>,V> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.metamodel.proxy.SingularAttributeProxyImpl extends AttributeProxyImpl<X,T> implements Serializable
-
-
Package org.eclipse.persistence.internal.jpa.querydef
-
Class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl extends CommonAbstractCriteriaImpl<T> implements Serializable
- serialVersionUID:
- -5270020290752637882L
-
Serialized Fields
-
baseExpression
Expression baseExpression
-
distinct
boolean distinct
-
groupBy
List<jakarta.persistence.criteria.Expression<?>> groupBy
-
havingClause
jakarta.persistence.criteria.Predicate havingClause
-
queryResult
AbstractQueryImpl.ResultType queryResult
-
roots
Set<jakarta.persistence.criteria.Root<?>> roots
-
-
Class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl extends CollectionJoinImpl<Z,E> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl extends ListJoinImpl<Z,E> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl extends MapJoinImpl<Z,K,E> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl extends SetJoinImpl<Z,E> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl extends JoinImpl<Z,X> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl extends Object implements Serializable
- serialVersionUID:
- -2729946665208116620L
-
Serialized Fields
-
metamodel
jakarta.persistence.metamodel.Metamodel metamodel
-
parameters
Set<jakarta.persistence.criteria.ParameterExpression<?>> parameters
-
queryBuilder
CriteriaBuilderImpl queryBuilder
-
queryType
Class queryType
-
where
jakarta.persistence.criteria.Expression<Boolean> where
-
-
Class org.eclipse.persistence.internal.jpa.querydef.CompoundExpressionImpl extends FunctionExpressionImpl<Boolean> implements Serializable
-
Serialized Fields
-
isNegated
boolean isNegated
-
-
-
Class org.eclipse.persistence.internal.jpa.querydef.CompoundSelectionImpl extends SelectionImpl implements Serializable
-
Class org.eclipse.persistence.internal.jpa.querydef.ConstructorSelectionImpl extends CompoundSelectionImpl implements Serializable
-
Serialized Fields
-
constructorArgTypes
Class[] constructorArgTypes
-
-
-
Class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl extends Object implements Serializable
-
Serialized Fields
-
metamodel
jakarta.persistence.metamodel.Metamodel metamodel
-
-
-
Class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CaseImpl extends FunctionExpressionImpl<R> implements Serializable
-
Serialized Fields
-
elseExpression
jakarta.persistence.criteria.Expression<? extends R> elseExpression
-
-
-
Class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CoalesceImpl extends FunctionExpressionImpl<X> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.SimpleCaseImpl extends FunctionExpressionImpl<R> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.querydef.CriteriaDeleteImpl extends CommonAbstractCriteriaImpl<T> implements Serializable
- serialVersionUID:
- -3858349449764066901L
-
Serialized Fields
-
root
jakarta.persistence.criteria.Root<T> root
-
-
Class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl extends AbstractQueryImpl<T> implements Serializable
-
Serialized Fields
-
joins
Set<FromImpl> joins
-
orderBy
List<jakarta.persistence.criteria.Order> orderBy
-
selection
SelectionImpl<?> selection
-
-
-
Class org.eclipse.persistence.internal.jpa.querydef.CriteriaUpdateImpl extends CommonAbstractCriteriaImpl<T> implements Serializable
- serialVersionUID:
- 5069513243268181150L
-
Serialized Fields
-
query
UpdateAllQuery query
-
root
jakarta.persistence.criteria.Root<T> root
-
-
Class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl extends SelectionImpl<X> implements Serializable
-
Serialized Fields
-
isLiteral
boolean isLiteral
-
literal
Object literal
-
metamodel
jakarta.persistence.metamodel.Metamodel metamodel
-
-
-
Class org.eclipse.persistence.internal.jpa.querydef.FromImpl extends PathImpl<X> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.querydef.FunctionExpressionImpl extends ExpressionImpl<X> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.querydef.InImpl extends CompoundExpressionImpl implements Serializable
-
Serialized Fields
-
leftExpression
ExpressionImpl leftExpression
-
parentNode
Expression parentNode
-
-
-
Class org.eclipse.persistence.internal.jpa.querydef.JoinImpl extends FromImpl<Z,X> implements Serializable
-
Serialized Fields
-
joinType
jakarta.persistence.criteria.JoinType joinType
-
on
jakarta.persistence.criteria.Expression<Boolean> on
-
-
-
Class org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl extends JoinImpl<Z,X> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl extends JoinImpl<Z,V> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.querydef.OrderImpl extends Object implements Serializable
-
Serialized Fields
-
expression
jakarta.persistence.criteria.Expression expression
-
isAscending
boolean isAscending
-
-
-
Class org.eclipse.persistence.internal.jpa.querydef.ParameterExpressionImpl extends ExpressionImpl<T> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.querydef.PathImpl extends ExpressionImpl<X> implements Serializable
-
Serialized Fields
-
modelArtifact
Object modelArtifact
-
pathParent
jakarta.persistence.criteria.Path<?> pathParent
-
-
-
Class org.eclipse.persistence.internal.jpa.querydef.PredicateImpl extends CompoundExpressionImpl implements Serializable
-
Serialized Fields
-
booloperator
jakarta.persistence.criteria.Predicate.BooleanOperator booloperator
-
-
-
Class org.eclipse.persistence.internal.jpa.querydef.RootImpl extends FromImpl<X,X> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.querydef.SelectionImpl extends Object implements Serializable
-
Serialized Fields
-
alias
String alias
-
currentNode
Expression currentNode
-
javaType
Class<X> javaType
-
-
-
Class org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl extends JoinImpl<Z,X> implements Serializable
-
Class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl extends AbstractQueryImpl<T> implements Serializable
-
Serialized Fields
-
alias
String alias
-
correlatedJoins
Set<jakarta.persistence.criteria.Join<?,?>> correlatedJoins
-
correlations
Set<Expression> correlations
-
currentNode
SubSelectExpression currentNode
-
parent
jakarta.persistence.criteria.CommonAbstractCriteria parent
-
processedJoins
Set<FromImpl> processedJoins
-
selection
SelectionImpl<?> selection
-
subQuery
ReportQuery subQuery
-
-
-
Class org.eclipse.persistence.internal.jpa.querydef.TupleImpl extends Object implements Serializable
-
Serialized Fields
-
rqr
ReportQueryResult rqr
-
selections
List<? super jakarta.persistence.criteria.Selection<?>> selections
-
-
-
Class org.eclipse.persistence.internal.jpa.querydef.TupleQuery extends ReportQuery implements Serializable
-
Serialized Fields
-
selections
List<? super jakarta.persistence.criteria.Selection<?>> selections
-
-
-
-
Package org.eclipse.persistence.jpa.dynamic
-
Class org.eclipse.persistence.jpa.dynamic.DynamicIdentityPolicy extends CMP3Policy implements Serializable
-