that provides support based on the release
of the Java Persistence functional specification defined in
- Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.
- ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- ge(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- GeneralCaseExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a general case expression.
- GeneralCaseExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GeneralCaseExpressionBNF
-
Creates a new GeneralCaseExpressionBNF
.
- GeneralIdentificationExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
ValueExpressionFactory
creates a general identification variable, which is either
with the identifier
KEY or
VALUE and then checks the existence of a path expression.
- GeneralIdentificationExpressionFactory(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationExpressionFactory
-
Creates a new GeneralIdentificationExpressionFactory
.
- GeneralIdentificationVariableBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a general identification variable expression.
- GeneralIdentificationVariableBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationVariableBNF
-
Creates a new GeneralIdentificationVariableBNF
.
- generalParsingException - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- generalParsingException(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
INTERNAL
Create an exception to wrap a general parsing exception
- generalParsingException(String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
INTERNAL
Create an exception to wrap a general parsing exception
- generalParsingException2 - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- GENERATE - Static variable in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
-
- generate(boolean) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Generate the project class, output the java source code to the stream or file.
- generate() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Generate the project class, output the java source code to the stream or file.
- generate(boolean) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Generate the creator class, output the java source code to the stream or file.
- generate() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Generate the project class, output the java source code to the stream or file.
- generateAmendmentClass(Writer, String, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
PUBLIC: Generate an amendment class that will set up the descriptors to use
these stored procedures.
- generateAnyAttributeMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateAnyCollectionMapping(Property, Descriptor, NamespaceInfo, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateAnyObjectMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateBinaryDataCollectionMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateBinaryMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateChoiceCollectionMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateChoiceMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateCollectionMapping(Property, Descriptor, JavaClass, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateCompositeCollectionMapping(Property, Descriptor, JavaClass, NamespaceInfo, String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateCompositeObjectMapping(Property, Descriptor, NamespaceInfo, String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateCreatorClass() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
Return a class definition object representing the code to be generated for the table creator.
- generateDefaultTableCreator() - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
Generate a default TableCreator object from the EclipseLink project object.
- generateDeleteStoredProcedure(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL: Generates the delete stored procedure for this descriptor
- generateDescriptor(JavaClass, CoreProject) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateDescriptorForJAXBElementSubclass(JavaClass, CoreProject, NamespaceResolver) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateDirectCollectionMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateDirectEnumerationMapping(Property, Descriptor, NamespaceInfo, EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateDirectMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- GeneratedValue - Annotation Type in javax.persistence
-
Provides for the specification of generation strategies for the
values of primary keys.
- GeneratedValue - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- generateEnumCollectionMapping(Property, Descriptor, NamespaceInfo, EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateFilteredDefaultTableCreator(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
Generate a default TableCreator object from the EclipseLink project object,
and perform the table existence check through jdbc table metadata, and filter out
tables which are already in the database.
- generateFKConstraints - Variable in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
When this flag is 'false' EclipseLink will not attempt to create fk constraints.
- generateInsertStoredProcedure(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL: Generates the insert stored procedure for this descriptor
- generateJsonSchema(SchemaOutputResolver, Class) - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
- generateMapping(Property, Descriptor, JavaClass, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
Generate a mapping for a given Property.
- generateMappingForReferenceProperty(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateMappings() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateMappings(TypeInfo, Descriptor, JavaClass, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
Generate mappings for a given TypeInfo.
- generateMappingStoredProcedures(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL: Generates the mapping stored procedures for this descriptor.
- generateNestedFunction(ComplexDatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
INTERNAL: Generate the nested function to convert the PLSQL type to its compatible SQL type.
- generateNestedFunction(ComplexDatabaseType, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
INTERNAL: Generate the nested function to convert the PLSQL type to its compatible SQL type.
- generateObjectStoredProcedure(DatabaseQuery, List, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL: Generates the object level stored procedure based on the passed in query
- generateOneToManyMappingDeleteAllProcedure(OneToManyMapping) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL: Generates the delete all stored procedure for this mapping
- generateOneToManyMappingProcedures(OneToManyMapping, DatabaseQuery, Map, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL: Generates all the stored procedures for this mapping
- generateOneToManyMappingReadProcedure(OneToManyMapping) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL: Generates the read all stored procedure for this mapping
- generateProject() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-
- generateProject(List<JavaClass>, Map<String, TypeInfo>, Map<String, QName>, Map<String, PackageInfo>, Map<QName, ElementDeclaration>, List<ElementDeclaration>, Map<TypeMappingInfo, Class>, Map<TypeMappingInfo, Class>, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateProjectClass() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
Return a class definition object representing the code to be generated for the project and its descriptors.
- generateReadAllStoredProcedure(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL: Generates the read all stored procedure for this descriptor
- generateReadStoredProcedure(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL: Generates the read stored procedure for this descriptor
- generateSchema(String, Map) - Static method in class javax.persistence.Persistence
-
Create database schemas and/or tables and/or create DDL
scripts as determined by the supplied properties.
- generateSchema(PersistenceUnitInfo, Map) - Method in interface javax.persistence.spi.PersistenceProvider
-
Create database schemas and/or tables and/or create DDL
scripts as determined by the supplied properties.
- generateSchema(String, Map) - Method in interface javax.persistence.spi.PersistenceProvider
-
Create database schemas and/or tables and/or create DDL
scripts as determined by the supplied properties.
- generateSchema(SchemaOutputResolver) - Method in class javax.xml.bind.JAXBContext
-
Generates the schema documents for this context.
- generateSchema() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-
- generateSchema(List<JavaClass>, Map<String, TypeInfo>, Map<String, QName>, Map<String, PackageInfo>, Map<QName, ElementDeclaration>, Map<String, Class>, SchemaOutputResolver) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- generateSchema(List<JavaClass>, Map<String, TypeInfo>, Map<String, QName>, Map<String, PackageInfo>, Map<QName, ElementDeclaration>, Map<String, Class>) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- generateSchema(SchemaOutputResolver) - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
Generate a Schema for this JAXBContext
- generateSchema(SchemaOutputResolver, Map<QName, Type>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
Generate a Schema for this JAXBContext
- generateSchema(PersistenceUnitInfo, Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
-
Create database schemas and/or tables and/or create DDL
scripts as determined by the supplied properties.
- generateSchema(String, Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
-
Create database schemas and/or tables and/or create DDL scripts as
determined by the supplied properties.
- generateSchemaFiles(String, Map<QName, Type>) - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-
- generateSchemaFiles(SchemaOutputResolver, Map<QName, Type>) - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-
- generateSequenceStoredProcedures(Project) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL: Generates the select and update stored procedures for this project.
- generateStoredProcedure(DatabaseQuery, List, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL: Generates the stored procedure for this query.
- generateStoredProcedure(DatabaseQuery, List, AbstractRecord, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL: Generates the stored procedure for this query using the row
passed in for the check prepare.
- generateStoredProcedures() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
PUBLIC:
Use this method to generate stored procedures based on the dynamic SQL generated
for your mappings and descriptors.
- generateStoredProcedures(Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
PUBLIC:
Use this method to generate stored procedures based on the dynamic SQL generated
for your mappings and descriptors.
- generateStoredProcedures() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
PUBLIC:
generates all the stored procedures using the schema manager.
- generateStoredProcedures(Writer) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
PUBLIC:
generates all the stored procedures to the writer using
the schema manager outputDDLToWriter(Writer).
- generateStoredProceduresAndAmendmentClass(Writer, String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
PUBLIC:
Use this method to generate stored procedures based on the dynamic SQL generated
for your mappings and descriptors.
- generateStoredProceduresAndAmendmentClass(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
PUBLIC:
Use this method to generate stored procedures based on the dynamic SQL generated
for your mappings and descriptors.
- generateTransformationMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
Generate an XMLTransformationMapping based on a given Property.
- generateUpdateStoredProcedure(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL: Generates the update stored procedure for this descriptor
- generateWrapperClass(String, String, boolean, QName) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- generateXMLCollectionReferenceMapping(Property, Descriptor, NamespaceInfo, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
Create an XMLCollectionReferenceMapping and add it to the descriptor.
- generateXMLObjectReferenceMapping(Property, Descriptor, NamespaceInfo, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
Create an XMLObjectReferenceMapping and add it to the descriptor.
- GenerationType - Enum in javax.persistence
-
Defines the types of primary key generation strategies.
- Generator - Class in org.eclipse.persistence.jaxb.compiler
-
INTERNAL:
Purpose:The purpose of this class is to act as an entry point into the
TopLink JAXB 2.0 Generation framework
Responsibilities:
Run initial processing on a list of classes to create TypeInfo meta data
Provide API to generate Schema Files
Provide API to generate a TopLink Project
Act as an integration point with WebServices
This class acts as an entry point into JAXB 2.0 Generation.
- Generator(JavaModelInput) - Constructor for class org.eclipse.persistence.jaxb.compiler.Generator
-
This is the preferred constructor.
- Generator(JavaModelInput, Map<String, XmlBindings>, ClassLoader, String, boolean) - Constructor for class org.eclipse.persistence.jaxb.compiler.Generator
-
This constructor will process and apply the given XmlBindings as appropriate.
- Generator(JavaModelInput, TypeMappingInfo[], JavaClass[], Map<Type, TypeMappingInfo>, String) - Constructor for class org.eclipse.persistence.jaxb.compiler.Generator
-
This constructor creates a Helper using the JavaModelInput
instance's JavaModel and a map of javaclasses that were generated from Type objects.
- Generator(JavaModelInput, TypeMappingInfo[], JavaClass[], Map<Type, TypeMappingInfo>, Map<String, XmlBindings>, ClassLoader, String, boolean) - Constructor for class org.eclipse.persistence.jaxb.compiler.Generator
-
This constructor will process and apply the given XmlBindings as appropriate.
- GenericQueryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
A generic
JPQLQueryBNF
can be used to manually create a new BNF without having to create
a concrete instance.
- GenericQueryBNF(String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GenericQueryBNF
-
Creates a new GenericQueryBNF
.
- GenericSemanticValidatorHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- GenericSemanticValidatorHelper(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Creates a new GenericSemanticValidatorHelper
.
- GenericSemanticValidatorHelper.IdentificationVariableVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- GenericTypeHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- GenericTypeHelper(TypeHelper) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Creates a new GenericTypeHelper
.
- get(SingularAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced
single-valued attribute.
- get(PluralAttribute<X, C, E>) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced
collection-valued attribute.
- get(MapAttribute<X, K, V>) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced
map-valued attribute.
- get(String) - Method in interface javax.persistence.criteria.Path
-
Create a path corresponding to the referenced attribute.
- get(TupleElement<X>) - Method in interface javax.persistence.Tuple
-
Get the value of the specified tuple element.
- get(String, Class<X>) - Method in interface javax.persistence.Tuple
-
Get the value of the tuple element to which the
specified alias has been assigned.
- get(String) - Method in interface javax.persistence.Tuple
-
Get the value of the tuple element to which the
specified alias has been assigned.
- get(int, Class<X>) - Method in interface javax.persistence.Tuple
-
Get the value of the element at the specified
position in the result tuple.
- get(int) - Method in interface javax.persistence.Tuple
-
Get the value of the element at the specified
position in the result tuple.
- get(String) - Method in interface org.eclipse.persistence.dynamic.DynamicEntity
-
Return the persistence value for the given property as the specified type.
- get(String) - Method in class org.eclipse.persistence.eis.EISMappedRecord
-
Forward the request to the record.
- get(DatabaseField) - Method in class org.eclipse.persistence.eis.EISMappedRecord
-
Forward the request to the record.
- get(String) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that wraps the attribute or query key name.
- get(String, boolean) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that wraps the attribute or query key name.
- get(int) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- get(Object) - Method in class org.eclipse.persistence.indirection.IndirectMap
-
- get(Object) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- get(String) - Static method in class org.eclipse.persistence.jpa.rs.DataStorage
-
Gets the.
- get(String, URI, String, Map<String, Object>) - Method in interface org.eclipse.persistence.jpa.rs.PersistenceContextFactory
-
- get(String, URI, String, Map<String, Object>) - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
-
Gets existing persistence context or create new based on given parameters if it doesn't exist.
- get(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- get(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- get(String) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
PUBLIC:
Add the field-value pair to the row.
- get(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
Retrieve the value for the field.
- get(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC:
Return the value for given item name.
- get(String) - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC:
Return the value for given item name.
- get(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Return the object cached in the identity map or null if it could not be found.
- GET_METHOD_RETURN_TYPE_NOT_VALID - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- getAboutToDeleteSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
bug 251180 - Missing method org.eclipse.persistence.descriptors.DescriptorEventManager#setAboutToDeleteSelector
- getAboutToInsertSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
- getAboutToUpdateSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
- getAbstractSchemaName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Returns the abstract schema name.
- getAbstractSchemaName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the abstract schema name.
- getAbstractSchemaName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
-
Returns the name of the entity to resolve.
- getAbstractSchemaName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
-
Returns the name of the entity to resolve.
- getAbstractSchemaNameStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
- getAbstractSchemaNameStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
- getAbstractSchemaType(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Retrieves the abstract schema type that is mapped with the given identification variable.
- getAbstractSchemaType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Retrieves the abstract schema type that is mapped with the given identification variable.
- getAbstractSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
Return the underlying database session
- getAbstractSession() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
Return the AbstractSession required to log to the non-platform EclipseLink log.
- getAcceptableType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines the root
IType
that any type should be assignable.
- getAccessor(String, AbstractSession, DatabaseQuery, boolean) - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
-
INTERNAL:
Return an accessor from the pool for the session.
- getAccessor() - Method in class org.eclipse.persistence.eis.EISMappedRecord
-
Return the accessor.
- getAccessor() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
-
PUBLIC:
Return the accessor.
- getAccessor() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the accessor associated with the cursor.
- getAccessor() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the accessor.
- getAccessor() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
This should normally not be used, getAccessors() should be used to support partitioning.
- getAccessor() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Return the appropriate accessor.
- getAccessOrder() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- getAccessorFactory() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- getAccessors() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the accessors.
- getAccessors(Call, AbstractRecord, DatabaseQuery) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Return the low-level database accessors.
- getAccessors() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Return the write connections if in a transaction.
- getAccessors(Call, AbstractRecord, DatabaseQuery) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Return the connections to use for the query execution.
- getAccessorTree() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- getAccessType() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- getActiveSequencingCallback(DatabaseSession, SequencingCallbackFactory) - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
-
INTERNAL:
Returns sequencingCallback for the current active external transaction.
- getActiveSequencingCallback(DatabaseSession, SequencingCallbackFactory) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Returns sequencingCallback for the current active external transaction.
- getActiveSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
This method returns the current session to the requester.
- getActiveSession() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the active session for the current active external (JTS) transaction.
- getActiveThread() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
Return the active thread.
- getActiveUnitOfWork() - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
-
INTERNAL:
Return the active unit of work for the current active external transaction.
- getActiveUnitOfWork() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the active unit of work for the current active external (JTS) transaction.
- getActiveUnitOfWork() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return the active unit of work for the current external transaction.
- getActualAll() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Returns the actual ALL
found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualAndIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the actual AND identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Returns the actual AS identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the actual AS found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Returns the actual AS found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
Returns the actual AS found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
Returns the actual AS found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Returns the actual AS identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualBetweenIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the actual identifier found in the string representation of the JPQL query, which has the actual
case that was used.
- getActualCaseIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the actual CASE identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualCurrentQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the current
Expression
being manipulated, which is either the top-level query
or a subquery.
- getActualDeclarationResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getActualDeleteIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Returns the actual DELETE found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualDistinctIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Returns the actual DISTINCT identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualDistinctIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
Returns the actual DISTINCT identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualElseIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the actual ELSE identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualEmptyIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Returns the actual EMPTY found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualEndIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the actual END identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualEscapeIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the actual ESCAPE found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualFromIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Returns the actual FROM identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualFromIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Returns the actual FROM identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualFromIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Returns the actual FROM identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Returns the actual identifier found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Returns the actual identifier found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Returns the actual FROM identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
Returns the actual identifier found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Returns the actual SELECT identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Returns the actual AS OF identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the actual identifier found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
Returns the actual CONNECT BY identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Returns the actual NEW identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
Returns the actual identifier found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
Returns the actual GROUP BY found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the actual identifier found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
Returns the actual identifier found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
Returns the actual NOT found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Returns the actual identifier found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualInIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Returns the actual IN identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualInIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the actual IN found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Returns the actual IS found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Returns the actual IS found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualLikeIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the actual LIKE found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualMemberIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the actual MEMBER identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the actual NOT identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the actual NOT identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Returns the actual NOT found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
-
Returns the actual NOT identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the actual NOT found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the actual NOT found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Returns the actual Not found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualNullIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Returns the actual NULL found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualNullOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Returns the actual null
ordering identifier found in the string representation of
the JPQL query, which has the actual case that was used.
- getActualOfIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the actual OF identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Returns the actual ordering identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualRegexpIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Returns the actual REGEXP found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualScnIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Returns the actual SCN identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualSetIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Returns the actual SET found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualSpecificationIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Returns the actual specification identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualThenIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Returns the actual THEN found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualTimestampIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Returns the actual TIMESTAMP identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the generic type if it was set (collection or array item type) otherwise return the
type of this property
- getActualTypeArguments() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return the "actual" type from a parameterized type.
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return the "actual" type from a parameterized type.
- getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Not supported.
- getActualUpdateIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Returns the actual UPDATE found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualValueType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the generic type if it was set (collection or array item type) otherwise return the
type of this property
- getActualWhenIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Returns the actual WHEN found in the string representation of the JPQL query, which
has the actual case that was used.
- getAdaptedJavaType() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Get the adapted java type.
- getAdaptedJavaTypeName() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Get the adapted java type name.
- getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getAdapter(Class<A>) - Method in interface javax.xml.bind.Marshaller
-
Gets the adapter associated with the specified type.
- getAdapter(Class<A>) - Method in interface javax.xml.bind.Unmarshaller
-
Gets the adapter associated with the specified type.
- getAdapter(Class) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- getAdapter(Class) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- getAdapters() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
- getAddedElements() - Method in interface org.eclipse.persistence.indirection.IndirectCollection
-
INTERNAL:
Return if the collection has any elements added that have been deferred to instantiation.
- getAddedElements() - Method in class org.eclipse.persistence.indirection.IndirectList
-
INTERNAL:
Return the elements that have been added before instantiation.
- getAddedElements() - Method in class org.eclipse.persistence.indirection.IndirectMap
-
INTERNAL:
Return the elements that have been added before instantiation.
- getAddedElements() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL:
Return the elements that have been added before instantiation.
- getAddIndexes() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the indexes into the new collection of
the elements that were added.
- getAddIndexes() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the indexes into the new collection of
the elements that were added.
- getAdditional() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Return any additional information about this field to be given when the table is created.
- getAdditionalAggregateCollectionKeyFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
additionalAggregateCollectionKeyFields are used by aggregate descriptors to hold additional fields needed when they are stored in an AggregatateCollection
These fields are generally foreign key fields that are required in addition to the fields in the descriptor's
mappings to uniquely identify the Aggregate
- getAdditionalFields() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Additional fields can be added to a query.
- getAdditionalFieldsBaseExpression(ReadQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Return the base expression to use for adding fields to the query.
- getAdditionalFieldsBaseExpression(ReadQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return the base expression to use for adding fields to the query.
- getAdditionalFieldsBaseExpression(ReadQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Return the base expression to use for adding fields to the query.
- getAdditionalJoinExpression() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Returns the join expression that should be appended to all of the descriptors expressions
Contains any multiple table or inheritance dependencies
- getAdditionalProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return a Map of property names to list of properties.
- getAdditionalSelectionCriteriaForMapKey() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return the selection criteria necessary to select the target object when this mapping
is a map key.
- getAdditionalSelectionCriteriaForMapKey() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return the selection criteria necessary to select the target object when this mapping
is a map key.
- getAdditionalSelectionCriteriaForMapKey() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Return the selection criteria necessary to select the target object
- getAdditionalSelectionCriteriaForMapKey() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return the selection criteria necessary to select the target object when this mapping
is a map key.
- getAdditionalTablePrimaryKeyFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
This is used to map the primary key field names in a multiple table descriptor.
- getAdditionalTablesForJoinQuery() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return any tables that will be required when this mapping is used as part of a join query
- getAdditionalTablesForJoinQuery() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return any tables that will be required when this mapping is used as part of a join query.
- getAdditionalTablesForJoinQuery() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Return any tables that will be required when this mapping is used as part of a join query
- getAdditionalTablesForJoinQuery() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return any tables that will be required when this mapping is used as part of a join query
- getAdditionalWritableMapKeyFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return a list of fields that are written by map keys
Used to determine if there is a multiple writable mappings issue
- getAdditonal() - Method in class org.eclipse.persistence.tools.schemaframework.TypeTableDefinition
-
PUBLIC:
The name of the type that this table is of.
- getAddObjectList() - Method in interface org.eclipse.persistence.sessions.changesets.CollectionChangeRecord
-
ADVANCED:
This method returns the Map that contains the added values to the collection
and their corresponding ChangeSets.
- getAddObjectList() - Method in interface org.eclipse.persistence.sessions.changesets.DirectCollectionChangeRecord
-
ADVANCED:
This method returns the collection of Primitive Objects that were added to the collection.
- getAdds() - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
-
ADVANCED:
Return the added stuff.
- getAdds() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the entries for all the elements added to the new collection.
- getAdds() - Method in interface org.eclipse.persistence.sessions.changesets.EISCollectionChangeRecord
-
ADVANCED:
Return the objects added to the collection.
- getAdds() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the entries for all the elements added to the new collection.
- getAfterMarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-
- getAfterUnmarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-
- getAggregateQueries() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the cache of aggregate queries.
- getAggregateQuery(DatabaseMapping) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the aggregate query clone for the mapping.
- getAggregateRow(ObjectLevelModifyQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
return the aggregate Record with the primary keys from the source table and target table
- getAggregateToSourceFieldAssociations() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return a collection of the aggregate to source field associations.
- getAggregateToSourceFields() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return the hashtable that stores aggregate field name to source fields.
- getAlias() - Method in interface javax.persistence.TupleElement
-
Return the alias assigned to the tuple element or null,
if no alias has been assigned.
- getAlias() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Get the alias
- getAlias(Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED: Return an expression representing a sub-select in the from clause.
- getAliasDescriptors() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Returns the alias descriptors hashtable.
- getAliasedViewTable() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
- getAllCacheKeysFromIdentityMapWithEntityPK(Object[], ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
ADVANCED:
Using a list of Entity PK this method will attempt to bulk load the entire list from the cache.
- getAllChangeSets() - Method in interface org.eclipse.persistence.sessions.changesets.UnitOfWorkChangeSet
-
ADVANCED:
This method returns a reference to the collection.
- getAllChildClassIndicators() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Stores class indicators for all child and children's children.
- getAllChildDescriptors() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL:
Returns all the child descriptors, even descriptors for subclasses of
subclasses.
- getAllChildDescriptors() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Returns all the child descriptors, even descriptors for subclasses of
subclasses.
- getAllChildDescriptors(List<ClassDescriptor>) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Recursive subroutine of getAllChildDescriptors.
- getAllClasses() - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Return all of the objects registered.
- getAllColumnNames(String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Get a description of table columns available in a catalog.
- getAllColumnNames(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Get a description of table columns available in a catalog.
- getAllDataResults() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Return temporary list of rows from parent batch query per batched mapping.
- getAllDeclarations() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the ordered list of
JPQLQueryDeclaration
, which contain the information
contained in the query's
FROM
clause.
- getAllDeclarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the ordered list of
JPQLQueryDeclaration
, which contain the information
contained in the query's
FROM
clause.
- getAllFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return all the fields which include all child class fields.
- getAllFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Get all the fields for the map key
- getAllFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Get all the fields for the map key.
- getAllFieldsForMapKey() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Get all the fields for the map key
- getAllFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Get all the fields for the map key
- getAllFromIdentityMap(Expression, Class, Record, InMemoryQueryIndirectionPolicy, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Queries the cache in-memory with the passed in criteria and returns matching Objects.
- getAllFromIdentityMap(Expression, Class, Record, int, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Queries the cache in-memory with the passed in criteria and returns matching Objects.
- getAllFromIdentityMap(Expression, Class, Record, InMemoryQueryIndirectionPolicy) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Queries the cache in-memory with the passed in criteria and returns matching Objects.
- getAllFromIdentityMap(Expression, Class, Record, int) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Queries the cache in-memory with the passed in criteria and returns matching Objects.
- getAllFromIdentityMapWithEntityPK(Object[], ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
ADVANCED:
Using a list of Entity PK this method will attempt to bulk load the entire list from the cache.
- getAllItems() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL:
- getAllManagers() - Static method in class org.eclipse.persistence.sessions.factories.SessionManager
-
ADVANCED:
Return all session managers.
- getAllNonPrimaryKeyFields() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Returns the fields that should be compared in the where clause.
- getAllNonPrimaryKeyFields(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
filter the fields based on the passed in table.
- getAllObjects() - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Return all of the objects registered.
- getAllObjectsForAbstractClass(Class) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Return all of the objects of the class and all of its subclasses.
- getAllObjectsForAbstractClass(Class, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Return all of the objects of the class and all of its subclasses.
- getAllObjectsForClass(Class) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Return all of the objects of the class.
- getAllOperators() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
ADVANCED:
Return the map of all operators.
- getAllowingNull(String) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Return an expression that wraps the attribute or query key name.
- getAllQueries() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC:
Return the pre-defined queries for the descriptor.
- getAllSchemas() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- getAllSelectionFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return all selection fields which include all child class fields.
- getAllSelectionFields(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return all selection fields which include all child class fields.
- getAllSelectionFields() - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
-
Lists the database fields that should be read by the query using the policy, in case all inherited objects are read using outer joining.
- getAllTableNames() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Get a description of tables available in a catalog.
- getAllTableNames(String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Get a description of table columns available in a catalog.
- getAllTables() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
all tables for reference class plus childrenTables
- getAmendmentClass() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the amendment class.
- getAmendmentClassName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return amendment class name, used by the MW.
- getAmendmentMethodName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the amendment method.
- getAndPrepareModifyQueryForInsert(ObjectLevelModifyQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
setup the modifyQuery for post insert/update and pre delete
- getAnnotatedElement() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getAnnotatedElement() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- getAnnotatedElement() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getAnnotatedElement() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-
- getAnnotation(JavaHasAnnotations, Class) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Returns a either a dynamic proxy instance that allows an element
to be treated as an annotation (for JOT), or a Java annotation
(for Reflection), or null if the specified annotation does not
exist.
- getAnnotation(JavaClass) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
-
- getAnnotation(JavaAnnotation, Class<?>) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModel
-
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
If this JavaClass
is annotated with an Annotation
matching aClass
,
return its JavaAnnotation
representation.
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
-
If this JavaPackage
is annotated with an Annotation
matching aClass
,
return its JavaAnnotation
representation.
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getAnnotation(AnnotatedElement, Class) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.AnnotationHelper
-
Get an annotation of type annotationClass if it's present on the AnnotatedElement
elem.
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
Assumes JavaType is a JavaClassImpl instance
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getAnnotation(JavaAnnotation, Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-
Assumes JavaType is a JavaClassImpl instance
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
If this JavaClass
is annotated with an Annotation
matching aClass
,
return its JavaAnnotation
representation.
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
If this JavaField
is annotated with an Annotation
matching aClass
,
return its JavaAnnotation
representation.
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
If this JavaMethod
is annotated with an Annotation
matching aClass
,
return its JavaAnnotation
representation.
- getAnnotation(JavaAnnotation, Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
-
Return a Java Annotation
representation of the given JavaAnnotation
.
- getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
-
If this JavaPackage
is annotated with an Annotation
matching aClass
,
return its JavaAnnotation
representation.
- getAnnotationHelper() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-
- getAnnotations() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
-
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return all of the Annotations
for this JavaClass
.
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
-
Return all of the Annotations
for this JavaPackage
.
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getAnnotations(AnnotatedElement) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.AnnotationHelper
-
Get all annotations that exist on the AnnotatedElement elem
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return all of the Annotations
for this JavaClass
.
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Return all of the Annotations
for this JavaField
.
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Return all of the Annotations
for this JavaMethod
.
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
-
Return all of the Annotations
for this JavaPackage
.
- getAnnotations() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
Representing parameter level annotations that should be applied to this
type.
- getAnnotationsProcessor() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-
- getAnnouncementDelay() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
PUBLIC:
Return the amount of time in millis that the service should wait between the time
that this Remote Service is available and a session announcement is sent out
to other discovery managers.
- getAnyAttributePropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the name of the XmlAnyAttribute property, if one is set.
- getAnyElementPropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the name of the XmlAnyElement property, if one is set.
- getAnyMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getAppendableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getApplicationName() - Method in interface org.eclipse.persistence.platform.server.JMXEnabledPlatform
-
INTERNAL:
getApplicationName(): Answer the name of the module (EAR name) that this session is associated with.
- getApplicationName(boolean) - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
INTERNAL:
Lazy initialize the application name by
first checking for a persistence.xml property override and then
deferring to a default name in the absence of a platform override of this function
- getApplicationName() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
INTERNAL:
getApplicationName(): Answer the name of the module (EAR name) that this session is associated with.
- getApplicationName() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
getApplicationName(): Answer the name of the module (EAR name) that this session is associated with.
- getApplicationName() - Method in class org.eclipse.persistence.services.RuntimeServices
-
getApplicationName(): Answer the name of the module (EAR name) that this session is associated with.
- getArgumentNames() - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
-
The argument names for the input record.
- getArgumentParameterTypes() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Used to calculate parameter types in JPQL
- getArguments() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
The argument fields or values to the interaction that map into the input record.
- getArguments() - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
-
The arguments are the values in order of occurance in the record.
- getArguments(List<PLSQLargument>, Integer) - Static method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
INTERNAL
- getArguments() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
Return the PLSQL arguments.
- getArguments() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the arguments for use with the pre-defined query option
- getArguments() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The arguments are the names of the parameters to the procedure.
- getArgumentTypeNames() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the argumentTypeNames for use with the pre-defined query
option These are used pre-initialization to construct the argumentTypes
list.
- getArgumentTypes() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the argumentTypes for use with the pre-defined query
option
- getArgumentTypes() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
- getArgumentValues() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the argumentValues for use with argumented queries.
- getArithmeticSign() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
-
Returns the arithmetic sign this expression is actually representing.
- getArithmeticSign() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Returns the arithmetic sign this expression is actually representing.
- getArrayClassesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getArrayClassesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
INTERNAL:
Get the map for which array class (by name) corresponds to which generated class
- getAsOfClause() - Method in class org.eclipse.persistence.expressions.Expression
-
Answers the past time the expression is explicitly as of.
- getAsOfClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Returns the
Expression
representing the
AS OF clause.
- getAsOfClause() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
ADVANCED:
Answers the past time this query is as of.
- getAsOfClause() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
ADVANCED:
Answers the past time this session is as of.
- getAsOfClause() - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Answers the past time this session is as of.
- getAsOfClauseRecursively() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
For Flashback: If this expression is not already as of some timestamp
gets the clause from the base expression.
- getAssignmentString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Used for stored function calls.
- getAssignmentString() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL Used for stored function calls.
- getAttachmentAsByteArray(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
-
Retrieve the attachment identified by content-id, cid
, as a byte[].
- getAttachmentAsByteArray(String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
-
- getAttachmentAsByteArray(String) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentUnmarshaller
-
- getAttachmentAsDataHandler(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
-
Lookup MIME content by content-id, cid
, and return as a DataHandler
.
- getAttachmentAsDataHandler(String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
-
- getAttachmentAsDataHandler(String) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentUnmarshaller
-
- getAttachmentMarshaller() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getAttachmentMarshaller() - Method in interface javax.xml.bind.Marshaller
-
- getAttachmentMarshaller() - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
-
- getAttachmentMarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- getAttachmentUnmarshaller() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getAttachmentUnmarshaller() - Method in interface javax.xml.bind.Unmarshaller
-
- getAttachmentUnmarshaller() - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
-
- getAttachmentUnmarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- getAttribute() - Method in interface javax.persistence.criteria.Fetch
-
Return the metamodel attribute corresponding to the
fetch join.
- getAttribute() - Method in interface javax.persistence.criteria.Join
-
Return the metamodel attribute corresponding to the join.
- getAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the attribute of the managed
type that corresponds to the specified name.
- getAttribute() - Method in interface org.eclipse.persistence.sessions.changesets.ChangeRecord
-
ADVANCED:
Returns the name of the attribute this ChangeRecord Represents
- getAttributeAccessor() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
ADVANCED: Return the attributeAccessor.
- getAttributeAccessor() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
ADVANCED:
Return the attributeAccessor.
- getAttributeChildNodeValue(String, String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getAttributeClass() - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
-
Return the class type of the attribute.
- getAttributeClass() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
Return the class type of the attribute.
- getAttributeClassification() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
PUBLIC: The classification type for the attribute this mapping represents
- getAttributeClassification() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
PUBLIC:
The classification type for the attribute this mapping represents
- getAttributeClassification() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
PUBLIC:
The classification type for the attribute this mapping represents
- getAttributeClassification() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Some databases do not properly support all of the base data types.
- getAttributeClassification() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
PUBLIC:
Some databases do not properly support all of the base data types.
- getAttributeClassificationName() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return the class name of the attribute type.
- getAttributeClassificationName() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return the class name of the attribute type.
- getAttributeElementClass() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
PUBLIC:
Return the class each element in the object's
collection should be converted to, before the collection
is inserted into the object.
- getAttributeElementClass() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
- getAttributeExpressions() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Return all attributes specified for batch reading.
- getAttributeFormDefault() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
-
Gets the value of the attributeFormDefault property.
- getAttributeGroup(String) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
PUBLIC:
Returns the attribute group corresponding to the name provided.
- getAttributeGroup(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- getAttributeGroups() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
ADVANCED:
Returns the attribute groups for this Descriptor.
- getAttributeGroups() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- getAttributeGroups() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
List of named AttributesGroups that will be copied to the session at initialization time.
- getAttributeMethodName() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
PUBLIC:
Return the attribute transformation method name.
- getAttributeName() - Method in interface javax.persistence.AttributeNode
-
Return the name of the attribute corresponding to the
attribute node.
- getAttributeName() - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
-
INTERNAL:
Return the attribute name.
- getAttributeName() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
PUBLIC:
Return the name of the attribute set in the mapping.
- getAttributeName() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- getAttributeName() - Method in interface org.eclipse.persistence.descriptors.CMPPolicy.KeyElementAccessor
-
- getAttributeName() - Method in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
-
- getAttributeName() - Method in interface org.eclipse.persistence.jaxb.AttributeNode
-
- getAttributeName() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
INTERNAL:
Return the attribute name.
- getAttributeName() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
PUBLIC:
Return the name of the attribute set in the mapping.
- getAttributeName() - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
-
- getAttributeName() - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
-
Return the mapping's attribute name.
- getAttributeName() - Method in class org.eclipse.persistence.queries.FieldResult
-
- getAttributeNames() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
- getAttributeNodes() - Method in interface javax.persistence.EntityGraph
-
Return the attribute nodes of this entity that are included in
the entity graph.
- getAttributeNodes() - Method in interface javax.persistence.Subgraph
-
Return the attribute nodes corresponding to the attributes of
this managed type that are included in the subgraph.
- getAttributeNodes() - Method in interface org.eclipse.persistence.jaxb.ObjectGraph
-
- getAttributeNodes() - Method in interface org.eclipse.persistence.jaxb.Subgraph
-
returns the attributes of this managed type that are included in the
sub-graph
- getAttributePrefix() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
The value that will be prepended to all keys that are mapped to an XML
attribute.
- getAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return the attributes of the managed type.
- getAttributes() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getAttributes() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
PERF: Return the cached local (only) batch read attribute names.
- getAttributes() - Method in class org.eclipse.persistence.queries.FetchGroup
-
- getAttributesToAlwaysInclude() - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
PUBLIC:
Attributes to always consider even if set to null
or an excluded
value like 0
or false
.
- getAttributeToFieldValues() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Get the attribute to field mapping.
- getAttributeTransformationMethod() - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
-
- getAttributeTransformer() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
The attributeTransformer stores an instance of the class which implements
AttributeTransformer.
- getAttributeTransformerClass() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Return the attribute transformer's class.
- getAttributeTransformerClassName() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Return the attribute transformer class name
- getAttributeValue(Object, AbstractSession, AbstractUnmarshalRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
INTERNAL:
Allows for subclasses to convert the attribute value.
- getAttributeValueFromBackupClone(Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
Return the appropriate attribute value.
- getAttributeValueFromBackupClone(Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
Return the appropriate attribute value.
- getAttributeValueFromObject(Object) - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
-
Return the attribute value from the object.
- getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL: Return the value of an attribute which this mapping represents
for an object.
- getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
Return the attribute value from the object.
- getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the value of an attribute which this mapping represents for an object.
- getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Return the value of an attribute which this mapping represents for an object.
- getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Check for write-only, one-way transformation.
- getAttributeValueWithClonedValueHolders(Object) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Returns the attribute value from the reference object.
- getAvailableConnectionPools() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will return the available Connection pools within this Server Session
- getAvailableConnectionPools() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will return the available Connection pools within this Server Session
- getBackupClone() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
INTERNAL:
Return the backup clone of the object from the unit of work.
- getBaseExpression() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
-
Returns the range variable declaration if this is a range declaration otherwise the
collection-valued path expression when this is a collection member declaration.
- getBaseExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
-
Returns the range variable declaration if this is a range declaration otherwise the
collection-valued path expression when this is a collection member declaration.
- getBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
- getBaseURI() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the base uri.
- getBaseValue() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
This is the base value that is older than all other values, it is used in the place of
null in some situations.
- getBaseValue() - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
This is the base value that is older than all other values, it is used in the place of
null in some situations.
- getBaseValue() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
This is the base value that is older than all other values, it is used in the place of
null in some situations.
- getBatchBeginString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Used for batch writing and sp defs.
- getBatchBeginString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
Used for batch writing and sp defs.
- getBatchDelimiterString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
Used for batch writing and sp defs.
- getBatchDelimiterString() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
Used for batch writing and sp defs.
- getBatchDelimiterString() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Used for batch writing and sp defs.
- getBatchedMappings() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Return any mappings that are always batched.
- getBatchEndString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Used for batch writing and sp defs.
- getBatchEndString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
Used for batch writing and sp defs.
- getBatchFetchPolicy() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Return the batch fetch policy for configuring batch fetching.
- getBatchFetchType() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Return the type of batch fetching to use for all queries for this class if configured.
- getBatchObjects() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Return temporary map of batched objects.
- getBatchObjects() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Return temporary map of batched objects.
- getBatchObjects() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return temporary map of batched objects.
- getBatchReadAttributeExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return all attributes specified for batch reading.
- getBatchRowCountAssignString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Used for batch writing for row count return.
- getBatchRowCountDeclareString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Used for batch writing for row count return.
- getBatchRowCountReturnString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Used for batch writing for row count return.
- getBeanValidationHelper() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
Returns BeanValidationHelper.
- getBeforeMarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-
- getBeforeUnmarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-
- getBidirectionalTargetAccessor() - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
-
Gets the AttributeAccessor that is used to get and set the value of the
container on the target object.
- getBidirectionalTargetAttributeName() - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
-
Gets the name of the backpointer attribute on the target object.
- getBidirectionalTargetContainerPolicy() - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
-
- getBidirectionalTargetGetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
-
Gets the name of the method to be used when accessing the value of the
back pointer on the target object of this mapping.
- getBidirectionalTargetSetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
-
Gets the name of the method to be used when setting the value of the
back pointer on the target object of this mapping.
- getBindableJavaType() - Method in interface javax.persistence.metamodel.Bindable
-
Return the Java type of the represented object.
- getBindableType() - Method in interface javax.persistence.metamodel.Bindable
-
Return the bindable type of the represented object.
- getBinder(Binder) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
-
Return the EclipseLink implementation of Binder.
- getBindings() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
-
- getBoundExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the unique identifier of the BNF for the lower and upper bound expressions.
- getBuildDate() - Static method in class org.eclipse.persistence.Version
-
- getBuilder() - Method in class javax.xml.bind.annotation.W3CDomHandler
-
- getBuilder() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Return the expression builder which is the ultimate base of this expression, or
null if there isn't one (shouldn't happen if we start from a root)
- getBuilder() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
Return the expression builder which is the ultimate base of this expression, or
null if there isn't one (shouldn't happen if we start from a root)
- getBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
- getBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
- getBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
- getBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
- getBuildNumber() - Static method in class org.eclipse.persistence.Version
-
- getBuildRevision() - Static method in class org.eclipse.persistence.Version
-
- getBuildTime() - Static method in class org.eclipse.persistence.Version
-
- getBuildType() - Static method in class org.eclipse.persistence.Version
-
- getByIndex(int) - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC:
Return the indexed value from result.
- getBypassChildCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getBypassParentSubExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getCache() - Method in interface javax.persistence.EntityManagerFactory
-
Access the cache that is associated with the entity manager
factory (the "second level cache").
- getCachedConnection() - Method in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
-
INTERNAL:
Return the currently cached connection to the external connection pool
- getCachedExpressionQuery(DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Return the cached SQL call for the expression query.
- getCachedJavaClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-
- getCachedUpdateCalls(Vector) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Return the cached update SQL call based on the updated fields.
- getCacheIndex(List<DatabaseField>) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Return the cache index for the field names.
- getCacheIndexes() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
- getCacheInterceptorClass() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
A CacheInterceptor is an adaptor that when overridden and assigned to a Descriptor all interaction
between EclipseLink and the internal cache for that class will pass through the Interceptor.
- getCacheInterceptorClass() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A CacheInterceptor is an adaptor that when overridden and assigned to a Descriptor all interaction
between EclipseLink and the internal cache for that class will pass through the Interceptor.
- getCacheInterceptorClassName() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
A CacheInterceptor is an adaptor that when overridden and assigned to a Descriptor all interaction
between EclipseLink and the internal cache for that class will pass through the Interceptor.
- getCacheInterceptorClassName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A CacheInterceptor is an adaptor that when overridden and assigned to a Descriptor all interaction
between EclipseLink and the internal cache for that class will pass through the Interceptor.
- getCacheInvalidationPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the CacheInvalidationPolicy for this descriptor
For uninitialized cache invalidation policies, this will return a NoExpiryCacheInvalidationPolicy
- getCacheInvalidationPolicy() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
PUBLIC:
Return the query cache invalidation policy.
- getCacheIsolation() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Controls how the Entity instances will be cached.
- getCacheIsolation() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Controls how the Entity instances will be cached.
- getCacheKey(Object, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Get the cache key (with object) for the primary key.
- getCacheKeyForLock(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Get the cache key (with object) for the primary key.
- getCacheKeyType() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
ADVANCED:
Return what cache key type to use to store the object in the cache.
- getCacheKeyType() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Return what cache key type to use to store the object in the cache.
- getCachePolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Return the cache policy.
- getCacheSize() - Method in class org.eclipse.persistence.descriptors.CacheIndex
-
ADVANCED:
Return the cache size.
- getCacheSynchronizationType() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Get a value indicating the type of cache synchronization that will be used on objects of
this type.
- getCacheSynchronizationType() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Get a value indicating the type of cache synchronization that will be used on objects of
this type.
- getCacheTransactionIsolation() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
ADVANCED:
By default concurrency is optimized and the cache is not locked more than required during reads or writes,
This allows for virtual concurrent reading and writing and should never cause any problems.
- getCacheType() - Method in class org.eclipse.persistence.descriptors.CacheIndex
-
ADVANCED:
Return the type of the cache used for the index.
- getCacheType() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
PUBLIC:
Return the type of the cache used for the query results.
- getCacheType() - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
- getCacheTypeFor(Class) - Method in class org.eclipse.persistence.services.RuntimeServices
-
INTERNAL:
getCacheTypeFor: Give a more UI-friendly version of the cache type
- getCacheUsage() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
PUBLIC:
Return the cache usage for this query.
- getCacheUsage() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Return the cache usage.
- getCall() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
-
PUBLIC:
Return the call that caused the exception.
- getCall() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
OBSOLETE: Return the call for this query.
- getCallbackName() - Method in class org.eclipse.persistence.oxm.JSONWithPadding
-
The callback name that should me marshalled with the object
- getCallHeader(DatabasePlatform) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
-
INTERNAL:
Return call header for the call string.
- getCallHeader(DatabasePlatform) - Method in class org.eclipse.persistence.queries.StoredFunctionCall
-
INTERNAL:
Return call header for the call string.
- getCallHeader(DatabasePlatform) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
INTERNAL:
Return call header for the call string.
- getCallString() - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL:
Return the string for the call
- getCascadeLockingPolicies() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
- getCascadePolicy() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the cascade policy.
- getCaseBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
- getCaseBuilder() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
- getCaseOperand() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the
Expression
that represents the
CASE operand.
- getCaseOperand() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
- getCategoryLoggers() - Method in class org.eclipse.persistence.logging.JavaLog
-
INTERNAL:
Return catagoryloggers
- getCaughtExceptions() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
-
PUBLIC:
This method returns the vector which adds all the Descriptors Exceptions.
- getCause() - Method in exception javax.xml.bind.JAXBException
-
- getCCIConnection() - Method in class org.eclipse.persistence.eis.EISAccessor
-
Return the CCI connection to the EIS resource adapter.
- getChangedAttributeNames() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED:
This method will return a collection of the names of attributes changed in an object.
- getChangedMapKeys() - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
-
ADVANCED:
Return the stuff whose Map keys have changed.
- getChangedMapKeys() - Method in interface org.eclipse.persistence.sessions.changesets.EISCollectionChangeRecord
-
ADVANCED:
Return the objets whose Map keys have changed.
- getChangedObject() - Method in interface org.eclipse.persistence.sessions.changesets.AggregateChangeRecord
-
ADVANCED:
This method is used to return the ObjectChangeSet representing the changed Aggregate.
- getChangedValues() - Method in interface org.eclipse.persistence.sessions.changesets.AggregateCollectionChangeRecord
-
ADVANCED:
Return the values representing the changed AggregateCollection.
- getChanges() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED:
This method returns a reference to the collection of changes within this changeSet.
- getChangeSet() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC:
Returns the Object changeSet if available
- getChangeSet(AbstractSession) - Method in class org.eclipse.persistence.sessions.coordination.MergeChangeSetCommand
-
INTERNAL:
Return the changes to be applied
- getChangesForAttributeNamed(String) - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED:
Returns the change record for the specified attribute name.
- getChangeSupport() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Returns the object responsible to actually register the listeners and to notify them upon
changes made to this
StateObject
.
- getChangeType() - Method in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
-
INTERNAL:
Return the change type
- getChannel() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
PUBLIC:
Return the service channel for this command manager.
- getChannel() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
PUBLIC:
Return the service channel for this command manager.
- getChannel() - Method in class org.eclipse.persistence.sessions.coordination.ServiceId
-
INTERNAL:
Return the logical channel that this service subscribes to
- getCharacter(String) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
-
Returns the Unicode character for the given reference (which is either a numeric character
reference or a character entity reference).
- getCharacterEscapeHandler() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
Return this Marshaller's CharacterEscapeHandler.
- getCharacters() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getCheckCacheFirst() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL:
- getCheckDatabaseIfInvalid() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL:
- getChild(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Retrieves the child
Expression
at the given position.
- getChild(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Retrieves the child of this
Resolver
that has the given variable name.
- getChildDescriptors() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Return all the immediate child descriptors.
- getChildDescriptors() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Return all the child descriptors.
- getChildRecord() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
INTERNAL
- getChildren(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getChildren() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- getChildrenCollectorVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getChildrenJoinExpression() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
all expressions from childrenTablesJoinExpressions ANDed together
- getChildrenTables() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
if reads subclasses, all tables for all read subclasses (indirect included).
- getChildrenTablesJoinExpressions() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
join expression for each child table, keyed by the table
- getChildUnmarshalRecord(TreeObjectBuilder) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
INTERNAL
- getChoiceElementMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getChoiceElementMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- getChoiceElementMappingsByClass() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getChoiceElementMappingsByClass() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- getChoiceFieldToClassAssociations() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getChoiceFieldToClassAssociations() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- getChoiceProperties() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the choice properties set on this property.
- getClass(Class<?>) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModel
-
- getClass(String) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModel
-
- getClass(Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
-
Obtain the JavaClass
given the corresponding Java Class
.
- getClass(String) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
-
Obtain the JavaClass
given the corresponding Java Class'
name.
- getClass(Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-
- getClass(String) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-
- getClass(Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
-
Obtain the JavaClass
given the corresponding Java Class
.
- getClass(String) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
-
Obtain the JavaClass
given the corresponding Java Class'
name.
- getClass(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Look-up the given entity name in the EntityManagerFactory and return the class
is describes
- getClassDescriptor() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC:
The source descriptor of the event.
- getClassDescriptor(Class) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the descriptor specified for the class.
- getClassDescriptor(Class) - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Return the descriptor specified for the class.
- getClassDescriptor(Object) - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Return the descriptor specified for the object's class.
- getClassDescriptorForAlias(String) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the descriptor for the alias.
- getClassesInSession() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to return those Class Names that have identity Maps in the Session.
- getClassesInSession() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to return those Class Names that have identity Maps in the Session.
- getClassExtractionMethod() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Return all the classExtractionMethod
- getClassExtractionMethod() - Method in class org.eclipse.persistence.descriptors.MethodClassExtractor
-
INTERNAL:
Return all the classExtractionMethod
- getClassExtractionMethodName() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
A class extraction method can be registered with the descriptor to override the default inheritance mechanism.
- getClassExtractionMethodName() - Method in class org.eclipse.persistence.descriptors.MethodClassExtractor
-
PUBLIC:
A class extraction method can be registered with the descriptor to override the default inheritance mechanism.
- getClassExtractor() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
A class extractor can be registered with the descriptor to override the default inheritance mechanism.
- getClassExtractorName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the ClassExtractor class name.
- getClassForCode(int) - Static method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
-
- getClassForJavaClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- getClassIndicatorAssociations() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Return the class indicator associations for XML.
- getClassIndicatorAssociations() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Return the class indicator associations for XML.
- getClassIndicatorField() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL:
Returns field that the class type indicator is store when using inheritance.
- getClassIndicatorField() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Returns field that the class type indicator is store when using inheritance.
- getClassIndicatorFieldName() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
PUBLIC:
Return the class indicator field name.
- getClassIndicatorFieldName() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
PUBLIC:
Return the class indicator field name.
- getClassIndicatorMapping() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL:
Return the association of indicators and classes using specified ConversionManager
- getClassIndicatorMapping() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Return the association of indicators and classes using specified ConversionManager
- getClassIndicatorValue() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Returns value of the abstract class indicator for the Java class.
- getClassIndicatorValue(Class) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Returns the indicator field value for the given class
If no abstract indicator mapping is specified, use the class name.
- getClassInstance(Class) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL:
Return a new instance of the class provided.
- getClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns ClassLoader that the provider may use to load any
classes, resources, or open URLs.
- getClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- getClassLoader() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModel
-
- getClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
-
Returns this JavaModel's
ClassLoader
.
- getClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
-
- getClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
-
Returns this JavaModel's
ClassLoader
.
- getClassLoader() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- getClassLoader(String, Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
-
Answer the classloader to use to create an EntityManager.
- getClassLoader() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
-
The class-loader returned form this call will be used when loading the
EclipseLink configuration.
- getClassLoader() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
PUBLIC:
Return the class loader that should be used to find the resource.
- getClassName() - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader.EnumInfo
-
- getClassName() - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
- getClassName() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-
- getClassName() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Returns the fully qualified class name that will be used to retrieve the constructor.
- getClassName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Returns the fully qualified class name that will be used to retrieve the constructor.
- getClassName() - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
- getClassName() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCE:
This method returns the class Name that this changeSet Represents.
- getClassName() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Return the name of class to be generated.
- getClassName() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Return the name of class to be generated.
- getClassNameIndicatorMapping() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL:
Return the mapping from class name to indicator, used by MW.
- getClassNameIndicatorMapping() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Return the mapping from class name to indicator, used by MW.
- getClassNamePrefix() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the prefix that will be used to filter the list of possible class names.
- getClassNamesForWeaving() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Returns all classes in this project that are needed for weaving.
- getClassNamespace() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getClassNameToFieldMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getClassNameToFieldMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- getClassSummaryDetails() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Provide an instance of 2 Dimensional Array simulating tabular format information about all
classes in the session.
- getClassSummaryDetails() - Method in class org.eclipse.persistence.services.RuntimeServices
-
PUBLIC: Provide an instance of 2 Dimensional Array simulating tabular format information about all
classes in the session.
- getClassSummaryDetailsArray() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Provide a list of instance of ClassSummaryDetail containing information about all
classes in the session.
- getClassSummaryDetailsArray() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Provide a list of instance of ClassSummaryDetail containing information about all
classes in the session.
- getClassSummaryDetailsUsingFilter(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Provide an instance of 2 Dimensional Array simulating tabular format information about all
classes in the session whose class names match the provided filter.
- getClassSummaryDetailsUsingFilter(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
Provide an instance of 2 Dimensional Array simulating tabular format information about all
classes in the session whose class names match the provided filter.
- getClassSummaryDetailsUsingFilterArray(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Provide a list of instance of ClassSummaryDetail containing information about the
classes in the session whose class names match the provided filter.
- getClassSummaryDetailsUsingFilterArray(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
Provide a list of instance of ClassSummaryDetail containing information about the
classes in the session whose class names match the provided filter.
- getClassToConvertTo() - Method in exception org.eclipse.persistence.exceptions.ConversionException
-
PUBLIC:
Return the class to convert to.
- getClassToFieldMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getClassToFieldMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- getClassToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getClassToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
INTERNAL:
Get the map containing which Class (by name) corresponds to which generated class.
- getClassToSourceFieldsMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getClassToSourceFieldsMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- getClassType() - Method in interface javax.persistence.Subgraph
-
Return the type for which this subgraph was defined.
- getClassType() - Method in interface org.eclipse.persistence.jaxb.Subgraph
-
returns the type of this sub-graph if it was used to extend a superclass
sub-graph definition.
- getClassType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
- getClassType() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
- getClassType(Session) - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCE:
This method returns the class type that this changeSet Represents.
- getClassWriter(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
- getClassWriters() - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
- getClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
-
Returns the clause being scanned by this helper.
- getClause(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
-
Returns the clause being scanned by this helper.
- getClazz() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlClassExtractor
-
Gets the value of the clazz property.
- getClearStatementCacheMethod() - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
-
Return the method for the WebLogic connection clearStatementCache method.
- getClientSession(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the client session.
- getClonedField() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
If there are any fields associated with this expression, return them
- getCMPPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Return the cmp descriptor that holds cmp specific information.
- getCode() - Method in enum org.eclipse.persistence.jpa.rs.features.ServiceVersion
-
Returns the version as in appears in URI.
- getCollection(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute of the managed type
that corresponds to the specified name and Java element type.
- getCollection(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute of the managed type
that corresponds to the specified name.
- getCollectionClassesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getCollectionClassesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
INTERNAL:
Get the map for which collection class (by Type) corresponds to which generated class
- getCollectionContentType() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
- getCollectionDeclarationBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getCollectionExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- getCollectionExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getCollectionExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
- getCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- getCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
- getCollectionType() - Method in interface javax.persistence.metamodel.PluralAttribute
-
Return the collection type.
- getCollectionValuedPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Returns the model object representing the collection-valued association-field
of an entity abstract schema type.
- getCollectionValuedPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
- getCollectionValuedPathExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Returns the
Expression
representing the collection member, which is declared by an
identification variable.
- getCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the
Expression
representing the collection-valued path expression.
- getCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Returns the
Expression
that represents the collection-valued path expression.
- getCollectionValuedPathExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getCollectionWrapperBuilder() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Getter for the collectionWrapperBuilder property with lazy initialization.
- getColumn() - Method in class org.eclipse.persistence.queries.ColumnResult
-
- getColumn() - Method in class org.eclipse.persistence.queries.FieldResult
-
- getColumnInfo(String, String, String, String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Get a description of table columns available in a catalog.
- getColumnNamePrefix() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the prefix that will be used by
ContentAssistExtension
to filter the column
names if the table name is not
null
.
- getColumnNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
- getColumnNumber() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the column number if available
- getColumnResults() - Method in class org.eclipse.persistence.queries.ConstructorResult
-
Return the columns result of this constructor result.
- getCommandConverter() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
PUBLIC:
Return the converter instance used to convert between TopLink Command
objects and an application command format.
- getCommandConverter() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
PUBLIC:
Return the converter instance used to convert between EclipseLink Command
objects and an application command format.
- getCommandManager() - Method in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
-
PUBLIC:
Return the CommandManager that will invoke this CommandProcessor to process
a command, and can be used to send remote commands out to other
CommandProcessors in the cluster.
- getCommandManager() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
ADVANCED:
Return the CommandManager that allows this session to act as a
CommandProcessor and receive or propagate commands from/to the
EclipseLink cluster.
- getCommandManager() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Return the manager that allows this processor to receive or propagate commands from/to TopLink cluster
- getCommandProcessor() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
PUBLIC:
Return the command processor that processes commands received from the cluster.
- getCommandProcessor() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
- getCommitOrder() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
Return the commit order.
- getCommunicationSocket() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
INTERNAL:
Return the socket that will be used for the multicast.
- getComparingEntityTypeLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getComparisonExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getComparisonOperator() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
Returns the comparison operator, which is either '=', '>', '>=', '<', '<=' or '<>'.
- getCompatibleType() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
-
Oracle ARRAY types don't have a compatible type like PL/SQL
types do, so we will use the type name
- getCompatibleType() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
-
Oracle STRUCT types don't have a compatible type like PL/SQL
types do, so we will use the type name
- getComplexType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getComponents() - Method in class org.eclipse.persistence.jaxb.javamodel.AnnotationProxy
-
Return the Map
of method name/value pairs for this proxy
instance.
- getComponents() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaAnnotation
-
- getComponents() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaAnnotationImpl
-
- getComponents() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaAnnotationImpl
-
Not supported.
- getComponentType() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
If this JavaClass
is an array type, return the type of the
array components.
- getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
If this JavaClass
is an array type, return the type of the
array components.
- getCompositor() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getCompoundSelectionItems() - Method in interface javax.persistence.criteria.Selection
-
Return the selection items composing a compound selection.
- getConcatExpressionCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getConcreteSubclassCalls() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the cache of concrete subclass calls.
- getConcreteSubclassJoinedMappingIndexes() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the cache of concrete subclass joined mapping indexes.
- getConcreteSubclassQueries() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the cache of concrete subclass queries.
- getConditional() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Returns the state object representing the composition of the conditional expressions.
- getConditionalClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getConditionalExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Returns the expression representing the composition of the conditional expressions.
- getConfigPropertyLogDebug(String, Map, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.FileBasedProjectCache
-
Check the provided map for an object with the given name.
- getConfigPropertyLogDebug(String, Map, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.XMLMetadataSource
-
Check the provided map for an object with the given name.
- getConfiguredSize() - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
- getConnectByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
Returns the
Expression
representing the
CONNECT BY clause.
- getConnectByExpression() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
PUBLIC:
- getConnection() - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
-
- getConnection() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Return the connection that generated the log entry.
- getConnectionDetails() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Provide the details of my connection information.
- getConnectionDetails() - Method in interface org.eclipse.persistence.sessions.Connector
-
INTERNAL:
Provide the details of my connection information.
- getConnectionDetails() - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
PUBLIC:
Provide the details of my connection information.
- getConnectionDetails() - Method in class org.eclipse.persistence.sessions.JNDIConnector
-
PUBLIC:
Provide the details of my connection information.
- getConnectionFactory() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Return the javax.resource.cci.ConnectionFactory.
- getConnectionFactoryURL() - Method in class org.eclipse.persistence.eis.EISLogin
-
PUBLIC:
Return the JNDI URL for the managed connection factory for the JCA adapter connecting to.
- getConnectionPolicy() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
ADVANCED:
This method will return the connection policy that was used during the
acquisition of this client session.
- getConnectionPool() - Method in class org.eclipse.persistence.descriptors.partitioning.PinnedPartitioningPolicy
-
PUBLIC:
Return the connection pool to pin queries to.
- getConnectionPool() - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
-
PUBLIC:
Return the connection pool to use for this partition.
- getConnectionPool() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
-
ADVANCED:
Return the connection pool to use for sequencing.
- getConnectionPool(String) - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
Return the pool by name.
- getConnectionPool(String) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Return the pool by name.
- getConnectionPools() - Method in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
-
PUBLIC:
Return the list of connection pool names to replicate queries to.
- getConnectionPools() - Method in class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
-
PUBLIC:
Return the list of connection pool names to replicate queries to.
- getConnectionPools() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Connection are pooled to share and restrict the number of database connections.
- getConnectionPoolType() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Return connection pool type.
- getConnectionPoolType() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return connection pool type.
- getConnectionsAvailable() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
INTERNAL:
returns the connections currently available for use in the pool
- getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
-
INTERNAL:
Forward to custom policy
- getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
-
INTERNAL:
Get a connection from one of the pools in a round robin rotation fashion.
- getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
-
- getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.PinnedPartitioningPolicy
-
INTERNAL:
Get a connection from each pool.
- getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
-
INTERNAL:
Get a connection from one of the pools in a round robin rotation fashion.
- getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
-
INTERNAL:
Get a connection from each pool.
- getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
-
INTERNAL:
Get a connection from one of the pools in a round robin rotation fashion.
- getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.UnionPartitioningPolicy
-
INTERNAL:
Get a connection from one of the pools in a round robin rotation fashion.
- getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
INTERNAL:
Get a connection from one of the pools in a round robin rotation fashion.
- getConnectionSpec() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Return the javax.resource.cci.ConnectionSpec.
- getConnectionSpec() - Method in class org.eclipse.persistence.eis.EISLogin
-
Return the connector.
- getConnectionsToExternalServices() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL:
- getConnectionsToExternalServicesForCommandPropagation() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
INTERNAL:
In case there's no external connection attempts to create one.
- getConnectionsToExternalServicesForCommandPropagation() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSTopicTransportManager
-
INTERNAL:
In case there's no external connection attempts to create one,
if that's successful then (in case there is no local connection, too)
attempts to create local connection in a separate thread.
- getConnectionsToExternalServicesForCommandPropagation() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL:
Returns clone of the original map.
- getConnectionString(Accessor) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
Return the specified connection information.
- getConnectionString() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return the JDBC connection string.
- getConnectionString() - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
PUBLIC:
Return the JDBC connection string.
- getConnectionsUsed() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
Return a list of the connections that are being used.
- getConnectionToLocalHost() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL:
Return a remote connection to this service
- getConnector() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
ADVANCED:
Return the connector that will instantiate the connection.
- getConstantName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EnumLiteralResolver
-
Returns the name of the constant constant.
- getConstraint() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Return any constraint of this field.
- getConstraintDeletionString() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
Used for constraint deletion.
- getConstraintDependencies() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
automatically orders database access through the foreign key information provided in 1:1 and 1:m mappings.
- getConstraintDescriptor() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getConstraintsMap() - Method in class org.eclipse.persistence.jaxb.BeanValidationHelper
-
Lazy getter for constraintsOnClasses property.
- getConstraintViolations() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
Returns constraint violations stored in the underlying
JAXBBeanValidator
instance.
- getConstraintViolations() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
Returns constraint violations stored in the underlying
JAXBBeanValidator
instance.
- getConstructor(JavaClass[]) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return the JavaConstructor
for this JavaClass
that has the
provided parameter types.
- getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return the JavaConstructor
for this JavaClass
that has the
provided parameter types.
- getConstructor() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
INTERNAL:
Return the constructor.
- getConstructorArgTypes() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
- getConstructorCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getConstructorItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Returns the constructor items aggregated into a single expression and separated by commas or
a single expression.
- getConstructorMappings() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
INTERNAL:
Return the mappings for the items.
- getConstructors() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return all of the JavaConstructors
for this JavaClass.
- getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return all of the JavaConstructors
for this JavaClass
.
- getConstructors(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the constructors for the given type.
- getConstructors(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the constructors for the given type.
- getContainerAccessor() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getContainerAccessor() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- getContainerAttributeName() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getContainerAttributeName() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- getContainerGetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getContainerGetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- getContainerInstance(ContainerValue) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getContainerInstance(ContainerValue, boolean) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getContainerPolicy() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL: Return the mapping's containerPolicy.
- getContainerPolicy() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Returns the receiver's containerPolicy.
- getContainerPolicy() - Method in interface org.eclipse.persistence.mappings.ContainerMapping
-
PUBLIC:
Return the mapping's container policy.
- getContainerPolicy() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the mapping's containerPolicy.
- getContainerPolicy() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL:
Return the mapping's containerPolicy.
- getContainerPolicy() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL:
Return the mapping's containerPolicy.
- getContainerPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
INTERNAL:
Return the mapping's containerPolicy.
- getContainerPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
INTERNAL:
Return the mapping's containerPolicy.
- getContainerPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getContainerPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
INTERNAL:
Return the mapping's containerPolicy.
- getContainerPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- getContainerPolicy() - Method in class org.eclipse.persistence.queries.DataReadQuery
-
PUBLIC:
Return the query's ContainerPolicy.
- getContainerPolicy() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
INTERNAL:
Return the query's container policy.
- getContainerSetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getContainerSetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
Gets the value of the containerType property.
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Gets the value of the containerType property.
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the containerType property.
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the containerType property.
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the containerType property.
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Gets the value of the containerType property.
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
-
Gets the value of the containerType property.
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
-
Gets the value of the containerType property.
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Gets the value of the containerType property.
- getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the containerType property.
- getContainingQuery() - Method in interface javax.persistence.criteria.Subquery
-
Return the query of which this is a subquery.
- getContentAssistVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns the visitor that can visit a JPQL query and based on the position of the cursor within
the JPQL query and determines the valid proposals.
- getContentHandler() - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
-
Return the ContentHandler that the object will be marshalled to.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.BeanValidationExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.CommunicationExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.ConcurrencyExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.ConversionExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.DatabaseExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.DBWSExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.DescriptorExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.DiscoveryExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.EISExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.EntityManagerSetupExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.ExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.JAXBExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.JMSProcessingExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.JPARSExceptionResource
-
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.JPQLExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.OptimisticLockExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.PersistenceUnitLoadingExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.QueryExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.RemoteCommandManagerExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.SDOExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.ServerPlatformExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.SessionLoaderExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.StaticWeaveExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.TransactionExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.ValidationExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.XMLConversionExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.XMLMarshalExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.XMLParseExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.exceptions.i18n.XMLPlatformExceptionResource
-
Return the lookup table.
- getContents() - Method in class org.eclipse.persistence.jpa.jpql.JPQLQueryProblemResourceBundle
- getContents() - Method in class org.eclipse.persistence.jpa.rs.logging.i18n.LoggingLocalizationResource
-
- getContext() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Return the JNDI Context that can supplied the named ConnectionFactory.
- getContext(Hashtable) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL:
Helper method to get a naming context.
- getContext() - Method in class org.eclipse.persistence.sessions.JNDIConnector
-
PUBLIC:
Return the JNDI Context that can supplied the named DataSource.
- getContextProperty() - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
Return the context property for this table per tenant policy.
- getContexts(String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.PersistenceResource
-
- getContexts(HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource
-
Deprecated.
- getContextsInternal(String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource
-
Produces a response containing a list of available persistence contexts.
- getController() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Return the controller.
- getController() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Return the controller.
- getController() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Return the controller.
- getConversionCode() - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
-
- getConversionCode() - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
-
- getConversionManager() - Method in class org.eclipse.persistence.eis.EISPlatform
-
The platform holds its own instance of conversion manager to allow customization.
- getConversionManager() - Method in class org.eclipse.persistence.oxm.platform.XMLPlatform
-
- getConversionManager() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL
- getConverter() - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
PUBLIC:
Return the converter on the mapping.
- getConverter() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
PUBLIC:
Return the converter on the mapping.
- getConverter() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
-
PUBLIC:
Return the converter on the mapping.
- getConverter() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- getConverter() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
- getConverter() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
Return the converter on the mapping.
- getConverter(XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getConverter() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
Return the converter on the mapping.
- getConverter(XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- getCopies() - Method in class org.eclipse.persistence.sessions.CopyGroup
-
INTERNAL: Get the session.
- getCopyPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns the copy policy.
- getCopyPolicyClassName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns the name of a Class that implements CopyPolicy
Will be instantiated as a copy policy at initialization times
using the no-args constructor
- getCorrelatedJoins() - Method in interface javax.persistence.criteria.Subquery
-
Return the correlated joins of the subquery.
- getCorrelationParent() - Method in interface javax.persistence.criteria.From
-
Returns the parent From
object from which the correlated
From
object has been obtained through correlation (use
of a Subquery
correlate
method).
- getCount() - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
Gets the total number of records in the current response.
- getCount() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Gets the total number of records in the current response.
- getCount() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
- getCounterFieldName() - Method in class org.eclipse.persistence.sequencing.TableSequence
-
- getCounterFieldName() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
-
- getCreateTempTableSqlBodyForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: DB2 allows LIKE to be used to create temp tables, which avoids having to know the types.
- getCreateTempTableSqlBodyForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
INTERNAL:
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: DB2 temp table syntax.
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.H2Platform
-
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
-
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
MySQL temp table syntax, used for update-all, delete-all queries.
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
INTERNAL:
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL:
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL:
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
INTERNAL:
- getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Returns the beginning of the SQL string to create a temporary table.
- getCreateTempTableSqlSuffix() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: DB2 temp table syntax.
- getCreateTempTableSqlSuffix() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
INTERNAL:
- getCreateTempTableSqlSuffix() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
-
- getCreateTempTableSqlSuffix() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL:
- getCreateTempTableSqlSuffix() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Returns the ending of the SQL string to create a temporary table.
- getCreateViewString() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
INTERNAL:
Used for view creation.
- getCreationHeader() - Method in class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
-
- getCreationHeader() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
- getCreationInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
This method is used to print the required output parameter token for the
specific platform.
- getCreationInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- getCreationOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- getCreationOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
This method is used to print the required output parameter token for the
specific platform.
- getCreationOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- getCreationPrefix() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL:
Return the beginning of the sql create statement - the part before the name.
- getCreationSuffix() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL:
Return the end of the sql create statement - the part after the field list.
- getCriteriaBuilder() - Method in interface javax.persistence.EntityManager
-
Return an instance of CriteriaBuilder
for the creation of
CriteriaQuery
objects.
- getCriteriaBuilder() - Method in interface javax.persistence.EntityManagerFactory
-
Return an instance of CriteriaBuilder
for the creation of
CriteriaQuery
objects.
- getCurrentAttributeGroup() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getCurrentChanges() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
This method will calculate the changes for the UnitOfWork.
- getCurrentContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the current
JPQLQueryContext
, i.e. the context of the query being manipulated,
which can either be the top-level query or a subquery.
- getCurrentEclipseLinkLogLevel() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Answer the EclipseLink log level that is changeable.
- getCurrentEclipseLinkLogLevel() - Method in class org.eclipse.persistence.services.RuntimeServices
-
PUBLIC: Answer the EclipseLink log level that is changeable.
- getCurrentObject() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getCurrentObject() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
- getCurrentObject() - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
-
Return a populated XMLRoot object.
- getCurrentQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the current
Expression
being manipulated, which is either the top-level query
or a subquery.
- getCurrentSize() - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
- getCurrentTime(AbstractSession) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
PUBLIC:
Whenever a historical record is logically deleted (updated) or inserted,
the end and start fields respectively will be set to this value.
- getCursorCode() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
ADVANCED:
Return the code for preparing cursored output
parameters in a stored procedure
- getCursorOrdinalPosition(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
INTERNAL:
Used by JPA named stored procedure queries to associate parameter name
with position.
- getCursorOrdinalPositions() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
INTERNAL:
Used by JPA named stored procedure queries to associate parameter name
with position.
- getCursorSize() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Retrieve the size of the open cursor by executing a count on the same query as the cursor.
- getCursorSize() - Method in class org.eclipse.persistence.queries.CursoredStream
-
INTERNAL:
Retrieve the size of the open cursor by executing a count on the same query as the cursor.
- getCursorSize() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
INTERNAL:
Retrieve the size of the open cursor by executing a count on the same query as the cursor.
- getCustomizationURIs() - Method in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
-
- getCycleDetectionStack() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
INTERNAL
- getData() - Method in class org.eclipse.persistence.queries.ComplexQueryResult
-
PUBLIC:
Return the database rows for the query result.
- getDatabaseChangeNotificationType() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
Returns what type of database change notification an entity/descriptor should use.
- getDatabaseErrorCode() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
-
PUBLIC:
This is the database error number.
- getDatabaseEventListener() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
Return the database event listener, this allows database events to invalidate the cache.
- getDatabaseField() - Method in interface org.eclipse.persistence.descriptors.CMPPolicy.KeyElementAccessor
-
- getDatabaseField() - Method in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
-
- getDatabaseField() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
INTERNAL:
Return the databasefield.
- getDatabaseMapping() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
-
INTERNAL:
Return the mapping, casted a bit more generally.
- getDatabaseMapping() - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
-
INTERNAL:
Return the mapping, casted a bit more generally.
- getDatabaseName() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The database name is required when connecting to databases that support
multiple databases within a single server instance (e.g.
- getDatabasePlatform() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Return the database platform used by the DatabaseSession.
- getDatabasePlatform() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return the database platform used by the DatabaseSession.
- getDatabaseQuery(Query) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Access the internal EclipseLink query wrapped within the JPA query.
- getDatabaseQuery() - Method in interface org.eclipse.persistence.jpa.JpaQuery
-
PUBLIC:
Return the cached database query for this query.
- getDatabaseSchema() - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
PUBLIC:
Return the database schema associated with this database object.
- getDatabaseSchema() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Return the schema associated with this table.
- getDatabaseSchema() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
PUBLIC:
Return the schema associated with this table sequence.
- getDatabaseSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
Return the underlying database session
- getDatabaseSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManagerFactory
-
Returns the DatabaseSession that the Factory will be using and
initializes it if it is not available.
- getDatabaseSession(EntityManagerFactory) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Retrieve the shared database session from the EMF.
- getDatabaseSession() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL: getDatabaseSession(): Answer the instance of DatabaseSession the receiver is helping.
- getDatabaseSession() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: getDatabaseSession(): Answer the instance of DatabaseSession the receiver is helping.
- getDatabaseStrings() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
- getDatabaseStrings() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
INTERNAL:
Recalculate the database strings each time this is called in
case one has been added.
- getDatabaseType() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Returns the database type to cast to.
- getDatabaseTypeForCode(int) - Static method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
-
- getDatabaseTypeForCode(String) - Static method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
-
- getDatabaseURL() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The database URL is the JDBC URL for the database server.
- getDatabaseURL() - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
PUBLIC:
The database URL is the JDBC URL for the database server.
- getDataClass() - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
PUBLIC:
Returns the class type of the data value.
- getDataClassName() - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
INTERNAL:
Return the name of the data type for the MW usage.
- getDataFormat() - Method in class org.eclipse.persistence.eis.EISDescriptor
-
PUBLIC:
Return the data format that the descriptor maps to.
- getDataResults(DatabaseMapping) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Return the remaining data results for the mapping.
- getDataResults() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Return temporary list of rows from parent batch query per batched mapping.
- getDataResults() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Return all of the rows fetched by the query, used for 1-m joining.
- getDataSource() - Method in class org.eclipse.persistence.sessions.JNDIConnector
-
PUBLIC:
Return the javax.sql.DataSource.
- getDatasourceCall() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: Return the call for this query.
- getDatasourceCalls() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: Return the calls for this query.
- getDatasourceLogin() - Method in class org.eclipse.persistence.core.sessions.CoreProject
-
PUBLIC:
Return the login, the login holds any database connection information given.
- getDatasourceLogin() - Method in interface org.eclipse.persistence.core.sessions.CoreSession
-
PUBLIC:
Return the login, the login holds any database connection information given.
- getDatasourceLogin() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the login, the login holds any database connection information given.
- getDatasourceLogin() - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
PUBLIC:
Return the login.
- getDatasourceLogin() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the login, the login holds any database connection information given.
- getDataSourceName() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The data source name is required if connecting through ODBC (JDBC-ODBC, etc.).
- getDatasourcePlatform() - Method in interface org.eclipse.persistence.core.sessions.CoreLogin
-
- getDatasourcePlatform() - Method in interface org.eclipse.persistence.core.sessions.CoreSession
-
PUBLIC:
Return the database platform currently connected to.
- getDatasourcePlatform() - Method in class org.eclipse.persistence.sequencing.Sequence
-
- getDatasourcePlatform() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return the datasource platform specific information.
- getDatasourcePlatform() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
Return the datasource platform specific information.
- getDatasourcePlatform() - Method in interface org.eclipse.persistence.sessions.Login
-
PUBLIC:
Return the datasource platform specific information.
- getDatasourcePlatform() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the database platform currently connected to.
- getDataTypeName() - Method in class org.eclipse.persistence.eis.EISDescriptor
-
PUBLIC:
Specify the data type name for the class of objects the descriptor maps.
- getDate() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Return the date of the log entry.
- getDateFormat() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
Return the date format to be used when printing a log entry date.
- getDatePart() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Returns the date part that was parsed, it is used to extract a single part of a date/time,
such as year, month, day, your, etc.
- getDateString(Date) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
Return the specified date and/or time information in string.
- getDateTimeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- getDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
- getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Returns the
Expression
that represents the declaration of this clause.
- getDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Retrieves the
Declaration
for which the given variable name is used to navigate to the
"root" object.
- getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
- getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
- getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
- getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
- getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
- getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
- getDeclaration() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
- getDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Retrieves the
Declaration
for which the given variable name is used to navigate to the
"root" object.
- getDeclarationExpression() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
-
- getDeclarationExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
-
- getDeclarationQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Returns the BNF of the declaration part of this clause.
- getDeclarationQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClause
-
Returns the BNF of the declaration part of this clause.
- getDeclarationQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleFromClause
-
Returns the BNF of the declaration part of this clause.
- getDeclarationResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getDeclarationResolver(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getDeclarationResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
- getDeclarationResolver(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
- getDeclarationResolverImp() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getDeclarations() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the ordered list of
JPQLQueryDeclaration
, which contain the information
contained in the query's
FROM
clause.
- getDeclarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the ordered list of
JPQLQueryDeclaration
, which contain the information
contained in the query's
FROM
clause.
- getDeclarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getDeclarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
- getDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
- getDeclareBeginString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
DECLARE stanza header for Anonymous PL/SQL block
- getDeclaredAnnotation(JavaClass) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
-
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
If this JavaClass
declares an Annotation
matching aClass
,
return its JavaAnnotation
representation.
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
-
Not supported.
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Not supported.
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
If this JavaField
is annotated with an Annotation
matching aClass
,
return its JavaAnnotation
representation.
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Not supported.
- getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
-
Not supported.
- getDeclaredAnnotations() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
-
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return all of the declared Annotations
for this JavaClass
.
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
-
Not supported.
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getDeclaredAnnotations(AnnotatedElement) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.AnnotationHelper
-
Get all annotations that are defined directly on the AnnotatedElement
(excluding inherited annotations).
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Not supported.
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Return all of the Annotations
for this JavaField
.
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Not supported.
- getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
-
Not supported.
- getDeclaredAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return the attributes declared by the managed type.
- getDeclaredClasses() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return this JavaClass'
inner classes.
- getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return this JavaClass'
inner classes.
- getDeclaredCollection(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute declared by the
managed type that corresponds to the specified name and Java
element type.
- getDeclaredCollection(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute declared by the
managed type that corresponds to the specified name.
- getDeclaredConstructor(JavaClass[]) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return the declared JavaConstructor
for this JavaClass
.
- getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return the declared JavaConstructor
for this JavaClass
that has the
provided parameter types.
- getDeclaredConstructors() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return all of the declared JavaConstructors
for this JavaClass
.
- getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return all of the declared JavaConstructors
for this JavaClass
.
- getDeclaredField(String) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return the declared JavaField
for this JavaClass
, identified
by fieldName
.
- getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return the declared JavaField
for this JavaClass
, identified
by fieldName
.
- getDeclaredFields() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return all of the declared JavaFields
for this JavaClass
.
- getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return all of the declared JavaFields
for this JavaClass
.
- getDeclaredId(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the id attribute
declared by the entity or mapped superclass.
- getDeclaredList(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the List-valued attribute declared by the managed
type that corresponds to the specified name and Java
element type.
- getDeclaredList(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the List-valued attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredMap(String, Class<K>, Class<V>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Map-valued attribute declared by the managed
type that corresponds to the specified name and Java key
and value types.
- getDeclaredMap(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Map-valued attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredMethod(String, JavaClass[]) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return the declared JavaMethod
for this JavaClass
,
identified by name
, with the signature matching args
.
- getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
Assumes JavaType[] contains JavaClassImpl instances
- getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return the declared JavaMethod
for this JavaClass
,
identified by name
, with the signature matching args
.
- getDeclaredMethods() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return all of the declared JavaMethods
for this JavaClass
.
- getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return all of the declared JavaMethods
for this JavaClass
.
- getDeclaredPluralAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return all multi-valued attributes (Collection-, Set-,
List-, and Map-valued attributes) declared by the
managed type.
- getDeclaredSet(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Set-valued attribute declared by the managed type
that corresponds to the specified name and Java element type.
- getDeclaredSet(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Set-valued attribute declared by the managed type
that corresponds to the specified name.
- getDeclaredSingularAttribute(String, Class<Y>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attribute declared by the
managed type that corresponds to the specified name and
Java type.
- getDeclaredSingularAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredSingularAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attributes declared by the managed
type.
- getDeclaredType() - Method in class javax.xml.bind.JAXBElement
-
Returns the Java binding of the xml element declaration's type attribute.
- getDeclaredVersion(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the version
attribute declared by the entity or mapped superclass.
- getDeclaringType() - Method in interface javax.persistence.metamodel.Attribute
-
Return the managed type representing the type in which
the attribute was declared.
- getDecorator() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Returns the
StateObject
decorating this one if one has been set, which means the
behavior of this
StateObject
is modified by the decorator.
- getDecorator() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Returns the
StateObject
decorating this one if one has been set, which means the
behavior of this
StateObject
is modified by the decorator.
- getDefault(DatabaseMapping) - Static method in enum org.eclipse.persistence.queries.ReadAllQuery.Direction
-
PUBLIC: Returns the default hierarchy traversal direction for the
specified mapping.
- getDefaultAttributeValue() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
PUBLIC:
The default value can be used if the database can possibly store additional values then those that
have been mapped.
- getDefaultCacheIsolation() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the project level default for class cache isolation;
- getDefaultConnectionPolicy() - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
The default connection policy is used by default by the acquireClientConnection() protocol.
- getDefaultConnectionPolicy() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
The default connection policy is used by default by the acquireClientConnection() protocol.
- getDefaultConnectionPool() - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
PUBLIC:
Return the default connection pool used for any unmapped values.
- getDefaultConnectionPool() - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
Return the default connection pool.
- getDefaultConnectionPool() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Return the default connection pool.
- getDefaultConnector() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
INTERNAL:
Return the connector that will instantiate the java.sql.Connection.
- getDefaultDeleteObjectQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default DeleteObjectQuery Redirector will be applied to any executing
DeleteObjectQuery or DeleteAllQuery that does not have a redirector set directly on the query.
- getDefaultEntityFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Returns EntityFetchGroup corresponding to default FetchGroup.
- getDefaultEventListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
EJB 3.0 support.
- getDefaultFetchGroup() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the default fetch group on the descriptor.
- getDefaultFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
Return the descriptor-level default fetch group.
- getDefaultIdentityMapClass() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return default value for descriptor cache type.
- getDefaultIdentityMapSize() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return default value descriptor cache size.
- getDefaultIdValidation() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return default value for descriptor primary key validation.
- getDefaultInitialContextFactoryName() - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
-
PUBLIC:
Return the default initial context factory name for a specific CORBA orb.
- getDefaultInitialContextFactoryName() - Method in class org.eclipse.persistence.sessions.coordination.corba.sun.SunCORBATransportManager
-
- getDefaultInsertObjectQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default InsertObjectQuery Redirector will be applied to any executing
InsertObjectQuery that does not have a redirector set directly on the query.
- getDefaultIsIsolated() - Method in class org.eclipse.persistence.sessions.Project
-
- getDefaultLocalUrl() - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
-
ADVANCED:
Return the default local URL for JNDI lookups
- getDefaultLocalUrl() - Method in class org.eclipse.persistence.sessions.coordination.corba.sun.SunCORBATransportManager
-
INTERNAL:
Overwrite super method and return the default local URL .
- getDefaultLocalUrl() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
-
INTERNAL:
Return the default local URL for JNDI lookups
- getDefaultLockingFieldType() - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
Return the default timestamp locking filed java type, default is Timestamp.
- getDefaultLockingFieldType() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Return the default version locking filed java type, default is BigDecimal
- getDefaultLoggingLevel() - Static method in class org.eclipse.persistence.logging.AbstractSessionLog
-
Return the system default log level.
- getDefaultManager() - Static method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Lazy initialize the default instance.
- getDefaultMappingCollector() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getDefaultPropertiesFileName() - Static method in class org.eclipse.persistence.tools.PackageRenamer
-
- getDefaultQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default Query Redirector will be applied to any executing object query
that does not have a more precise default (like the default
ReadObjectQuery Redirector) or a redirector set directly on the query.
- getDefaultQueryResultsCachePolicy() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the default values for query caching options for all named queries.
- getDefaultReadAllQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default ReadAllQuery Redirector will be applied to any executing
ReadAllQuery that does not have a redirector set directly on the query.
- getDefaultReadObjectQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default ReadObjectQuery Redirector will be applied to any executing
ReadObjectQuery that does not have a redirector set directly on the query.
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Returns the default set of read-only classes.
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL
Return the read-only classes
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Get the default read-only classes
- getDefaultReadOnlyClasses() - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
CR#2751
Returns the set of read-only classes for the receiver.
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL
Return the read-only classes
- getDefaultReadOnlyClasses() - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
To get the default read-only classes from the server side.
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Get the default read-only classes
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL
Return the read-only classes
- getDefaultReadOnlyClasses() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
To get the default read-only classes from the server side.
- getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Get the default read-only classes
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Returns the specific default redirector for this query type.
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.DeleteAllQuery
-
INTERNAL:
Returns the specific default redirector for this query type.
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
-
INTERNAL:
Returns the specific default redirector for this query type.
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.InsertObjectQuery
-
INTERNAL:
Returns the specific default redirector for this query type.
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
INTERNAL:
Returns the specific default redirector for this query type.
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
INTERNAL:
Returns the specific default redirector for this query type.
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
Returns the specific default redirector for this query type.
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.UpdateAllQuery
-
INTERNAL:
Returns the specific default redirector for this query type.
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.UpdateObjectQuery
-
INTERNAL:
Returns the specific default redirector for this query type.
- getDefaultRedirector() - Method in class org.eclipse.persistence.queries.WriteObjectQuery
-
INTERNAL:
Returns the specific default redirector for this query type.
- getDefaultReferenceMode() - Method in interface org.eclipse.persistence.sessions.Session
-
Stores the default Session wide reference mode that a UnitOfWork will use when referencing
managed objects.
- getDefaultReportQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default ReportQuery Redirector will be applied to any executing
ReportQuery that does not have a redirector set directly on the query.
- getDefaultRootElement() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
PUBLIC:
Return the default root element name for the ClassDescriptor
This value is stored in place of a table name
This value is mandatory for all root objects
- getDefaultRootElementField() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- getDefaultRootElementType() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- getDefaultSequence() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
-
INTERNAL:
Return the platform's default sequence.
- getDefaultSequence() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
Get default sequence
- getDefaultSequenceTableName() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Returns the table name used by TableSequence by default.
- getDefaultSequenceToWrite() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Used only for writing the login into XML or Java.
- getDefaultSession() - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the default session.
- getDefaultTable() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
The first table in the tables is always treated as default.
- getDefaultTableCreator(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Construct the default TableCreator.
- getDefaultTemporalMutable() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the default setting for configuring if dates and calendars are mutable.
- getDefaultTransactionManager() - Static method in class org.eclipse.persistence.transaction.JTATransactionController
-
- getDefaultUpdateObjectQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A Default UpdateObjectQuery Redirector will be applied to any executing
UpdateObjectQuery or UpdateAllQuery that does not have a redirector set directly on the query.
- getDefaultValue() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
This will be set if XmlElementDecl has a defaultValue specified
- getDefaultValue() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getDefaultValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the defaultValue property.
- getDefaultValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Gets the value of the defaultValue property.
- getDefaultWriter() - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
- getDeferModificationsUntilCommit() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
ADVANCED:
This can be used to control when changes to objects are submitted to the database
This is only applicable to TopLink's CMP implementation and not available within
the core.
- getDelayBetweenConnectionAttempts() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Returns the number of milliseconds that EclipseLink will wait between attempts to reconnect a DatabaseConnection
in the case EclipseLink is attempting to retry a query, the default is 5000.
- getDelegate() - Method in interface javax.persistence.EntityManager
-
Return the underlying provider object for the EntityManager
,
if available.
- getDelegate() - Method in class org.eclipse.persistence.indirection.IndirectList
-
INTERNAL:
Check whether the contents have been read from the database.
- getDelegate() - Method in class org.eclipse.persistence.indirection.IndirectMap
-
INTERNAL:
Check whether the contents have been read from the database.
- getDelegate() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL:
Check whether the contents have been read from the database.
- getDelegate() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitorWrapper
-
Returns the delegate
ExpressionVisitor
that is receiving all the calls from this one.
- getDelegate() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
-
Returns the delegate builder that receives the calls from this one.
- getDelegateObject() - Method in interface org.eclipse.persistence.indirection.IndirectCollection
-
INTERNAL:
Return the real collection object.
- getDelegateObject() - Method in class org.eclipse.persistence.indirection.IndirectList
-
INTERNAL:
Return the real collection object.
- getDelegateObject() - Method in class org.eclipse.persistence.indirection.IndirectMap
-
INTERNAL:
Return the real collection object.
- getDelegateObject() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL:
Return the real collection object.
- getDelegateSequence() - Method in class org.eclipse.persistence.sequencing.NativeSequence
-
Return the sequence delegate.
- getDeleteAllCriteria(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
Delete all criteria is created with target foreign keys and source keys.
- getDeleteAllQuery() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
- getDeleteAllQuery() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
Overrides CollectionMappig because this mapping requires a DeleteAllQuery instead of a ModifyQuery.
- getDeleteAllQuery() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
- getDeleteAllQuery() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
Overrides CollectionMappig because this mapping requires a DeleteAllQuery instead of a ModifyQuery.
- getDeleteAtIndexQuery() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- getDeleteCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's delete call.
- getDeleteClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
Returns the
Expression
representing the
DELETE clause.
- getDeleteClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getDeleteClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getDeletedObjects() - Method in interface org.eclipse.persistence.sessions.changesets.UnitOfWorkChangeSet
-
ADVANCED:
This method returns the reference to the deleted objects from the changeSet
- getDeleteNullQuery() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- getDeleteQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's delete query.
- getDeleteQuery() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- getDeleteQuery() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
- getDeleteQuery() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
- getDeleteSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's delete SQL string.
- getDeleteStatementBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getDeletionHeader() - Method in class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
-
- getDeletionHeader() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
- getDelta() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Returns the delta of the changes made to the JPQL query.
- getDeployedEclipseLinkLogLevel() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Answer the EclipseLink log level at deployment time.
- getDeployedEclipseLinkLogLevel() - Method in class org.eclipse.persistence.services.RuntimeServices
-
PUBLIC: Answer the EclipseLink log level at deployment time.
- getDeployedSessionLog() - Method in class org.eclipse.persistence.services.RuntimeServices
-
- getDeployedSessionProfileWeight() - Method in class org.eclipse.persistence.services.RuntimeServices
-
- getDepth() - Method in class org.eclipse.persistence.sessions.CopyGroup
-
INTERNAL: Return the cascade depth.
- getDerivedIdMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
ADVANCED:
Set the maps id value
- getDerivesIdMappinps() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Return the derives id mappings.
- getDescribesNonPersistentSubclasses() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
Determines whether the descriptors using this inheritance policy
should be used as descriptors for subclasses of the classes they
describe if those subclasses do not have their own descriptor
e.g.
- getDescriptor() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL:
Returns the descriptor which the policy belongs to.
- getDescriptor() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL: Return the descriptor to which this mapping belongs
- getDescriptor(Class) - Method in class org.eclipse.persistence.core.sessions.CoreProject
-
PUBLIC:
Return the descriptor specified for the class.
- getDescriptor(Class) - Method in interface org.eclipse.persistence.core.sessions.CoreSession
-
ADVANCED:
Return the descriptor specified for the class.
- getDescriptor(Object) - Method in interface org.eclipse.persistence.core.sessions.CoreSession
-
ADVANCED:
Return the descriptor specified for the object's class.
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL:
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
-
Return the descriptor.
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC:
The source descriptor of the event.
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Return the descriptor associated with this descriptor query manager
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
PUBLIC:
Return the referenced descriptor.
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Returns the descriptor which the policy belongs to.
- getDescriptor(Class) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Returns descriptor corresponding to the class owning the policy or its subclass - otherwise null.
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.MethodClassExtractor
-
INTERNAL:
Return the descriptor.
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
PUBLIC:
Return the owner of the policy.
- getDescriptor() - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
-
get owning descriptor
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
INTERNAL:
- getDescriptor() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
- getDescriptor() - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
- getDescriptor() - Method in exception org.eclipse.persistence.exceptions.DescriptorException
-
PUBLIC:
Return the descriptor that the problem was detected in.
- getDescriptor() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
Only usable after the session and class have been set.
- getDescriptor() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
PUBLIC:
Return the descriptor of the policy.
- getDescriptor() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the XmlDescriptor set on this TypeInfo.
- getDescriptor(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Lookup the descriptor for the given entity name.
- getDescriptor() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the descriptor to which this mapping belongs
- getDescriptor() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
INTERNAL:
Return the descriptor.
- getDescriptor(XMLRecord, AbstractSession, QName) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
-
- getDescriptor(XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- getDescriptor(XMLRecord, AbstractSession, QName) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getDescriptor(XMLRecord, AbstractSession, QName) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- getDescriptor() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getDescriptor(QName) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Return the XMLDescriptor with the default root mapping matching
the QName parameter.
- getDescriptor(XPathQName) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Return the XMLDescriptor with the default root mapping matching
the QName parameter.
- getDescriptor(Object, AbstractSession, boolean) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
- getDescriptor() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the descriptor assigned with the reference class
- getDescriptor() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Return the descriptor that this is the map for.
- getDescriptor(Class) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the descriptor specified for the class.
- getDescriptor(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- getDescriptor(Class) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL:
Return the table descriptor specified for the class.
- getDescriptor(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Extract descriptor from the session
- getDescriptor(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- getDescriptor(Class) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Return the table descriptor specified for the class.
- getDescriptor(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- getDescriptor(Class) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL:
Return the table descriptor specified for the class.
- getDescriptor(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
To get descriptor from the server side
- getDescriptor(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Extract descriptor from the session
- getDescriptor(Class) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL:
Return the table descriptor specified for the class.
- getDescriptor(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
To get descriptor from the server side
- getDescriptor(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Extract descriptor from the session
- getDescriptor(Class) - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Return the descriptor specified for the class.
- getDescriptor(Object) - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Return the descriptor specified for the object's class.
- getDescriptorByGlobalType(XPathFragment) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Return the XMLDescriptor mapped to the global type matching the
XPathFragment parameter.
- getDescriptorClass() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Return the class that this is the map for.
- getDescriptorCorrespondingTo(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Return the descriptor.
- getDescriptorCustomizerClassName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
DescriptorCustomizer is the JPA equivalent of an amendment method.
- getDescriptorEventHolders() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
used by JPA project caching to store DescriptorEventListener representations that can build the underlying
DescriptorEventListener and add it to the EventManager.
- getDescriptorEventManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Get the event manager for the descriptor.
- getDescriptorForAlias(String) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the descriptor for the alias
- getDescriptorForAlias(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- getDescriptorForAlias(String) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL:
Return the table descriptor specified for the alias.
- getDescriptorForAlias(Class) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL:
Return the table descriptor specified for the alias.
- getDescriptorForAlias(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Extract descriptor from the session
- getDescriptorForAlias(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- getDescriptorForAlias(String) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Return the table descriptor specified for the class.
- getDescriptorForAlias(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- getDescriptorForAlias(String) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL:
Return the table descriptor specified for the alias.
- getDescriptorForAlias(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
To get descriptor from the server side
- getDescriptorForAlias(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Extract descriptor from the session
- getDescriptorForAlias(String) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL:
Return the table descriptor specified for the alias.
- getDescriptorForAlias(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
To get descriptor from the server side
- getDescriptorForAlias(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Extract descriptor from the session
- getDescriptorForAlias(String) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the descriptor for the alias.
- getDescriptorForClass(Class) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the descriptor for class.
- getDescriptorForObject(Object) - Method in class org.eclipse.persistence.oxm.XMLContext
-
Returns descriptor for given object.
- getDescriptorForTarget(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Return a descriptor for the target of this mapping
- getDescriptorForTarget(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Return a descriptor for the target of this mapping
For normal ObjectReferenceMappings, we return the reference descriptor.
- getDescriptorInheritancePolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
The inheritance policy is used to define how a descriptor takes part in inheritance.
- getDescriptorMetadata(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource
-
- getDescriptorMetadata(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource
-
Deprecated.
- getDescriptorMetadataInternal(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource
-
- getDescriptorMethodNames() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- getDescriptorQueryManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the queryManager.
- getDescriptors() - Method in interface org.eclipse.persistence.core.sessions.CoreSession
-
ADVANCED:
Return all registered descriptors.
- getDescriptors() - Method in class org.eclipse.persistence.oxm.XMLContext
-
Returns descriptors from all sessions.
- getDescriptors() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
This is here only for JPA queries and currently only populated for JPA
queries.
- getDescriptors() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the descriptors in a ClassDescriptors Map keyed on the Java class.
- getDescriptors() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
ADVANCED:
Return all registered descriptors.
- getDescriptors() - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Return all registered descriptors.
- getDescriptorStream() - Method in interface org.eclipse.persistence.jpa.Archive
-
- getDescriptorStream() - Method in class org.eclipse.persistence.jpa.rs.util.InMemoryArchive
-
- getDescriptorType() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
return the descriptor type (NORMAL by default, others include INTERFACE, AGGREGATE, AGGREGATE COLLECTION)
- getDescriptorTypeValue() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
This method is explicitly used by the XML reader.
- getDetail() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Gets the detail.
- getDimensionality() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeDeclaration
-
- getDirectField() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return the direct field.
- getDirectFieldName() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Returns the name of the field name in the reference table.
- getDirection() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
PUBLIC:
- getDirectKeyField() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL:
- getDirectoryFromEntryName(String) - Static method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
-
- getDiscoveryManager() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
PUBLIC:
Return the discovery manager that manages membership in the EclipseLink cluster.
- getDiscoveryManager() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
PUBLIC:
Return the discovery manager that detects the arrival of new cluster members
- getDiscriminatorColumn() - Method in class org.eclipse.persistence.queries.EntityResult
-
Returns the column name for the column that will store the value used to
determine the subclass type if applicable.
- getDistance() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
- getDistinctState() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
ADVANCED:
If a distinct has been set the DISTINCT clause will be printed.
- getDocPresPolicy() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
- getDocument() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
PUBLIC:
Return the document.
- getDocument() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getDocument() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
-
- getDocument() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getDocument() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- getDocument() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
PUBLIC:
Return the document.
- getDocument() - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- getDocumentPreservationPolicy() - Method in class org.eclipse.persistence.oxm.XMLBinder
-
Gets this XMLBinder's document preservation policy.
- getDocumentPreservationPolicy(AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL:
Return the DocumentPreservationPolicy associated with this session
- getDocumentPreservationPolicy() - Method in class org.eclipse.persistence.oxm.XMLLogin
-
- getDoesExistCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's does-exist call.
- getDoesExistField() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL:
Return the write lock field or the first primary key field if not using locking.
- getDoesExistQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's does exist query.
- getDoesExistSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's does exist SQL string.
- getDOM() - Method in interface org.eclipse.persistence.eis.DOMRecord
-
- getDOM() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
PUBLIC:
Return the DOM.
- getDOM() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getDOM() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
-
Return the Node that the object will be marshalled to.
- getDOM() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getDOM() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- getDOM() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
PUBLIC:
Return the DOM.
- getDomainClass() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
-
- getDomainClass() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
-
- getDomainClass(Set<Class<?>>) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
Get first non java class if exists.
- getDomainClass() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getDomainClasses(Type) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
A convenience method to get the domain class (i.e.
- getDomainClassNounName(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
TopLink_sessionName_domainClass.
- getDomHandler() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Gets the value of the domHandler property.
- getDomHandlerClassName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the DomHandler class name.
- getDoNotRedirect() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
This method is used in combination with redirected queries.
- getDoubleEncapsulatedCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getDriver() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Return db driver class name.
- getDriver() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return db driver class name.
- getDriverClassName() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The driver class is the name of the Java class for the JDBC driver being used
(e.g.
- getDriverClassName() - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
PUBLIC:
The driver class is the name of the Java class for the JDBC driver being used
(e.g.
- getDriverURLHeader() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The driver URL header is the string predetermined by the JDBC driver to be
part of the URL connection string, (e.g.
- getDriverURLHeader() - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
PUBLIC:
The driver URL header is the string predetermined by the JDBC driver to be
part of the URL connection string, (e.g.
- getDropCascadeString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Allows DROP TABLE to cascade dropping of any dependent constraints if the database supports this option.
- getDropCascadeString() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
Allows DROP TABLE to cascade dropping of any dependent constraints if the database supports this option.
- getDropDatabaseSchemaString(String) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
Return the drop schema definition.
- getDropDatabaseSchemaString(String) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Return the drop schema definition.
- getDropSchemaWriter() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
- getDumpTime() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
Return the number of milliseconds after which the monitor results should be logged.
- getDynamicClassLoader() - Method in class org.eclipse.persistence.dynamic.DynamicHelper
-
- getDynamicClassLoader() - Method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext
-
- getDynamicClassLoader() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
-
- getDynamicMetadataSource(AbstractSession, String) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureSet
-
- getDynamicMetadataSource(AbstractSession, String) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2
-
- getDynamicMetadataSource(AbstractSession, String) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetV2
-
- getDynamicPersistenceContext(String, String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
-
Gets cached persistence context by its name and JPARS version.
- getDynamicType(String) - Method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext
-
Obtain a reference to the DynamicType object for a given Java name.
- getEcliseLinkVersion() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
-
Returns the enum constant of the EclipseLink version specified in the
JPQLQueryContext
.
- getEISPlatform() - Method in class org.eclipse.persistence.eis.EISAccessor
-
Return and cast the platform.
- getEJBQLString() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the EJBQL string of the query.
- getEjbqlString() - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL:
Return the EJBQL string for this call
- getElement(ResultT) - Method in interface javax.xml.bind.annotation.DomHandler
-
Once the portion is sent to the Result
.
- getElement(DOMResult) - Method in class javax.xml.bind.annotation.W3CDomHandler
-
- getElement() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getElementDataTypeName() - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
-
PUBLIC:
Return the "data type" associated with each element
in the nested collection.
- getElementFormDefault() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
-
Gets the value of the elementFormDefault property.
- getElementName(Object) - Method in class javax.xml.bind.JAXBIntrospector
-
Get xml element qname for jaxbElement
.
- getElementName() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Get the QName representing this element
- getElementName(Object) - Method in class org.eclipse.persistence.jaxb.JAXBIntrospector
-
- getElementRefsPropName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the XmlElementRefs property name, if one has been set.
- getElements() - Method in interface javax.persistence.Tuple
-
Return the tuple elements.
- getElementScope() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
Indicates if a global element should be generated for this type.
- getElementType() - Method in interface javax.persistence.metamodel.PluralAttribute
-
Return the type representing the element type of the
collection.
- getElse() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Returns the
StateObject
representing the
ELSE
scalar expression.
- getElseExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the
Expression
that represents the
ELSE operand.
- getEmbeddable(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Retrieves the embeddable with the given type.
- getEmbeddable(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Retrieves the embeddable with the given type.
- getEmbeddable(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
- getEmbeddable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
Retrieves the
IEmbeddable
for the given fully qualified type name.
- getEmbeddables() - Method in interface javax.persistence.metamodel.Metamodel
-
Return the metamodel embeddable types.
- getEmf() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the emf.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CountFunction
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.EncapsulatedIdentificationVariableExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.LowerExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpperExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getEncoding() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current output encoding.
- getEncoding() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
Gets the encoding for this document.
- getEncoding() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
-
- getEncoding() - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
-
- getEncryptedPassword() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
PUBLIC:
Return the encrypted (assumed) password used as the value to the
SECURITY_CREDENTIALS key in the cached context properties.
- getEnd() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- getEnd(int) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- getEndFieldName() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
PUBLIC:
- getEndFields() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- getEndIndex() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
-
Returns the index of where the change occurred in the list.
- getEndIndex() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
-
Returns the index of where the change occurred in the list.
- getEndingQueryPositionBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getEndPosition() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
-
Returns the position from where the problem ends, inclusively.
- getEndValue() - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
-
PUBLIC:
Return the range end value.
- getEntities() - Method in interface javax.persistence.metamodel.Metamodel
-
Return the metamodel entity types.
- getEntity() - Method in exception javax.persistence.OptimisticLockException
-
Returns the entity that caused this exception.
- getEntity() - Method in exception javax.persistence.PessimisticLockException
-
Returns the entity that caused this exception.
- getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Returns the actual
IEntity
that has the abstract schema name.
- getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the actual
IEntity
that has the abstract schema name.
- getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Returns the actual external form representing the
IEntity
.
- getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Returns the actual external form representing the
IEntity
.
- getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Returns the actual
IEntity
that has the abstract schema name.
- getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Resolves the entity type name to the external form of the actual
IEntity
.
- getEntity(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
- getEntity(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
Retrieves the
IEntity
with the given name.
- getEntityEventListener() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
EJB 3.0 support.
- getEntityExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the
Expression
representing the entity expression.
- getEntityFetchGroup(Set<String>) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Returns entity fetch group corresponding to the passed set of attributes.
- getEntityFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Returns entity fetch group corresponding to the passed fetch group.
- getEntityFetchGroup(FetchGroupManager) - Method in class org.eclipse.persistence.queries.FetchGroup
-
INTERNAL:
Used to retrieve the EntityFetchGroup for this FetchGroup
- getEntityGraph(String) - Method in interface javax.persistence.EntityManager
-
Return a named EntityGraph.
- getEntityGraphs(Class<T>) - Method in interface javax.persistence.EntityManager
-
Return all named EntityGraphs that have been defined for the provided
class type.
- getEntityListenerEventListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
EJB 3.0 support.
- getEntityManager(EntityManager) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Convert a JPA entityManager into a EclipseLink specific one.
- getEntityManager() - Method in interface org.eclipse.persistence.jpa.JpaQuery
-
PUBLIC:
return the EntityManager for this query
- getEntityManagerFactory() - Method in interface javax.persistence.EntityManager
-
Return the entity manager factory for the entity manager.
- getEntityManagerFactory(EntityManagerFactoryImpl) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Deprecated.
- getEntityManagerFactory(EntityManagerFactory) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Given a JPA EntityManagerFactory attempt to cast it to a EclipseLink EMF.
- getEntityManagerFactory(EntityManager) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Given an EntityManager return the EntityManagerFactory that created it.
- getEntityMappings(Map<String, Object>, ClassLoader, SessionLog) - Method in interface org.eclipse.persistence.jpa.metadata.MetadataSource
-
PUBLIC: This method is responsible for returning the object
representation of the object-relational mapping overrides.
- getEntityMappings(Map<String, Object>, ClassLoader, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.MetadataSourceAdapter
-
- getEntityMappings(Map<String, Object>, ClassLoader, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.XMLMetadataSource
-
This method is responsible for returning the object representation of the MetadataSource.
- getEntityMappingsReader(Map<String, Object>, ClassLoader, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.XMLMetadataSource
-
This method returns a Reader for an EclipseLink-ORM.xml.
- getEntityName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Returns the name of the entity for which it is used as the "root" of the declaration.
- getEntityName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Returns the abstract schema name.
- getEntityNamed(String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Retrieves the entity with the given entity name.
- getEntityNamed(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Retrieves the entity with the given entity name.
- getEntityNamed(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
Retrieves the
IEntity
with the given entity name.
- getEntityOptions(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.EntityResource
-
- getEntityResolver() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Returns entity resolver of the parser.
- getEntityResolver() - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- getEntityResource(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.MetadataResource
-
Returns entity metadata if accepted media type is 'application/json' or entity schema if
accepted media type is 'application/schema+json'.
- getEntityRoot(PersistenceContext, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Returns StringBuilder containing entity root:
http(s)://root:port/persistence/version/context/entity/entityName
- getEntityStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
- getEntityTable(String) - Method in interface org.eclipse.persistence.jpa.jpql.EclipseLinkSemanticValidatorExtension
-
Returns the name of the primary table defined for the entity with the given name.
- getEntityType() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Returns the
Expression
that represents the entity type that will be used to downcast
the type of the elements in the collection.
- getEntityTypeName() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
Returns the name of the entity type.
- getEntityTypeName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Returns the name of the entity that is used to downcast the join association path.
- getEntityTypeName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TreatResolver
-
Returns the entity type name used to downcast the path expression.
- getEntries() - Method in interface org.eclipse.persistence.jpa.Archive
-
Returns an Iterator
of the file entries.
- getEntry(String) - Method in interface org.eclipse.persistence.jpa.Archive
-
Returns the InputStream for the given entry name.
- getEntryAsURL(String) - Method in interface org.eclipse.persistence.jpa.Archive
-
Returns the URL for the given entry name.
- getEnum() - Method in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
-
- getEnumClass() - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
-
PUBLIC:
Get the class which was set as the enum class which contains the fromValue method.
- getEnumClass() - Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
-
- getEnumClassName() - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
-
PUBLIC:
Get the name of the enum class which contains the fromValue method.
- getEnumClassName() - Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
-
- getEnumConstant(String, String) - Method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext
-
Returns the constant named constantName from the enum class specified by enumName.
- getEnumConstants(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the constant names for the given Enum
type.
- getEnumConstants(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the constant names for the given Enum
type.
- getEnumConstants() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
-
If this
IType
represents an
Enum
type, then this method should returns the
name of the constants.
- getEnumerationFacetsFor(EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- getEnumType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the
IType
representing the possible given enum type.
- getEnumType(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeRepository
-
Returns the
IType
representing the possible given enum constant.
- getEnumVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getErrorCode() - Method in exception javax.xml.bind.JAXBException
-
Get the vendor specific error code
- getErrorCode() - Method in exception javax.xml.bind.TypeConstraintException
-
Get the vendor specific error code
- getErrorCode() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
PUBLIC:
Return the exception error code.
- getErrorCode() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Gets the error code.
- getErrorDetails() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Gets the error details.
- getErrorHandler() - Method in class org.eclipse.persistence.oxm.XMLBinder
-
- getErrorHandler() - Method in class org.eclipse.persistence.oxm.XMLValidator
-
Get the error handler to be used during validation
- getErrorHandler() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Returns error handler of the parser.
- getErrorHandler() - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- getErrorPath() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Gets the error path.
- getEscapeCharacter() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the
Expression
that represents the escape character, which is either a single
character or an input parameter.
- getEscapeCharacter() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
- getEscapeCharacter(char) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
-
Returns the escaped character for the given reserved character.
- getEventCode() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC:
The code of the descriptor event being raised.
- getEventCode() - Method in class org.eclipse.persistence.sessions.SessionEvent
-
PUBLIC:
The code of the session event being raised.
- getEventHandler() - Method in class javax.xml.bind.Binder
-
Return the current event handler or the default event handler if one
hasn't been set.
- getEventHandler() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getEventHandler() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Return the current event handler or the default event handler if one
hasn't been set.
- getEventHandler() - Method in interface javax.xml.bind.Marshaller
-
Return the current event handler or the default event handler if one
hasn't been set.
- getEventHandler() - Method in interface javax.xml.bind.Unmarshaller
-
Return the current event handler or the default event handler if one
hasn't been set.
- getEventHandler() - Method in interface javax.xml.bind.Validator
-
- getEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-
- getEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- getEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- getEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBValidator
-
- getEventListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
Returns the Listener objects that have been added.
- getEventManager() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
PUBLIC:
Get the event manager for the descriptor.
- getEventManager() - Method in interface org.eclipse.persistence.core.sessions.CoreSession
-
PUBLIC:
Return the event manager.
- getEventManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Get the event manager for the descriptor.
- getEventManager() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the event manager.
- getEventMethods() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- getEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
-
Return an array of ValidationEvent objects containing a copy of each of
the collected errors and warnings.
- getEventSelectors() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- getEventType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
-
Returns the type of change that occurred in the list.
- getEventType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
-
Returns the type of change that occurred in the list.
- getExampleObject() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
This method returns the current example object.
- getException() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Return the exception that caused the log entry.
- getExceptionHandler() - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
-
Return the exception handler used to handle or wrap exceptions thrown in before/after completion.
- getExceptionHandler() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the ExceptionHandler.Exception handler can catch errors that occur on queries or during database access.
- getExceptionHandler() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
Return the exception handler used to handle or wrap exceptions thrown in before/after completion.
- getExceptionList() - Method in exception org.eclipse.persistence.exceptions.SessionLoaderException
-
- getExceptionStore() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
INTERNAL:
- getExclusiveMode() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC:
Returns exclusive mode.
- getExecutableParameters() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getExecutableReturnValue() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getExecutionFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Returns FetchGroup that will be applied to the query.
- getExecutionFetchGroup(ClassDescriptor) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Returns FetchGroup that will be applied to the query.
- getExecutionFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Returns FetchGroup that will be applied to the query.
- getExecutionFetchGroup(ClassDescriptor) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Returns FetchGroup that will be applied to the query.
- getExecutionSession() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Returns the session the underlying call was executed on.
- getExecutionSession() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the execution session.
- getExecutionSession(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Gets the session which this query will be executed on.
- getExecutionSession(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Gets the session which this query will be executed on.
- getExecutionSession(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Gets the session which this query will be executed on.
- getExecutionTime() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Return the time this query actually went to the database
- getExistenceCheck() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
This method is explicitly used by the Builder only.
- getExistencePolicy() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL:
Return the existence policy for this existence Query
- getExpiryTime() - Method in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
-
INTERNAL:
Get the expiry time as a Calendar.
- getExpiryTimeInMillis(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
-
INTERNAL:
Get the next time when this object will become invalid
- getExpiryTimeInMillis(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
-
INTERNAL:
Return the next expiry time.
- getExpiryTimeInMillis(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.NoExpiryCacheInvalidationPolicy
-
INTERNAL:
Since this policy implements no expiry, this will always return NO_EXPIRY
- getExpiryTimeInMillis(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
-
INTERNAL:
Return the next expiry time.
- getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.In
-
Return the expression to be tested against the
list of values.
- getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
-
Return the expression to be tested against the
conditions.
- getExpression() - Method in interface javax.persistence.criteria.Order
-
Return the expression that is used for ordering.
- getExpression() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
-
Returns the parsed tree representing the JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
Returns the
Expression
that is encapsulated within parenthesis.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
Returns the
Expression
representing the arithmetic primary.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Returns the
Expression
representing the timestamp or change number.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
Returns the
Expression
that was parsed but grammatically, it is not a valid location.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the
Expression
representing the expression to be tested for a range of values.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
Returns the
Expression
representing the relationship expression.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Returns the
Expression
that represents the collection-valued path expression if it was
parsed.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the
Expression
that represents the state field path expression or type
discriminator.
- getExpression(String, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Returns the deepest
Expression
for the given position.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
Returns the
Expression
representing the expression that is negated.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Returns the expression being tested for being null
.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Returns the
Expression
that represents the order by expression.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
-
Returns the child
Expression
where the position of the cursor is.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Returns the parsed tree representation of the JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.JavaQuery
-
Returns the string representation of the JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEncapsulatedExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BadExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LogicalExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NumericLiteralStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UnknownExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
-
Returns the actual parsed object if this
StateObject
representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IQuery
-
Returns the string representation of the JPQL query.
- getExpressionBuilder() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
PUBLIC:
Get the expression builder which should be used for this query.
- getExpressionBuilder() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
REQUIRED:
Get the expression builder which should be used for this query.
- getExpressionExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the unique identifier of the query BNF that describes the expression being tested by
the IN
expression.
- getExpressionFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Retrieves the registered
ExpressionFactory
that was registered for the given unique
identifier.
- getExpressionFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Retrieves the registered
ExpressionFactory
that was registered for the given unique identifier.
- getExpressionFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Retrieves the
ExpressionFactory
that is associated with the given identifier, if the
given string is indeed a JPQL identifier.
- getExpressionFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Retrieves the registered
ExpressionFactory
that was registered for the given unique identifier.
- getExpressionFactoryIds() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Returns the unique identifiers of the
ExpressionFactory
handled by this BNF rule,
which includes those from the children as well.
- getExpressionItemQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the unique identifier of the query BNF that describes the items being tested against.
- getExpressionQueryCacheMaxSize() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the max size of the expression query cache for avoiding regenerated dynamic query SQL.
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- getExpressionRegistry() - Method in interface org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getExpressions() - Method in interface javax.persistence.criteria.Predicate
-
Return the top-level conjuncts or disjuncts of the predicate.
- getExpressionTypeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getExpressionValidator(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getExtendPessimisticLockScopeDedicatedQuery(AbstractSession, short) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Should be overridden by subclass that allows setting
extendPessimisticLockScope to DEDICATED_QUERY.
- getExtendPessimisticLockScopeDedicatedQuery(AbstractSession, short) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Should be overridden by subclass that allows setting
extendPessimisticLockScope to DEDICATED_QUERY.
- getExtendPessimisticLockScopeDedicatedQuery(AbstractSession, short) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Should be overridden by subclass that allows setting
extendPessimisticLockScope to DEDICATED_QUERY.
- getExtension() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
Returns the extension that gives access to non-JPA metadata artifacts, such as database tables
and columns.
- getExternalTransactionController() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Used for JTS integration.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.CustomServerPlatform
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use
in the DatabaseSession
This is defined by the user via the 904 sessions.xml.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use
for SUN AS9.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.jboss.JBossPlatform
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use
for JBoss.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.NoServerPlatform
-
INTERNAL: getExternalTransactionControllerClass(): Answer null because this does not apply.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.oc4j.Oc4jPlatform
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use
for Oc4j.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.sap.SAPNetWeaver_7_1_Platform
-
- getExternalTransactionControllerClass() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use
For this server platform.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use
For this server platform.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.was.WebSphere_Liberty_Platform
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction
controller to use for WebSphere Liberty.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.was.WebSpherePlatform
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of
external transaction controller to use for WebSphere.
- getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
-
INTERNAL: getExternalTransactionControllerClass(): Answer the class of
external transaction controller to use for WebLogic.
- getFacets() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getFactoryClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
-
Gets the value of the factoryClass property.
- getFactoryMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
-
Gets the value of the factoryMethod property.
- getFactoryMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getFactoryMethodParamTypes() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getFailoverConnectionPools() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Return the list of connection pools to used if this pool database goes down.
- getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
When parsing the query and no
JPQLQueryBNFs
can help to parse the query,
then it will fall back on this one.
- getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Returns the unique identifier of the
ExpressionFactory
to use when the fall back BNF
ID is not
null
.
- getFeatureSet() - Method in enum org.eclipse.persistence.jpa.rs.features.ServiceVersion
-
Gets a
FeatureSet
related to this service version.
- getFetches() - Method in interface javax.persistence.criteria.FetchParent
-
Return the fetch joins that have been made from this type.
- getFetchGroup(String) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
Return a pre-defined named fetch group.
- getFetchGroup(String, boolean) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
Lookup the FetchGroup to use given a name and a flag taking into
consideration descriptor inheritance to ensure parent descriptors are
searched for named and default FetchGroup.
- getFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Return the fetch group set in the query.
- getFetchGroupManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Get the fetch group manager for the descriptor.
- getFetchGroupName() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Return the fetch group name set in the query.
- getFetchGroupNonNestedFieldsSet() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the set of fields required in the select clause, for fetch group reading.
- getFetchGroupNonNestedFieldsSet(DatabaseMapping) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the set of fields required in the select clause, for fetch group reading.
- getFetchGroups() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
Return the fetch group map: keyed by the group name, valued by the fetch group object.
- getFetchGroupSelectionFields() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the fields required in the select clause, for fetch group reading.
- getFetchGroupSelectionFields(DatabaseMapping) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the fields required in the select clause, for fetch group reading.
- getFetchSize() - Method in class org.eclipse.persistence.queries.ReadQuery
-
PUBLIC:
Return the fetchSize setting that this query will set on the JDBC Statement
NB - a value of zero means that no call to statement.setFetchSize() will be made.
- getField() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL:
Return the field associated with this mapping if there is exactly one.
- getField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
Returns an equal field held by ReturningPolicy, or null.
- getField() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
-
- getField() - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
-
get the field that stores sopObject in the database (sopField)
- getField(String) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Return an expression representing a field in a data-level query.
- getField(DatabaseField) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED: Return an expression representing a field in a data-level query.
- getField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getField() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the field associated with this mapping if there is exactly one.
- getField() - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
INTERNAL:
Returns the field which this mapping represents.
- getField() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL:
Return the field mapped by this mapping.
- getField() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL:
Return the field that holds the nested collection.
- getField() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
-
INTERNAL:
The aggregate object is held in a single field.
- getField() - Method in class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
-
INTERNAL:
Return the field for the query key.
- getField() - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
INTERNAL:
Returns the field which this mapping represents.
- getField() - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
INTERNAL:
Returns the field which this mapping represents.
- getField() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- getField() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- getField() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
- getField() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
- getField(String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Return the field the corresponds to the name.
- getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
INTERNAL:
Return the classifiction for the field contained in the mapping.
- getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return the classification for the field contained in the mapping.
- getFieldClassification() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Get the type of the field value to allow conversion from the database.
- getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Return the classifiction for the field contained in the mapping.
- getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the classification for the field contained in the mapping.
- getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL:
Return the classifiction for the field contained in the mapping.
- getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return the classification for the field contained in the mapping.
- getFieldClassification() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
ADVANCED:
Return the class type of the field value.
- getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return the classification for the field contained in the mapping.
- getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Return the classification for the field contained in the mapping.
- getFieldClassificationName() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
- getFieldDefFromDBField(DatabaseField) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
Build a field definition object from a database field.
- getFieldElementClass() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
PUBLIC:
Return the class each element in the database row's
collection should be converted to, before the collection
is inserted into the database.
- getFieldInfos() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- getFieldName() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
-
PUBLIC:
Return the name of the field mapped by the mapping.
- getFieldName() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping
-
PUBLIC:
Return the name of the field that holds the nested collection.
- getFieldName() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
-
PUBLIC:
Return the name of the field mapped by the mapping.
- getFieldName() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
PUBLIC:
Return the name of the field that holds the nested collection.
- getFieldName() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
PUBLIC:
Name of the field this mapping represents.
- getFieldName() - Method in class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
-
PUBLIC:
Return the field name for the query key.
- getFieldName() - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
PUBLIC:
Return the name of the field this mapping represents.
- getFieldName() - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
PUBLIC:
Return the name of the field this mapping represents.
- getFieldName(String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL:
return the original field name based on the argument name.
- getFieldNames() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-
- getFieldNameToMethodNameAssociations() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Needed for backwards compatibility
- getFieldNameToMethodNames() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Required for reverse compatibility and test cases:
- getFieldPropertiesForClass(JavaClass, TypeInfo, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getFieldPropertiesForClass(JavaClass, TypeInfo, boolean, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getFieldResults() - Method in class org.eclipse.persistence.queries.EntityResult
-
Accessor for the internally stored list of FieldResult.
- getFieldResults() - Method in class org.eclipse.persistence.queries.FieldResult
-
INTERNAL:
- getFields() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
INTERNAL:
Returns a vector of all the fields this mapping represents.
- getFields() - Method in class org.eclipse.persistence.descriptors.CacheIndex
-
- getFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return all the fields
- getFields() - Method in class org.eclipse.persistence.eis.EISMappedRecord
-
INTERNAL:
getFields() is sued internally in a few places, so try to make that work for mapped records.
- getFields() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- getFields() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getFields() - Method in class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilter
-
- getFields() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultListItem
-
Gets the fields.
- getFields() - Method in interface org.eclipse.persistence.jpa.rs.util.list.SingleResultQuery
-
Gets a list fields.
- getFields() - Method in class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryList
-
Gets the fields.
- getFields() - Method in class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryResult
-
- getFields() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Returns a vector of all the fields this mapping represents.
- getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
- getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
INTERNAL:
Return a list of XMLFields based on the source XPath values
in the source-target key field associations list.
- getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- getFields() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
This should not be used, but added some support for it as
is called from some places such as sdk call used in the descriptor to define operation not supported,
may also be called from toplin in some places.
- getFields() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
-
- getFields() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
-
Return the record's fields defined as PLSQLargument.
- getFields() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the fields for the stream.
- getFields() - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
-
- getFields() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
- getFields() - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
-
- getFieldsForTranslationInAggregate() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return source key fields for translation by an AggregateObjectMapping
- getFieldsForTranslationInAggregate() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Return source key fields for translation by an AggregateObjectMapping
By default, return an empty NonSynchronizedVector
- getFieldsForTranslationInAggregate() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Return source key fields for translation by an AggregateObjectMapping
- getFieldsForTranslationInAggregate() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Return source key fields for translation by an AggregateObjectMapping
- getFieldsForTranslationInAggregate() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return source key fields for translation by an AggregateObjectMapping
- getFieldsToCompare(DatabaseTable, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.AllFieldsLockingPolicy
-
INTERNAL:
Returns the fields that should be compared in the where clause.
- getFieldsToCompare(DatabaseTable, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.ChangedFieldsLockingPolicy
-
INTERNAL:
Returns the fields that should be compared in the where clause.
- getFieldsToCompare(DatabaseTable, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Returns the fields that should be compared in the where clause.
- getFieldsToCompare(DatabaseTable, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
-
INTERNAL: returns the lock fields to compare based on the passed in
table.
- getFieldsToGenerateInsert(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- getFieldsToGenerateUpdate(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- getFieldsToMergeInsert() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- getFieldsToMergeUpdate() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- getFieldToAttributeValueAssociations() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Return a collection of the field to attribute value associations.
- getFieldToAttributeValues() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Get the field to attribute mapping.
- getFieldToClassMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getFieldToClassMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- getFieldToTransformers() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
- getFieldTransformations() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Returns a Vector which stores fieldnames and the respective method/transformer names.
- getFieldType() - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedFieldTransformer
-
Return the Java class type of the field value.
- getFieldType(Object) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
INTERNAL:
return the class corresponding to the passed in JDBC type.
- getFieldTypeDefinition(AbstractSession, Class, String) - Static method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
INTERNAL:
Retrieve a database platform specific definition from session for
existing type instance or build a new one when type is null
.
- getFieldTypeDefinition(DatabasePlatform, Class, String) - Static method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
INTERNAL:
Retrieve database platform specific field definition from database
specific platform handler for existing type or build a new one when type
is null
and type for type name could not be found.
- getFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Transform the object-level value into a database-level value
- getFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Convert the attribute value to a field value.
- getFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
INTERNAL:
Convert the object (attribute or property) value to a field value.
- getFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Convert the attribute value to a field value.
- getFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
-
INTERNAL:
- getFieldValue(Object, CoreAbstractSession, AbstractMarshalRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
INTERNAL:
- getFieldValue(Object, CoreAbstractSession, AbstractMarshalRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
INTERNAL:
Convert the attribute value to a field value.
- getFile() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaFileReference
-
- getFileContentsString() - Method in class org.eclipse.persistence.utils.rename.RenameFileData
-
- getFileName() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaFileReference
-
- getFileURL(String, ClassLoader, SessionLog) - Static method in class org.eclipse.persistence.jpa.metadata.XMLMetadataSource
-
- getFilter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getFilter() - Method in class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilteringValidator
-
- getFilter1() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
-
Returns the left Filter
of this compound filter.
- getFilter2() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
-
Returns the second Filter
of this compound filter.
- getFirst() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Returns the
StateObject
representing the first expression.
- getFirst() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Returns the
StateObject
representing the first expression.
- getFirstArgumentIndex() - Method in class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
-
- getFirstArgumentIndex() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
- getFirstExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Returns the
Expression
that represents the first expression.
- getFirstExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Returns the
Expression
that represents the first expression.
- getFirstParameterIndexForCallString() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
-
INTERNAL:
Return the first index of parameter to be placed inside brackets
in the call string.
- getFirstParameterIndexForCallString() - Method in class org.eclipse.persistence.queries.StoredFunctionCall
-
INTERNAL:
Return the first index of parameter to be placed inside brackets
in the call string.
- getFirstParameterIndexForCallString() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
INTERNAL:
Return the first index of parameter to be placed inside brackets
in the call string
- getFirstQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
first encapsulated expression.
- getFirstQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
first encapsulated expression.
- getFirstQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
first encapsulated expression.
- getFirstQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
first encapsulated expression.
- getFirstQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
first encapsulated expression.
- getFirstQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
first encapsulated expression.
- getFirstResult() - Method in interface javax.persistence.Query
-
The position of the first result the query object was set to
retrieve.
- getFirstResult() - Method in class org.eclipse.persistence.queries.ReadQuery
-
PUBLIC:
Return the value that will be set for the firstResult in the returned result set
- getFixedValue() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getFlags() - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternFacet
-
- getFlushMode() - Method in interface javax.persistence.EntityManager
-
Get the flush mode that applies to all objects contained
in the persistence context.
- getFlushMode() - Method in interface javax.persistence.Query
-
Get the flush mode in effect for the query execution.
- getFlushOnExecute() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: If executed against a RepeatableWriteUnitOfWork if this attribute
is true EclipseLink will write changes to the database before executing
the query.
- getFollowingClausesVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getFollowingInvalidExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getForceUpdate() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
ADVANCED:
Return true if descriptor is set to always update all registered objects of this type
- getForeignKeyDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- getForeignKeyFieldName() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
- getForeignKeyFieldNames() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
PUBLIC:
Return the foreign key field names associated with the mapping.
- getForeignKeyFieldNames() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
PUBLIC:
Return the foreign key field names associated with the mapping.
- getForeignKeyFields() - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Returns the foreign key names associated with the mapping.
- getForeignKeyFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return a Map of any foreign keys defined within the the MapKey
- getForeignKeyFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return a Map of any foreign keys defined within the the MapKey.
- getForeignKeyFieldsForMapKey() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Return a Map of any foreign keys defined within the the MapKey
- getForeignKeyFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return a Map of any foreign keys defined within the the MapKey
- getForeignKeyGroupingElement() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
Get the grouping element field on the mapping.
- getForeignKeyMap() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL:
- getForeignKeyRows(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
- getForeignKeys() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Returns the ForeignKeyConstraint list.
- getForeignKeysToPrimaryKeys() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
Return the appropriate map that maps the "foreign keys"
to the "primary keys".
- getForeignKeyValuesForCaching() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
- getFormatter() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Returns the
IJPQLQueryFormatter
that creates an accurate representation of the
StateObject
, i.e. that output the JPQL query with the case used for the JPQL identifier.
- getFraction() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DigitsFacet
-
- getFragmentBuilder() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Returns the
Expression
representing the
FROM clause.
- getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
-
- getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the FROM
clause.
- getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
- getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Returns the state object representing the FROM
clause.
- getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
- getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Returns the state object representing the FROM
clause.
- getFromClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getFromClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getFromIdentityMap(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Returns the Object from the identity map with the same primary key
and Class type of the given domainObject.
- getFromIdentityMap(Vector, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
- getFromIdentityMap(Object, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Returns the Object from the identity map with the same primary key
and Class type as those specified.
- getFromIdentityMap(Record, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Returns the Object from the identity map with the same primary key
of the specified row (i.e. the database record) and Class type.
- getFromIdentityMap(Vector, Class, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
- getFromIdentityMap(Object, Class, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Returns the Object from the identity map with the same primary key and Class type
as specified.
- getFromIdentityMap(Record, Class, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Returns the Object from the identity map with the same primary key of the specified
row and Class type.
- getFromIdentityMap(Expression, Class, Record) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Queries the cache in-memory and returns an Object from this identity map.
- getFromIdentityMap(Expression, Class, Record, InMemoryQueryIndirectionPolicy) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Queries the cache in-memory and returns an Object from this identity map.
- getFromIdentityMap(Expression, Class, Record, int) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Queries the cache in-memory and returns an Object from this identity map.
- getFullName() - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
INTERNAL:
Most major databases support a creator name scope.
- getFullName() - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
-
INTERNAL:
Most major databases support a creator name scope.
- getFullyMergeEntity() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
- getFullyMergeEntity() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- getFunction(int) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
This can be used for accessing user defined functions.
- getFunction(int, List) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
This can be used for accessing user defined functions that have arguments.
- getFunction(int, Vector) - Method in class org.eclipse.persistence.expressions.Expression
-
Deprecated.
- getFunction(String) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Return a user defined function accepting the argument.
- getFunction(String, Object) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Return a user defined function accepting the argument.
- getFunctionCallHeader() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
Used for stored function calls.
- getFunctionName() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
PUBLIC:
Return the function name of the interaction.
- getFunctionName() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Returns the name of the SQL function.
- getFunctionName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Returns the name of the native database function.
- getFunctionWithArguments(String, Vector) - Method in class org.eclipse.persistence.expressions.Expression
-
Deprecated.
- getFunctionWithArguments(String, List) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Return a user defined function accepting all of the arguments.
- getGeneratedClassesToArrayClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getGeneratedClassesToCollectionClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getGeneratedValue(Accessor, AbstractSession, String) - Method in class org.eclipse.persistence.sequencing.DefaultSequence
-
INTERNAL:
Return the newly-generated sequencing value.
- getGeneratedValue(Accessor, AbstractSession, String) - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
Return the newly-generated sequencing value.
- getGeneratedValue(Accessor, AbstractSession) - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
Return the newly-generated sequencing value.
- getGeneratedValue(Accessor, AbstractSession, String) - Method in class org.eclipse.persistence.sequencing.StandardSequence
-
- getGeneratedValue(Accessor, AbstractSession, String) - Method in class org.eclipse.persistence.sequencing.UUIDSequence
-
- getGeneratedVector(Accessor, AbstractSession, String, int) - Method in class org.eclipse.persistence.sequencing.DefaultSequence
-
INTERNAL:
Return a Vector of newly-generated sequencing values.
- getGeneratedVector(Accessor, AbstractSession, String, int) - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
Return a Vector of newly-generated sequencing values.
- getGeneratedVector(Accessor, AbstractSession) - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
Return a Vector of newly-generated sequencing values.
- getGeneratedVector(Accessor, AbstractSession, String, int) - Method in class org.eclipse.persistence.sequencing.StandardSequence
-
- getGeneratedVector(Accessor, AbstractSession, String, int) - Method in class org.eclipse.persistence.sequencing.UUIDSequence
-
- getGenericInterfaces() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
- getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
- getGenericReturnType(JavaMethod) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Return a given method's generic return type as a JavaClass.
- getGenericSuperclass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
- getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
- getGenericType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getGetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
-
Gets the value of the getMethod property.
- getGetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
-
Gets the value of the getMethod property.
- getGetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getGetMethodName() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
PUBLIC:
This method is invoked reflectively on the reference object to return the value of the
attribute in the object.
- getGlobalElementDeclarations() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaTypeInfo
-
- getGlobalElements() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
Lazy load and return the map of global elements.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Returns the
JPQLGrammar
that defines how the JPQL query was parsed.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Returns the
JPQLGrammar
that defines how the JPQL query was parsed.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the
JPQLGrammar
that defines how the JPQL query was parsed.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Returns the
JPQLGrammar
that defines how the JPQL query was parsed.
- getGrammar() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
Returns the
JPQLGrammar
that defines how the JPQL query was parsed.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Returns the
JPQLGrammar
that defines how the JPQL query was parsed.
- getGrammar() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the
JPQLGrammar
that defines how the JPQL query was parsed.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns the JPQL grammar that will be used to define how to parse a JPQL query.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Returns the
JPQLGrammar
that is associated with this builder.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the
JPQLGrammar
that defines how the JPQL query was parsed.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the
JPQLGrammar
that defines how the JPQL query was parsed.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the JPQL grammar that will be used to define how to parse a JPQL query.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
-
Returns the
JPQLGrammar
that is associated with this builder.
- getGrammar() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
-
Returns the
JPQLGrammar
that is associated with this builder.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
-
Returns the
JPQLGrammar
that is associated with this builder.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
-
Returns the
JPQLGrammar
that is associated with this builder.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
-
Returns the
JPQLGrammar
that is associated with this builder.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
-
Returns the
JPQLGrammar
that is associated with this builder.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Returns the grammar that defines how to parse a JPQL query.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Returns the grammar that defines how to parse a JPQL query.
- getGrammar() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Returns the grammar that defines how to parse a JPQL query.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Returns the
JPQLGrammar
that is associated with this builder.
- getGrammarValidator() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
- getGroup(String) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
Returns AttributeGroup corresponding to the passed (possibly nested)
attribute.
- getGroup() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- getGroup(Class) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- getGroup(String) - Method in class org.eclipse.persistence.queries.AttributeGroup
-
Returns AttributeGroup corresponding to the passed (possibly nested)
attribute.
- getGroup(String) - Method in class org.eclipse.persistence.queries.FetchGroup
-
Returns FetchGroup corresponding to the passed (possibly nested) attribute.
- getGroup(String) - Method in class org.eclipse.persistence.queries.LoadGroup
-
Returns LoadGroup corresponding to the passed (possibly nested) attribute.
- getGroup(String) - Method in class org.eclipse.persistence.sessions.CopyGroup
-
Returns CopyGroup corresponding to the passed (possibly nested) attribute.
- getGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Returns the
Expression
representing the
GROUP BY clause.
- getGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the GROUP BY
clause.
- getGroupByClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getGroupByClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getGroupByExpressions() - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
Return the group bys.
- getGroupByItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
Returns the
Expression
that represents the list of group by items if any was parsed.
- getGroupingElements() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
INTERNAL:
Returns the list of grouping elements currently stored on the MarshalRecord
- getGroupList() - Method in interface javax.persistence.criteria.AbstractQuery
-
Return a list of the grouping expressions.
- getGroupRestriction() - Method in interface javax.persistence.criteria.AbstractQuery
-
Return the predicate that corresponds to the restriction(s)
over the grouping items, or null if no restrictions have
been specified.
- getGroups() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- getHasMore() - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
Returns true if collection has more
- getHasMore() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Returns true if collection has more
- getHasMore() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
- getHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Returns the
Expression
representing the
HAVING clause.
- getHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the HAVING
clause.
- getHavingClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getHavingExpression() - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
Return the Having expression.
- getHeader(String) - Static method in class org.eclipse.persistence.exceptions.i18n.ExceptionMessageGenerator
-
Get one of the generic headers used for the exception's toString().
- getHelper(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Returns the registered helper that was cached with the given id.
- getHelper(Class<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Retrieves the helper associated with the given helper class.
- getHierarchicalQueryClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Returns the
Expression
representing the hierarchical query clause.
- getHints() - Method in interface javax.persistence.Query
-
Get the properties and hints and associated values that are
in effect for the query instance.
- getHintString() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the current database hint string of the query.
- getHistoricalTables() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- getHistoryPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return this descriptor's HistoryPolicy.
- getHistoryPolicy() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Allow history support on the reference table.
- getHistoryPolicy() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Allows history tracking on the m-m join table.
- getHistoryTableNames() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
PUBLIC:
- getHttpStatus() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Gets the http status.
- getHttpStatusCode() - Method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
-
Gets the http status code.
- getId(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the id attribute of
the entity or mapped superclass.
- getId(Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
-
Returns the object's Id.
- getId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
Returns the unique identifier of this ExpressionFactory
.
- getId() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
- getId() - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC:
Return the Id for the result or null if not requested.
- getId() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED:
This method returns the primary key for the object that this change set represents.
- getId() - Method in class org.eclipse.persistence.sessions.coordination.ServiceId
-
INTERNAL:
Get the unique identifier for the service
- getId(Object) - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Extract and return the Id from the object.
- getIdClassAttributes() - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attributes corresponding to the id class of the
identifiable type.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Returns the identification variable that starts the path expression, which can be a sample
identification variable, a map value, map key or map entry expression.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Returns the
Expression
representing the identification variable, which maps the
collection-valued path expression.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the
Expression
that represents the identification variable.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Returns the
Expression
that represents the identification variable.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
Returns the
Expression
that represents the identification variable.
- getIdentificationVariable(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Returns the identification variable identifying the "root".
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Returns the identification variable name that is ranging over the abstract schema type.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the identification variable name that is ranging over the abstract schema type.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Returns the
StateObject
representing the identification variable that starts the path
expression, which can be a sample identification variable, a map value, map key or map entry
expression.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Returns the identification variable name that is ranging over the abstract schema type.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Returns the model object representing an identification variable
evaluating to a collection-valued association-field of an entity abstract
schema type.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Returns the identification variable.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Returns the name of the identification variable that defines the join association path.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
-
- getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
- getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
- getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
- getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
- getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Returns the state object holding the identification variable.
- getIdentificationVariableVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
- getIdentifier(Object) - Method in interface javax.persistence.PersistenceUnitUtil
-
Return the id of the entity.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Returns the JPQL identifier of this expression.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Returns the JPQL identifier of this expression.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the identifier for this expression that may include NOT if it was parsed.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the identifier for this expression that may include NOT and OF if it was parsed.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the JPQL identifier of this expression.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Returns the identifier for this expression that may include NOT if it was parsed.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the identifier for this expression.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the identifier this expression represents.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the enum constant that represents the identifier.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Returns the identifier for this expression that may include NOT if it was parsed.
- getIdentifier() - Method in enum org.eclipse.persistence.jpa.jpql.parser.OrderByItem.NullOrdering
-
Returns the actual JPQL composite identifiers identified by this enum constant.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Returns the union identifier.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Returns the JPQL identifier of this clause.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEncapsulatedExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Returns the JPQL identifier of this clause.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
-
Returns the JPQL identifier of this clause.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Returns the JPQL identifier of this expression.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
-
Returns the JPQL identifier of this clause.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Returns the JPQL identifier of this clause.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Returns the JPQL identifier of this clause.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
-
Returns the JPQL identifier of this clause.
- getIdentifierQuoteCharacter() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
Deprecated.
- getIdentifierRole(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
- getIdentifierRole(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Retrieves the role of the given identifier.
- getIdentifierRole(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Returns the role of the given JPQL identifier.
- getIdentifierRole(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the role of the given JPQL identifier.
- getIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Returns the JPQL identifiers that are supported by the
JPQL grammar
.
- getIdentifiers(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Retrieves the JPQL identifiers that are supported by the BNF rule with the given unique
identifier.
- getIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Retrieves the JPQL identifiers that are supported by this BNF rule.
- getIdentifierStyle() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
-
Returns the style to use when formatting the JPQL identifiers.
- getIdentifierVersion(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Retrieves the JPA version in which the identifier was first introduced.
- getIdentifierVersion(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Retrieves the JPA version in which the identifier was first introduced.
- getIdEntityFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Returns EntityFetchGroup corresponding to primary key attribute(s).
- getIdentityFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return the fields that make up the identity of the mapped object.
- getIdentityFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return the fields that make up the identity of the mapped object.
- getIdentityFieldsForMapKey() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Return the fields that make up the identity of the mapped object.
- getIdentityFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return the fields that make up the identity of the mapped object.
- getIdentityMapAccessor() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
The IdentityMapAccessor is the preferred way of accessing IdentityMap functions
This will return an object which implements an interface which exposes all public
IdentityMap functions.
- getIdentityMapClass() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL:
Return the class of identity map to be used by this descriptor.
- getIdentityMapClass() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the class of identity map to be used by this descriptor.
- getIdentityMapSize() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Return the size of the identity map.
- getIdentityMapSize() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the size of the identity map.
- getIDProperty() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the TypeProperty 'idProperty'.
- getIDResolver() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
Return this Unmarshaller's custom IDResolver.
- getIDResolver() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
Return this Unmarshaller's custom IDResolver.
- getIdType() - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the type that represents the type of the id.
- getIdValidation() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Return what types are allowed as a primary key (id).
- getIgnoreFiles() - Method in class org.eclipse.persistence.utils.rename.PackageRenamer
-
- getImplementorDescriptor() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Returns the implementor descriptor class.
- getImplementorDescriptorClassName() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Returns the implementor descriptor class name.
- getImplementorForType(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Return the implementor for a specified type
- getIncompleteCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getIndentationString() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
INTERNAL:
Used to print things nicely in the testing tool.
- getIndex() - Method in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
-
INTERNAL:
Return the index of the change in the collection
- getIndex() - Method in class org.eclipse.persistence.jpa.rs.util.IdHelper.SortableKey
-
- getIndexes() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
- getIndexNamePrefix(boolean) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Used to allow platforms to define their own index prefixes
- getIndicatingNoEntry(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
Given a DatabaseField return the corresponding value from the document
- getIndicatingNoEntry(DatabaseField, boolean) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- getIndicatingNoEntry(DatabaseField, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- getIndicatingNoEntry(String) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
Retrieve the value for the field name.
- getIndirectionPolicy() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Return the mapping's indirection policy.
- getIndirectionPolicy() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Return the mapping's indirection policy.
- getInExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
- getInExpressionWithNestedArray() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
- getInheritancePolicy() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
PUBLIC:
The inheritance policy is used to define how a descriptor takes part in inheritance.
- getInheritancePolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
The inheritance policy is used to define how a descriptor takes part in inheritance.
- getInheritancePolicy() - Method in class org.eclipse.persistence.eis.EISDescriptor
-
PUBLIC:
The inheritance policy is used to define how a descriptor takes part in inheritance.
- getInheritancePolicy() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
PUBLIC:
The inheritance policy is used to define how a descriptor takes part in inheritance.
- getInheritancePolicyOrNull() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the inheritance policy.
- getInItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the
Expression
that represents the list if items.
- getInItemsVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getInitialContextFactoryName() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
PUBLIC:
Return the context factory name used as the value to the INITIAL_CONTEXT_FACTORY
key in the cached context properties.
- getInitializedDocument() - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- getInitializer(String, Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
-
Return JPAInitializer corresponding to the passed classLoader.
- getInitiallyConformingIndex() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Conforming instances found in memory when building the result.
- getInitialNumberOfConnections() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Return the initial number of connections allowed.
- getInitialReadSize() - Method in class org.eclipse.persistence.queries.CursoredStream
-
INTERNAL:
Return the threshold for the stream.
- getInitialReadSize() - Method in class org.eclipse.persistence.queries.CursoredStreamPolicy
-
Specifies the number of elements to be read initially into a cursored stream.
- getInitialValue() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
-
- getInitialValue() - Method in class org.eclipse.persistence.sequencing.Sequence
-
- getInitialWriteValue(AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
returns the initial locking value
- getInitialWriteValue(AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
returns the initial locking value
- getInlineMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- getInMemoryQueryIndirectionPolicy() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Returns the InMemoryQueryIndirectionPolicy for this query
- getInMemoryQueryIndirectionPolicyState() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Returns the InMemoryQueryIndirectionPolicy for this query
- getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
This method is used to print the output parameter token when stored
procedures are called
- getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
MySQL uses the INOUT keyword for this.
- getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Pervasive uses the INOUT keyword, as opposed to "IN OUT".
- getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
This method is used to print the output parameter token when stored
procedures are called
- getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
This method is used to print the output parameter token when stored
procedures are called
- getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
This method is used to print the output parameter token when stored
procedures are called.
- getInputParameterVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getInputProcedureToken() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
Used for stored procedure creation: Prefix for INPUT parameters.
- getInputProcedureToken() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Pervasive uses IN prefix for INPUT parameters.
- getInputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
Used for stored procedure creation: Prefix for INPUT parameters.
- getInputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Used for stored procedure creation: Prefix for INPUT parameters.
- getInputRecordName() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
PUBLIC:
Return the input record name.
- getInputResultPath() - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
-
PUBLIC:
The input result path defines the root key for the MappedRecord that
the interaction argument is nested into.
- getInputRootElementName() - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
-
PUBLIC:
Return the root element name to use for the input DOM.
- getInputRow() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
INTERNAL:
Return the input database row.
- getInsertCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's insert call.
- getInsertObjectQuery(AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Returns a clone of InsertObjectQuery from the ClassDescriptor's DescriptorQueryManager or a new one
- getInsertQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's insert query.
- getInsertQuery() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- getInsertQuery() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
- getInsertQuery() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
- getInsertSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's insert SQL string.
- getInstance() - Static method in class org.eclipse.persistence.jpa.config.RuntimeFactory
-
- getInstance() - Static method in class org.eclipse.persistence.platform.xml.DefaultErrorHandler
-
- getInstance() - Static method in class org.eclipse.persistence.platform.xml.XMLPlatformFactory
-
INTERNAL:
Return the singleton instance of XMLPlatformContext.
- getInstantiationPolicy() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
INTERNAL:
Returns the instantiation policy.
- getInstantiationPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns the instantiation policy.
- getInteger() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DigitsFacet
-
- getIntegrityChecker() - Method in exception org.eclipse.persistence.exceptions.IntegrityException
-
PUBLIC:
Return Integrity Checker.
- getIntegrityChecker() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Returns the integrityChecker,the integrityChecker holds all the ClassDescriptor Exceptions.
- getInteractionSpec() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
PUBLIC:
Return the JCA InteractionSpec that defines this EIS interaction.
- getInterfacePolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Returns the InterfacePolicy.
- getInterfacePolicyOrNull() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns the InterfacePolicy.
- getInterfaces() - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
Interfaces the dynamic entity class implements.
- getInternalException() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
PUBLIC:
Return the internal native exception.
- getInternalExceptions() - Method in exception org.eclipse.persistence.exceptions.JPQLException
-
INTERNAL
Return the collection of internal Exceptions.
- getInternalMax() - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
returns the JPA max results that may have been set on a NamedQuery
- getInternalMWConfigObjects(String, ClassLoader) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
INTERNAL:
This method is to be used to load config objects for the Mapping Workbench
only.
- getInternalMWConfigObjects(String, ClassLoader, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
INTERNAL:
This method is to be used to load config objects for the Mapping Workbench
only.
- getIntStatus(Object) - Method in class org.eclipse.persistence.transaction.JTATransactionController
-
INTERNAL:
Convenience method to return the int value of the transaction status.
- getInvalidateOnChange() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
PUBLIC:
Return if any change to any object of the query class should cause the query results to be invalidated.
- getInvalidationClasses() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
ADVANCED:
Return the set of classes that should trigger the query cached results to be invalidated.
- getInvalidationState() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- getInvalidExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getInvalidValue() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getInverseReferenceMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getInverseReferenceMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- getInverseReferenceMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
- getInverseReferencePropertyContainerClass() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getInverseReferencePropertyGetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getInverseReferencePropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getInverseReferencePropertySetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getIsConcurrent() - Method in class org.eclipse.persistence.queries.LoadGroup
-
INTERNAL:
Return if the load group should load its relationships concurrently.
- getIsSetMethodName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy
-
Gets the value of the isSetMethodName property.
- getIsSetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
- getIsSetParameter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy
-
Gets the value of the isSetParameter property.
- getIsSetParameters() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
- getIsSetParameterTypes() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
- getIsSetPerformedForAbsentNode() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
- getItem(String) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL:
Lookup the AttributeItem
for the provided attribute name or path.
- getItem(String[], boolean) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
Locate the AttributeGroup where the leaf attribute in the path should be
applied to.
- getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Returns the
StateObject
at the given positions from the list
- getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Returns the
StateObject
at the given positions from the list
- getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Returns the
StateObject
at the given positions from the list
- getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Returns the
StateObject
at the given positions from the list
- getItem(int) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
-
Returns the
StateObject
at the given positions from the list
- getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Returns the
StateObject
at the given positions from the list
- getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Returns the
StateObject
at the given positions from the list
- getItem(String) - Method in class org.eclipse.persistence.queries.AttributeGroup
-
INTERNAL:
Lookup the AttributeItem
for the provided attribute name or path.
- getItem(String) - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
- getItems() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL:
- getItems() - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
- getItems() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
- getItems() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
- getItems() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultList
-
Gets the items.
- getItems() - Method in class org.eclipse.persistence.jpa.rs.util.list.SimpleHomogeneousList
-
Gets the items.
- getItems() - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
- getJarFileUrls() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns a list of URLs for the jar files or exploded jar
file directories that the persistence provider must examine
for managed classes of the persistence unit.
- getJavaAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaAnnotationImpl
-
- getJavaAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaAnnotationImpl
-
Return a Java Annotation
representation of this JavaAnnotation
.
- getJavaAnnotationClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaAnnotationImpl
-
Return the Java Class
of the Annotation
represented by this JavaAnnotation
.
- getJavaAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
-
Gets the value of the javaAttribute property.
- getJavaAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType.JavaAttributes
-
Gets the value of the javaAttribute property.
- getJavaAttributes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the javaAttributes property.
- getJavaClass() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
PUBLIC:
Return the java class.
- getJavaClass() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the java class.
- getJavaClass() - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
- getJavaClass() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getJavaClass(Class) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Return a JavaClass instance created based the provided class.
- getJavaClass(String) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Return a JavaClass instance created based on fully qualified
class name.
- getJavaClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getJavaClass(QName) - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL
Return the class for a given qualified XML Schema type
- getJavaClass(QName, ConversionManager) - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL
- getJavaClass(QName) - Method in class org.eclipse.persistence.oxm.XMLUnionField
-
Return the class for a given qualified XML Schema type.
- getJavaClass(QName, ConversionManager) - Method in class org.eclipse.persistence.oxm.XMLUnionField
-
INTERNAL
- getJavaClassArray(Class...) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Return array of JavaClass instances created based on the provided classes.
- getJavaClasses() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModelInput
-
- getJavaClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
-
Returns this JavaModelInput's
array of JavaClasses
.
- getJavaClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
-
- getJavaClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl
-
Returns this JavaModelInput's
array of JavaClasses
.
- getJavaClassName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Return the class name, used by the MW.
- getJavaClassName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the JavaClass name for this typeinfo.
- getJavaEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Gets the corresponding Java encoding name from an IANA name.
- getJavaEnum() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
-
Gets the value of the javaEnum property.
- getJavaEnumValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnumValue
-
Gets the value of the javaEnumValue property.
- getJavaField(Field) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getJavaLevel(int) - Method in class org.eclipse.persistence.logging.JavaLog
-
INTERNAL:
Return the corresponding java.util.logging.Level for a given TopLink level.
- getJavaMember() - Method in interface javax.persistence.metamodel.Attribute
-
Return the java.lang.reflect.Member
for the represented
attribute.
- getJavaMethod(Method) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getJavaMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Gets the value of the javaMethod property.
- getJavaModel() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModelInput
-
- getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Get this JavaClass'
JavaModel
.
- getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
-
Returns this JavaModelInput's
JavaModel
.
- getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
-
- getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Get this JavaClass'
JavaModel
.
- getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl
-
Returns this JavaModelInput's
JavaModel
.
- getJavaModelClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
-
Returns a Map
of this JavaModel's
JavaClasses
, keyed on class name.
- getJavaModelInput() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
-
- getJavaModelInput() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.OXMMetadata
-
- getJavaModelInput() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.SchemaMetadata
-
- getJavaStrings() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
- getJavaType() - Method in interface javax.persistence.metamodel.Attribute
-
Return the Java type of the represented attribute.
- getJavaType() - Method in interface javax.persistence.metamodel.Type
-
Return the represented Java type.
- getJavaType() - Method in interface javax.persistence.TupleElement
-
Return the Java type of the tuple element.
- getJavaType() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
The javaType associated with this element.
- getJavaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.JavaTypes
-
Gets the value of the javaType property.
- getJavaType() - Method in interface org.eclipse.persistence.platform.database.converters.StructConverter
-
PUBLIC:
- getJavaTypeAdapterClass() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Get the java type adapter class associated with the element
- getJavaTypeName() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Get the name of the java type associated with this global element.
- getJavaTypes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the javaTypes property.
- getJavaVariableAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the javaVariableAttribute property.
- getJaxbClassLoader() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getJaxbClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
-
Returns this JavaModel's
JaxbClassLoader
, which
should be the parent ClassLoader
.
- getJAXBContext(JAXBContext) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
-
Return the EclipseLink implementation of JAXBContext.
- getJaxbContext() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- getJaxbContext() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- getJAXBContext(Set<Class<?>>, Annotation[], MediaType, MultivaluedMap<String, ?>) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
Return the JAXBContext that corresponds to the domain class.
- getJAXBContext() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the jAXB context.
- getJAXBDescriptorForClass(Class) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the jAXB descriptor for class.
- getJAXBNode(XmlNode) - Method in class javax.xml.bind.Binder
-
Gets the JAXB object associated with the given XML element.
- getJAXBNode(Object) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-
- getJdbcConnectionDetails() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Return JDBCConnection detail information.
- getJdbcConnectionDetails() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return JDBCConnection detail information.
- getJDBCType(Class) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
Return the JDBC type for the Java type.
- getJDBCType(Class) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Sybase and SQL Anywhere do not support BLOB/CLOB but require LONGVARBINARY/LONGVARCHAR.
- getJdbcTypeName(int) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
INTERNAL:
Returns the type name corresponding to the jdbc type
- getJDKVersion() - Static method in class org.eclipse.persistence.Version
-
- getJNDIConnectorLookupType() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL: Get JNDIConnector lookupType value for this platform.
- getJNDIConnectorLookupType() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
- getJNDIConnectorLookupType() - Method in class org.eclipse.persistence.platform.server.was.WebSpherePlatform
-
- getJoin() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
- getJoinAssociationIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Returns the
StateObject
representing the identification variable that starts the path
expression, which can be a sample identification variable, a map value, map key or map entry
expression.
- getJoinAssociationIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Returns the
StateObject
representing the identification variable that starts the path
expression, which can be a sample identification variable, a map value, map key or map entry
expression.
- getJoinAssociationPath() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the
Expression
that represents the join association path expression.
- getJoinAssociationPathStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
- getJoinAssociationPathStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
- getJoinBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getJoinCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getJoinCriteria(ObjectExpression, Expression) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Returns the join criteria stored in the mapping selection query.
- getJoinCriteria(ObjectExpression, Expression) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Returns the join criteria stored in the mapping selection query.
- getJoinCriteria(ObjectExpression, Expression) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Returns the join criteria stored in the mapping selection query.
- getJoinCriteria(ObjectExpression, Expression) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Returns the join criteria stored in the mapping selection query.
- getJoinCriteria() - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
-
PUBLIC:
Return the join expression for the relationship defined by the query key.
- getJoinCriteria(ObjectExpression, Expression) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
INTERNAL:
Join criteria is created to read target records (nested table) from the table.
- getJoinCriteria(ObjectExpression, Expression) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
INTERNAL:
Join criteria is created to read target records (nested table) from the table.
- getJoinedAttributeExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Convenience method for project mapping.
- getJoinedAttributeManager() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return join manager responsible for managing all aspects of joining for the query.
- getJoinFetch() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Return if this relationship should always be join fetched.
- getJoins() - Method in interface javax.persistence.criteria.From
-
Return the joins that have been made from this bound type.
- getJoins() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
-
Returns the JOIN
expressions defined with this declaration, if supported.
- getJoins() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Returns the unique join (fetch join) or the list of joins (fetch joins) expression.
- getJoins() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractRangeDeclaration
-
Returns the JOIN
expressions defined with this declaration, if supported.
- getJoins() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
-
Returns the JOIN
expressions defined with this declaration, if supported.
- getJoinType() - Method in interface javax.persistence.criteria.Fetch
-
Return the join type used in the fetch join.
- getJoinType() - Method in interface javax.persistence.criteria.Join
-
Return the join type.
- getJoinType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Returns the joining type.
- getJPAQueries() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Return all pre-defined not yet parsed JPQL queries.
- getJPAQueries() - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Return all pre-defined not yet parsed EJBQL queries.
- getJPATablePerTenantQueries() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Return all pre-defined not yet parsed JPQL queries to table per tenant
entities.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the version of the Java Persistence this entity for which it was defined.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Returns the version of the Java Persistence to support.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Returns the version of the Java Persistence to support.
- getJPAVersion() - Method in interface org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
Returns the
JPAVersion
of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the version of the Java Persistence to support, which dictates which version of the
JPQL grammar to support.
- getJPQLExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns the root of the parsed tree representation of the JPQL query.
- getJPQLExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the parsed tree representation of the JPQL query.
- getJPQLFragment() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractRefactoringTool
-
Returns the original JPQL query or the JPQL fragment that was passed to this tool so it can
be manipulated.
- getJPQLParseCache() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Return the JPQL parse cache.
- getJPQLParseCacheMaxSize() - Method in class org.eclipse.persistence.sessions.Project
-
ADVANCED:
Return the JPQL parse cache max size.
- getJPQLQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the string representation of the JPQL query.
- getJPQLQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractRefactoringTool
-
Returns the unique identifier of the JPQL query BNF that determined how the JPQL query or
fragment needs to be parsed.
- getJPQLQueryBNFValidator(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getJPQLQueryBNFValidator(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getJPQLQueryBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Returns the builder that creates the
StateObject
representation of the JPQL query.
- getJPQLString() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the JPQL string of the query.
- getJPQLString() - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL:
Return the EJBQL string for this call
- getJsonArrayBuilder() - Method in class org.eclipse.persistence.oxm.json.JsonArrayBuilderResult
-
- getJsonArrayBuilder() - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord.Level
-
- getJsonObjectBuilder() - Method in class org.eclipse.persistence.oxm.json.JsonObjectBuilderResult
-
- getJsonObjectBuilder() - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord.Level
-
- getJsonStructure() - Method in class org.eclipse.persistence.oxm.json.JsonStructureSource
-
- getJsonTypeConfiguration() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
Returns json type configuration.
- getJtaDataSource() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the JTA-enabled data source to be used by the
persistence provider.
- getKeepAsElementPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
-
- getKeepAsElementPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getKeepAsElementPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- getKey() - Method in class org.eclipse.persistence.descriptors.changetracking.MapChangeEvent
-
INTERNAL:
Return the change type
- getKey() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap
-
Gets the value of the key property.
- getKey() - Method in class org.eclipse.persistence.mappings.Association
-
PUBLIC:
Return the key.
- getKey() - Method in class org.eclipse.persistence.queries.ReportQueryResult.RecordEntry
-
- getKey() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- getKeyClass() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
PUBLIC:
This is a helper method to get the object class from the key converter
if it is a TypeConversionConverter.
- getKeyClassFields() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL:
- getKeyConverter() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
PUBLIC:
Return the converter on the mapping.
- getKeyGroup() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- getKeyGroup(Class) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- getKeyGroups() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- getKeyJavaType() - Method in interface javax.persistence.metamodel.MapAttribute
-
Return the Java type of the map key.
- getKeyName(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
- getKeyName() - Method in class org.eclipse.persistence.oxm.record.JsonRecord.Level
-
- getKeySubgraphs() - Method in interface javax.persistence.AttributeNode
-
Return the Map<Class, Subgraph> of subgraphs associated
with this attribute node's map key.
- getKeyType() - Method in interface javax.persistence.metamodel.MapAttribute
-
Return the type representing the key type of the map.
- getKeyType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getKeyType() - Method in class org.eclipse.persistence.mappings.TypedAssociation
-
PUBLIC:
Return the class of the key.
- getKnownCursorSize() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
- getLastFieldIndex() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
-
- getLastUpdatedQueryId() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- getLastXPathFragment() - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
Return the last XPathFragment.
- getLatestGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Returns the latest supported JPQL grammar, which is required when checking the validity of a
JPQL identifier.
- getLatestGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor
-
Returns the latest supported JPQL grammar, which is required when checking the validity of a
JPQL identifier.
- getLatestGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
-
Returns the latest supported JPQL grammar, which is required when checking the validity of a
JPQL identifier.
- getLeafBean() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getLeafDescriptor(DatabaseQuery, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Lookup the descriptor for this item by traversing its expression recursively.
- getLeafDescriptor(DatabaseQuery, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
Lookup the descriptor for this item by traversing its expression recursively.
- getLeafElementType() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
- getLeafElementType() - Method in class org.eclipse.persistence.oxm.XMLField
-
- getLeafMapping(DatabaseQuery, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Lookup the mapping for this item by traversing its expression recursively.
- getLeft() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Returns the
StateObject
that represents the left expression.
- getLeftExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the
Expression
that represents the first expression, which is before the
identifier.
- getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the left expression.
- getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the left expression.
- getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the left expression.
- getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the left expression.
- getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the left expression.
- getLeftQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
left side of the expression.
- getLeftQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
left side of the expression.
- getLeftQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
left side of the expression.
- getLeftQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
left side of the expression.
- getLeftQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
left side of the expression.
- getLength() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- getLength() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
- getLength() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
-
Returns the length of the text to replace with the new value.
- getLength() - Method in interface org.eclipse.persistence.jpa.jpql.tools.TextEdit
-
Returns the length of the text to replace with the new value.
- getLength() - Method in class org.eclipse.persistence.platform.xml.XMLNodeList
-
- getLevel() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
Return the log level.
- getLevel(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
Return the log level for the category name space.
- getLevel(String) - Method in class org.eclipse.persistence.logging.DefaultSessionLog
-
- getLevel(String) - Method in class org.eclipse.persistence.logging.JavaLog
-
PUBLIC:
Return the effective log level for the name space extracted from session and category.
- getLevel() - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC:
Return the log level.
- getLevel(String) - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC:
Return the log level; category is only needed where name space
is available.
- getLevel() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Return the request level of the log entry.
- getLevelIndex() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getLevelString() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
Return the log level as a string value.
- getLevelString() - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC:
Return the log level as a string value.
- getLimit() - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
Gets the limit.
- getLimit() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Gets the limit.
- getLimit() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
- getLineNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
- getLineNumber() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the line number if available
- getLinkedException() - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
- getLinkedException() - Method in exception javax.xml.bind.JAXBException
-
Get the linked exception
- getLinkedException() - Method in exception javax.xml.bind.TypeConstraintException
-
Get the linked exception
- getLinkedException() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the linked exception for this warning/error.
- getLinks() - Method in interface org.eclipse.persistence.jpa.rs.util.CollectionProxy
-
- getLinks() - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
Gets the links.
- getLinks() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Gets the links.
- getLinks() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
- getLinks() - Method in class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryResult
-
- getList(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the List-valued attribute of the managed type that
corresponds to the specified name and Java element type.
- getList(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the List-valued attribute of the managed type that
corresponds to the specified name.
- getList() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
-
Returns a copy of the actual list after the change has happened.
- getList() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
-
Returns a copy of the actual list after the change has happened.
- getList() - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Returns a list of links.
- getList() - Method in class org.eclipse.persistence.jpa.rs.util.list.LinkList
-
- getList() - Method in class org.eclipse.persistence.jpa.rs.util.list.QueryList
-
- getListClass() - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
-
- getListener() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getListener() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getListener() - Method in interface javax.xml.bind.Marshaller
-
- getListener() - Method in interface javax.xml.bind.Unmarshaller
-
- getListener() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- getListener() - Method in class org.eclipse.persistence.jaxb.JAXBMarshalListener
-
- getListener() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- getListener() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
-
- getListenerFactory() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Get the factory used to generate synchronization listeners.
- getListeners() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
PUBLIC:
The event listeners will receive all events raised by this session.
- getListName() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
-
Returns the name describing the list.
- getListName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
-
Returns the name describing the list.
- getListOrderField() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC:
Field holds the order of elements in the list in the db, requires collection of type List;
may be not null only in case isListOrderFieldSupported==true.
- getLiteralLabels() - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader.EnumInfo
-
- getLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the visitor that can retrieve some information about various literal.
- getLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getLoader() - Static method in class org.eclipse.persistence.exceptions.i18n.ExceptionMessageGenerator
-
Return the loader for loading the resource bundles.
- getLoadGroup() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
Return the load group set in the query.
- getLoadGroup() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Return the load group set in the query.
- getLocalContextProperties() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
ADVANCED:
Return the properties that will be used to create the initial context
for local JNDI access.
- getLocalElements() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getLocalHostContext() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
-
INTERNAL:
Return the context used for looking up in local JNDI.
- getLocalName() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
PUBLIC:
Get the local name of the context root element.
- getLocalName() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getLocalName() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
-
- getLocalName() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getLocalName() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- getLocalName() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
PUBLIC:
Get the local name of the context root element.
- getLocalQuery(String, Vector) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTENAL:
Return the query from the set of pre-defined queries with the given name and argument types.
- getLocalQueryByArgumentTypes(String, List) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Return the query from the set of pre-defined queries with the given name and argument types.
- getLocalTime() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getLocation() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-
- getLocation() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- getLocation() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
-
Gets the value of the location property.
- getLocationAccessor() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
INTERNAL:
Returns this Descriptor's location accessor, if one is defined.
- getLocator() - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
- getLocator() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the locator for this warning/error.
- getLockableMappings() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns a reference to the mappings that must be traverse when locking
- getLockFields() - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
-
INTERNAL: Returns the lock fields
- getLockFields(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
-
INTERNAL: returns the lock fields based on the passed in table
- getLockFieldsByTable() - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
-
INTERNAL: returns the lock fields
- getLockingClause() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
It is not exactly as simple as a query being either locking or not.
- getLockingMode() - Method in class org.eclipse.persistence.descriptors.PessimisticLockingPolicy
-
PUBLIC:
Return locking mode.
- getLockMode(Object) - Method in interface javax.persistence.EntityManager
-
Get the current lock mode for the entity instance.
- getLockMode() - Method in interface javax.persistence.Query
-
Get the current lock mode for the query.
- getLockMode() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
PUBLIC: Return the current locking mode.
- getLockModeType() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
returns the javax.persistence.LockModeType string value set on this query.
- getLockOnChangeMode() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
ADVANCED:
returns the LockOnChange mode for this policy.
- getLockOnChangeMode() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
ADVANCED:
returns the LockOnChange mode for this policy.
- getLog() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Returns the attunity adapter message log.
- getLog() - Static method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
Return the singleton SessionLog.
- getLog() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the writer to which an accessor writes logged messages and SQL.
- getLogFilename() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Return the log filename.
- getLogFilename() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return the log filename.
- getLogger(String) - Method in class org.eclipse.persistence.logging.JavaLog
-
INTERNAL:
Return the Logger for the given category
- getLogin() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
-
ADVANCED:
Return a DatabaseLogin to be used by separate sequencing connection(s).
- getLogin() - Method in class org.eclipse.persistence.sessions.Project
-
OBSOLETE:
Return the login, the login holds any database connection information given.
- getLogin() - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- getLogin() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL:
Return the table descriptor specified for the class.
- getLogin() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Get the associated session login.
- getLogin() - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- getLogin() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- getLogin() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL:
Return the table descriptor specified for the class.
- getLogin() - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
To get login from the server side
- getLogin() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Get the associated session login.
- getLogin() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL:
Return the table descriptor specified for the class.
- getLogin() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
To get login from the server side
- getLogin() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Get the associated session login.
- getLogin() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC:
Return the login to use for this connection.
- getLogin() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Return the login used to create connections.
- getLogin() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the login, the login holds any database connection information given.
- getLogLevel(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return the log level
- getLogLevel(String) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the log level.
- getLogLevel() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the log level.
- getLogString(Accessor) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
Return the string for logging purposes.
- getLogString(Accessor) - Method in class org.eclipse.persistence.eis.interactions.QueryStringInteraction
-
Return the string for logging purposes.
- getLogString(Accessor) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
-
Return the string for logging purposes.
- getLogString(Accessor) - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
-
Return the string for logging purposes.
- getLogString(Accessor) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
INTERNAL:
Build the log string for the call.
- getLogString(Accessor) - Method in interface org.eclipse.persistence.queries.Call
-
INTERNAL:
Return a string appropriate for the session log.
- getLogString(Accessor) - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL:
Return the SQL string for this call.
- getLogType() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Return the log type, either "EclipseLink", "Java" or the simple name of the logging class used.
- getLogType() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return the log type, either "EclipseLink", "Java" or the simple name of the logging class used.
- getLongestTime() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getLookupType() - Method in class org.eclipse.persistence.sessions.JNDIConnector
-
- getLowerBound() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Returns the
StateObject
representing the lower bound of the range.
- getLowerBoundExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the
Expression
representing the lower bound expression.
- getManagedClassNames() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the list of the names of the classes that the
persistence provider must add to its set of managed
classes.
- getManagedType(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the managed type by resolving the given
Expression
.
- getManagedType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the managed type by resolving the given
Expression
.
- getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Returns the
IManagedType
for the given identification variable.
- getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Returns the
IManagedType
for the given identification variable.
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Returns
- getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Returns the
IManagedType
for the given identification variable.
- getManagedType(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.DeclarationStateObject
-
Returns the
IManagedType
for the given identification variable.
- getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
-
Returns the
IManagedType
for the given identification variable.
- getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
-
Returns the
IManagedType
for the given identification variable.
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Returns the
IManagedType
associated with the field handled by this object.
- getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Returns the
IManagedType
for the given identification variable.
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Returns the
IManagedType
associated with the field handled by this object.
- getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Returns the
IManagedType
for the given identification variable.
- getManagedType(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.VariableDeclarationStateObject
-
Returns the
IManagedType
for the given identification variable.
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
-
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
-
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver
-
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
-
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.KeyResolver
-
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
-
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TreatResolver
-
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ValueResolver
-
- getManagedType(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
- getManagedType(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
Retrieves the
IManagedType
for the given fully qualified type name.
- getManagedTypeProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractRefactoringTool
-
Returns the provider of managed types.
- getManagedTypeProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Returns the provider of managed types.
- getManagedTypeProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Returns the provider of managed types.
- getManagedTypeProvider() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Returns the provider of managed types.
- getManagedTypes() - Method in interface javax.persistence.metamodel.Metamodel
-
Return the metamodel managed types.
- getManager() - Static method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session manager for current context.
- getMap(String, Class<K>, Class<V>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Map-valued attribute of the managed type that
corresponds to the specified name and Java key and value
types.
- getMap(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Map-valued attribute of the managed type that
corresponds to the specified name.
- getMapClass() - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
-
- getMapKeyTargetType() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return the class this key mapping maps or the descriptor for it
- getMapKeyTargetType() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return the class this key mapping maps or the descriptor for it
- getMapKeyTargetType() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Return the class this key mapping maps or the descriptor for it
- getMapKeyTargetType() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return the class this key mapping maps or the descriptor for it
- getMappedBy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement.XmlInverseReference
-
Gets the value of the mappedBy property.
- getMappedBy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
-
Gets the value of the mappedBy property.
- getMappedBy() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
ADVANCED: Allows the retrieval of the owning mapping for a particular
mapping.
- getMappedBy() - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- getMappedClass() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
PUBLIC:
Answer the mapped class.
- getMappedClassNamesUsingFilter(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
INTERNAL:
This method traverses the EclipseLink descriptors and returns a Vector of the descriptor's
reference class names that match the provided filter.
- getMappedClassNamesUsingFilter(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
INTERNAL:
This method traverses the EclipseLink descriptors and returns a Vector of the descriptor's
reference class names that match the provided filter.
- getMappedSuperclass(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
- getMappedSuperclass(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
- getMappedSuperclass(String) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Use the Metadata key parameter to lookup the
Descriptor from the Map of mappedSuperclass descriptors
- getMappedSuperclassDescriptors() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Return the Map of RelationalDescriptor objects representing mapped superclass parents
keyed by className of the metadata class.
- getMapping() - Method in interface org.eclipse.persistence.descriptors.CMPPolicy.KeyElementAccessor
-
- getMapping() - Method in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
-
- getMapping() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
-
INTERNAL:
Return the mapping.
- getMapping() - Method in exception org.eclipse.persistence.exceptions.DescriptorException
-
PUBLIC:
Return the mapping that the problem was detected in.
- getMapping() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
PUBLIC:
- getMapping(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Returns
- getMapping(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Retrieves the
IMapping
for the path at the given position.
- getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Returns
- getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
-
Returns the
IMapping
for the wrapped field.
- getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
-
Returns the
IMapping
for the wrapped field.
- getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns the
IMapping
for the wrapped field.
- getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
-
Returns the
IMapping
for the wrapped field.
- getMapping() - Method in class org.eclipse.persistence.jpa.rs.util.IdHelper.SortableKey
-
- getMapping() - Method in class org.eclipse.persistence.mappings.converters.ClassInstanceConverter
-
INTERNAL:
Return the mapping.
- getMapping() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Return the mapping.
- getMapping() - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
INTERNAL:
Return the mapping.
- getMapping() - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
INTERNAL:
Return the mapping.
- getMapping() - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
-
INTERNAL:
Return the mapping.
- getMapping() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- getMappingCollectionFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getMappingFileNames() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the list of the names of the mapping files that the
persistence provider must load to determine the mappings for
the entity classes.
- getMappingFilterBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getMappingForAttributeName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Returns the mapping associated with a given attribute name.
- getMappingNamed(Object, String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the mapping with the given name.
- getMappingNamed(Object, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the mapping with the given name.
- getMappingNamed(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
-
Returns the
IMapping
with the given name.
- getMappingNamed(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
-
Returns the
IMapping
with the given name.
- getMappingNamed(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
-
Returns the
IMapping
with the given name.
- getMappingNamed(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedType
-
Returns the
IMapping
with the given name.
- getMappingPropertyFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getMappingQueries() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
PERF: Return the internally stored prepared mapping queries.
- getMappings() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Returns mappings
- getMappingsGenerator() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-
- getMappingsPostCalculateChanges() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Mappings that require postCalculateChanges method to be called
- getMappingsPostCalculateChangesOnDeleted() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Mappings that require mappingsPostCalculateChangesOnDeleted method to be called
- getMappingType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the type of the given mapping object.
- getMappingType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the type of the given mapping object.
- getMappingType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
-
Returns the type of this mapping.
- getMappingType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
-
Returns the type of this mapping.
- getMapsIdValue() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
ADVANCED:
Set the mapped by id value
- getMarker() - Method in class org.eclipse.persistence.queries.CursoredStream
-
INTERNAL:
Return the marker used for mark() & reset() operations.
- getMarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getMarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-
- getMarshaller(Marshaller) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
-
Return the EclipseLink implementation of Marshaller.
- getMarshaller() - Method in interface org.eclipse.persistence.oxm.record.JSONWriterRecord.Output
-
- getMarshaller() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.OutputStreamOutput
-
- getMarshaller() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- getMarshaller() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
- getMarshaller() - Method in class org.eclipse.persistence.oxm.XMLBinder
-
- getMarshalListener() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
- getMarshalNullRepresentation() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
Get the enum that determines what XML to write when a null value is encountered.
- getMasks() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
- getMatchingAttributeValueFromObject(AbstractRecord, Object, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
This is used to preserve object identity during a refreshObject()
query.
- getMatchingBackupAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
This is used to match up objects during an update in a UOW.
- getMatrixParameters(UriInfo, String) - Static method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
Get a map of the matrix parameters associated with the URI path segment of the current request
In JPA-RS, things that user sets (such as parameters of named queries, etc.) are treated as matrix parameters
List of valid matrix parameters for JPA-RS is defined in MatrixParameters
- getMax() - Method in class org.eclipse.persistence.jaxb.compiler.facets.SizeFacet
-
- getMaxBatchWritingSize() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Allow for the max batch writing size to be set.
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
-
INTERNAL:
returns the maximum number of characters that can be used in a field
name on this platform.
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: returns the maximum number of characters that can be used in a
field name on this platform.
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.DBasePlatform
-
INTERNAL:
returns the maximum number of characters that can be used in a field
name on this platform.
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
INTERNAL:
returns the maximum number of characters that can be used in a field
name on this platform.
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
returns the maximum number of characters that can be used in a field
name on this platform.
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: returns the maximum number of characters that can be used in a
field name on this platform.
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL:
returns the maximum number of characters that can be used in a field
name on this platform.
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
INTERNAL:
returns the maximum number of characters that can be used in a field
name on this platform.
- getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Returns the maximum number of single byte characters that can be used in
a field name on this platform, assuming DEFAULT_DSI_NAME=CODE is
specified in Symfoware's operating environment file for the system (see
Symfoware manual).
- getMaxForeignKeyNameSize() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: returns the maximum number of characters that can be used in a
foreign key name on this platform.
- getMaxForeignKeyNameSize() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
INTERNAL: returns the maximum number of characters that can be used in a
foreign key name on this platform.
- getMaximumCachedResults() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
PUBLIC:
Return the maximum cached results.
- getMaxNumberOfConnections() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Return the maximum number of connections allowed.
- getMaxNumberOfNonPooledConnections() - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
Return the number of non-pooled database connections allowed.
- getMaxNumberOfNonPooledConnections() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Return the number of non-pooled database connections allowed.
- getMaxOccurs() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getMaxPoolSize() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
-
PUBLIC:
Returns a maximum number of connections in sequencing connection pool
- getMaxResolution() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
- getMaxResults() - Method in interface javax.persistence.Query
-
The maximum number of results the query object was set to
retrieve.
- getMaxRows() - Method in class org.eclipse.persistence.queries.ReadQuery
-
PUBLIC:
Return the limit for the maximum number of rows that any ResultSet can contain to the given number.
- getMaxSize() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
- getMaxSizeForPool(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will retrieve the max size of a particular connection pool
- getMaxSizeForPool(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will retrieve the max size of a particular connection pool
- getMaxUniqueKeyNameSize() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
returns the maximum number of characters that can be used in a unique key
name on this platform.
- getMaxUniqueKeyNameSize() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
INTERNAL:
returns the maximum number of characters that can be used in a unique key
name on this platform.
- getMBeanServer() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
INTERNAL:
Return the MBeanServer to be used for MBean registration and deregistration.
- getMBeanServer() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
-
INTERNAL:
Return the MBeanServer to be used for MBean registration and deregistration.
- getMBeanSessionName() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
Remove JMX reserved characters from the session name
- getMediaType(String) - Static method in enum org.eclipse.persistence.oxm.MediaType
-
- getMediaType() - Method in enum org.eclipse.persistence.oxm.MediaType
-
- getMediaType() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
Get the MediaType for this xmlMarshaller.
- getMediaType() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
Get the MediaType for this xmlUnmarshaller.
- getMemberDatabaseSession(Class) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
Return the member DatabaseSessionImpl that maps cls in session broker.
- getMemberServerSession(Class) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
Return the member ServerSession that maps cls in session broker.
- getMemberSessionName(Class) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
Return the name of member session that maps cls.
- getMessage() - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
- getMessage() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the text message for this warning/error.
- getMessage() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
-
PUBLIC:
This is the database error message.
- getMessage() - Method in exception org.eclipse.persistence.exceptions.DescriptorException
-
PUBLIC:
Return the exception error message.
- getMessage() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
PUBLIC:
Return the exception error message.
- getMessage() - Method in exception org.eclipse.persistence.exceptions.IntegrityException
-
PUBLIC:
This method is used to print out all the descriptor exceptions.
- getMessage() - Method in exception org.eclipse.persistence.exceptions.QueryException
-
PUBLIC:
Return the exception error message.
- getMessage() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getMessage() - Method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
-
- getMessage() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Return the log entry's message.
- getMessageArguments() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
-
Returns the arguments associate with the problem's message.
- getMessageArguments() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultProblem
-
Returns the arguments associate with the problem's message.
- getMessageArguments() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.Problem
-
Returns the arguments associate with the problem's message.
- getMessageKey() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
-
Returns the resource bundle key used to retrieve the localized message.
- getMessageKey() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultProblem
-
Returns the key used to retrieve the localized message describing the problem found in the
StateObject
.
- getMessageKey() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.Problem
-
Returns the key used to retrieve the localized message describing the problem found in the
StateObject
.
- getMessageTemplate() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getMetadataCatalog(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.MetadataResource
-
Returns metadata catalog.
- getMetadataRoot(PersistenceContext) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Returns StringBuilder containing metadata-catalog root:
http(s)://root:port/persistence/version/context/metadata-catalog
- getMetadataSources() - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureSet
-
- getMetadataSources() - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2
-
- getMetadataSources() - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetV2
-
- getMetamodel() - Method in interface javax.persistence.EntityManager
-
Return an instance of Metamodel
interface for access to the
metamodel of the persistence unit.
- getMetamodel() - Method in interface javax.persistence.EntityManagerFactory
-
Return an instance of Metamodel
interface for access to the
metamodel of the persistence unit.
- getMetamodelIdClassMap() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Return the Map of IdClass attribute lists keyed on owner class name.
- getMethod() - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
Return the clone method.
- getMethod(String, JavaClass[]) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return the JavaMethod
for this JavaClass
,
identified by name
, with the signature matching args
.
- getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
Assumes JavaType[] contains JavaClassImpl instances
- getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return the JavaMethod
for this JavaClass
, identified
by name
, with the signature matching args
.
- getMethod - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
-
- getMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
-
Gets the value of the method property.
- getMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
-
Gets the value of the method property.
- getMethod - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
-
- getMethod() - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
-
INTERNAL:
Returns the static method.
- getMethodClass() - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
-
PUBLIC:
Returns the class to execute the static method on.
- getMethodClassName() - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
-
INTERNAL:
Returns the class to execute the static method on.
- getMethodName() - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
Return the clone method name.
- getMethodName() - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
-
- getMethodName() - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedFieldTransformer
-
- getMethodName() - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
-
PUBLIC:
Returns the name of the static method.
- getMethodParameterTypeDeclarations(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the list of type declarations representing the given constructor's parameter types.
- getMethodParameterTypeDeclarations(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the list of type declarations representing the given constructor's parameter types.
- getMethodReturnTypeNotValid(CollectionMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- getMethods() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Return all of the JavaMethods
for this JavaClass
.
- getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Return all of the JavaMethods
for this JavaClass
.
- getMimeType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getMimeType(Object) - Method in class org.eclipse.persistence.oxm.mappings.FixedMimeTypePolicy
-
The mime type will be obtained from the objects field/property that is
mapped to the XML attribute with name "contentType" and namespace URI
"http://www.w3.org/2005/05/xmlmime".
- getMimeType() - Method in class org.eclipse.persistence.oxm.mappings.FixedMimeTypePolicy
-
Return the default mime type for this policy.
- getMimeType(Object) - Method in interface org.eclipse.persistence.oxm.mappings.MimeTypePolicy
-
return a MIME type string
- getMimeType(Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
INTERNAL
- getMimeType() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
INTERNAL
- getMimeType(Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
-
INTERNAL
- getMimeType() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
-
INTERNAL
- getMimeTypePolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
- getMimeTypePolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
-
- getMin() - Method in class org.eclipse.persistence.jaxb.compiler.facets.SizeFacet
-
- getMinimumTimeIncrement(AbstractSession) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
Return a minimal time increment supported by the platform.
- getMinNumberOfConnections() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Return the minimum number of connections.
- getMinOccurs() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getMinPoolSize() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
-
PUBLIC:
Returns a minimum number of connections in sequencing connection pool.
- getMinResolution() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
- getMinSizeForPool(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will retrieve the min size of a particular connection pool
- getMinSizeForPool(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will retrieve the min size of a particular connection pool
- getMixedContentMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getModel() - Method in interface javax.persistence.criteria.CollectionJoin
-
Return the metamodel representation for the collection
attribute.
- getModel() - Method in interface javax.persistence.criteria.ListJoin
-
Return the metamodel representation for the list attribute.
- getModel() - Method in interface javax.persistence.criteria.MapJoin
-
Return the metamodel representation for the map attribute.
- getModel() - Method in interface javax.persistence.criteria.Path
-
Return the bindable object that corresponds to the
path expression.
- getModel() - Method in interface javax.persistence.criteria.PluralJoin
-
Return the metamodel representation for the collection-valued
attribute corresponding to the join.
- getModel() - Method in interface javax.persistence.criteria.Root
-
Return the metamodel entity corresponding to the root.
- getModel() - Method in interface javax.persistence.criteria.SetJoin
-
Return the metamodel representation for the set attribute.
- getModifiers() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getModifiers() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-
- getModifiers() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-
- getModifiers() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Returns the Java language modifiers for this JavaClass
, encoded in an integer.
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Returns the Java language modifiers for this JavaClass
, encoded in an integer.
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
-
Returns the Java language modifiers for this JavaConstructor
, encoded in an integer.
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Returns the Java language modifiers for this JavaField
, encoded in an integer.
- getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Returns the Java language modifiers for this JavaMethod
, encoded in an integer.
- getModifyClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the state object representing the modify clause part of the modify statement.
- getModifyClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
-
Returns the state object representing the DELETE
clause.
- getModifyClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Returns the state object representing the UPDATE
clause.
- getModifyRow() - Method in class org.eclipse.persistence.queries.ModifyQuery
-
INTERNAL:
Return the modify row
- getModuleName(boolean) - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
INTERNAL:
- getModuleName() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
INTERNAL:
getModuleName(): Answer the name of the context-root of the application that this session is associated with.
- getModuleName() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL: getModuleName(): Answer the name of the module (jar name) that my session
is associated with.
- getModuleName() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: getModuleName(): Answer the name of the module (jar name) that my session
is associated with.
- getModuleName() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
getModuleName(): Answer the name of the context-root of the application that this session is associated with.
- getModuleName() - Method in class org.eclipse.persistence.services.RuntimeServices
-
getModuleName(): Answer the name of the context-root of the application that this session is associated with.
- getMonitorName() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Return the name to use for the query in performance monitoring.
- getMoveIndexPairs() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the indexes of the elements that were simply moved
within the collection.
- getMoveIndexPairs() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
-
ADVANCED:
ADVANCED:
Return the indexes of the elements that were simply moved
within the collection.
- getMoves() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the entries for all the elements that were simply shuffled
within the collection.
- getMoves() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the entries for all the elements that were simply shuffled
within the collection.
- getMulticastGroupAddress() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
PUBLIC:
Return the host address of the multicast group.
- getMulticastPort() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
PUBLIC:
Return the multicast port used for discovery.
- getMultipleFieldIdentifiers() - Method in class org.eclipse.persistence.queries.FieldResult
-
INTERNAL:
- getMultipleTableForeignKeyAssociations() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns the foreign key relationships used for multiple tables which were specified by the user.
- getMultipleTableForeignKeys() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns the foreign key relationships used for multiple tables which were specified by the user.
- getMultipleTableInsertOrder() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns the List of DatabaseTables in the order which INSERTS should take place.
- getMultipleTableJoinExpression() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
This is normally generated for descriptors that have multiple tables.
- getMultipleTablePrimaryKeyAssociations() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Returns the foreign key relationships used for multiple tables which were specified by the user.
- getMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Retun the multitenant policy
- getMultitenantPolicy() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
- getName() - Method in interface javax.persistence.EntityGraph
-
Return the name of a named EntityGraph (an entity graph
defined by means of the NamedEntityGraph
annotation, XML descriptor element, or added by means of the
addNamedEntityGraph
method.
- getName() - Method in interface javax.persistence.metamodel.Attribute
-
Return the name of the attribute.
- getName() - Method in interface javax.persistence.metamodel.EntityType
-
Return the entity name.
- getName() - Method in interface javax.persistence.Parameter
-
Return the parameter name, or null if the parameter is
not a named parameter or no name has been assigned.
- getName() - Method in class javax.xml.bind.JAXBElement
-
Returns the xml element tag name.
- getName() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
- getName() - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
-
PUBLIC:
Return the name of the policy.
- getName() - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
Return the entity type's name.
- getName() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC:
Return the name of the ConnectionFactory within the
JNDI Context.
- getName() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- getName() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Return the name.
- getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaAnnotation
-
- getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-
- getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-
- getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Returns the name of this JavaClass
.
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
-
Returns the name of this JavaPackage
.
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaAnnotationImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaAnnotationImpl
-
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Returns the name of this JavaClass
.
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
-
Returns the name of this JavaConstructor
.
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Returns the name of this JavaField
.
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Returns the name of this JavaMethod
.
- getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
-
Returns the name of this JavaPackage
.
- getName() - Method in interface org.eclipse.persistence.jaxb.ObjectGraph
-
Returns the name of the static EntityGraph.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedAttributeNode
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRootElement
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
-
Gets the value of the name property.
- getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
-
Gets the value of the name property.
- getName() - Method in interface org.eclipse.persistence.jpa.config.DataService
-
- getName() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- getName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
-
Returns the name of the persistence property represented by this mapping.
- getName() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IEntity
-
Returns the name of this entity.
- getName() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
-
Returns the name of the persistence property represented by this mapping.
- getName() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
-
Returns the fully qualified class name.
- getName() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the name.
- getName() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
PUBLIC:
Return the name for the query key.
- getName() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
Return the name of the setting.
- getName() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the name of the query
- getName() - Method in class org.eclipse.persistence.queries.SQLResultSetMapping
-
- getName() - Method in class org.eclipse.persistence.sequencing.Sequence
-
- getName() - Method in class org.eclipse.persistence.sessions.JNDIConnector
-
PUBLIC:
Return the name of the DataSource within the
JNDI Context.
- getName() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
get the name of the project.
- getName() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Return the name of this pool.
- getName() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the name of the session.
- getName() - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
PUBLIC:
Return the name of the object.
- getName() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Return the name of the field.
- getName() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- getName() - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
Return the name.
- getName() - Method in class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
-
PUBLIC:
- getNamedQuery(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IEntity
-
Returns the external form of the given named query;
- getNameFieldName() - Method in class org.eclipse.persistence.sequencing.TableSequence
-
- getNameForFragment(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getNameFromXPath(String, String, boolean) - Static method in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
-
Convenience method that returns the field name for a given xml-path.
- getNames() - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
Lazily initialize and return the names of the items requested for use in each result object.
- getNames() - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC:
Return the names of report items, provided to ReportQuery.
- getNamespace() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-
- getNamespace() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the namespace property.
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the namespace property.
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the namespace property.
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
-
Gets the value of the namespace property.
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Gets the value of the namespace property.
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRootElement
-
Gets the value of the namespace property.
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
-
Gets the value of the namespace property.
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
-
Gets the value of the namespace property.
- getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
-
Gets the value of the namespace property.
- getNameSpace() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Return the name space of the log entry.
- getNamespaceInfo() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- getNamespaceInfoForNamespace(String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- getNamespaceInfoForNamespace(String, String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- getNamespacePrefixMapper() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
By default the JSON-binding will ignore namespace qualification.
- getNamespacePrefixMapper() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
NamespacePrefixMapper that can be used during marshal (instead of those set in the project meta data)
- getNamespaceResolver() - Method in class org.eclipse.persistence.eis.EISDescriptor
-
PUBLIC:
Return the XML namespace resolver.
- getNamespaceResolver() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-
- getNamespaceResolver() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- getNamespaceResolver() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- getNamespaceResolver() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
- getNamespaceResolver() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
PUBLIC:
Return the NamespaceResolver associated with this descriptor
- getNamespaceResolver() - Method in class org.eclipse.persistence.oxm.XMLField
-
Get the NamespaceResolver associated with this XMLField
- getNamespaceResolverForDescriptor(NamespaceResolver, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
-
- getNamespaceSeparator() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
This character (default is '.') separates the prefix from the key name.
- getNamespaceSeparator() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
INTERNAL:
The character used to separate the prefix and uri portions when namespaces are present
- getNamespaceSeparator() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
INTERNAL:
The character used to separate the prefix and uri portions when namespaces are present
- getNamespaceSeparator() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getNamespaceSeparator() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
The character used to separate the prefix and uri portions when namespaces are present
- getNameSpaceString(String) - Method in class org.eclipse.persistence.logging.JavaLog
-
INTERNAL:
Return the name space for the given category from the map.
- getNamespaceUri() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs
-
Gets the value of the namespaceUri property.
- getNamespaceURI() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
PUBLIC:
Get the namespace URI for the context root element.
- getNamespaceURI() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getNamespaceURI() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
-
- getNamespaceURI() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getNamespaceURI() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- getNamespaceURI() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
PUBLIC:
Get the namespace URI for the context root element.
- getNamespaceURI() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- getNamespaceURI(String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPNamespaceContext
-
- getNamingServiceType() - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
-
PUBLIC:
Return the only supported JNDI naming service type used to look up remote connections to other service instances.
- getNamingServiceType() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
PUBLIC:
Return the type of naming service used to look up remote connections to other
service instances.
- getNativeTableInfo(String, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
Return the catalog information through using the native SQL catalog
selects.
- getNativeTableInfo(String, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
INTERNAL:
Not currently used.
- getNativeTableInfo(String, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Return the catalog information through using the native SQL catalog selects.
- getNativeTableInfo(String, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
Return the catalog information through using the native SQL catalog selects.
- getNativeTableInfo(String, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Return the catalog information through using the native SQL catalog selects.
- getNestedArrayVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the visitor that can determine if an
Expression
represents a nested array.
- getNestedJoinQuery(JoinedAttributeManager, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return the query that is used when this mapping is part of a joined relationship
This method is used when this mapping is used to map the key in a Map
- getNestedJoinQuery(JoinedAttributeManager, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return the query that is used when this mapping is part of a joined relationship
This method is used when this mapping is used to map the key in a Map.
- getNestedJoinQuery(JoinedAttributeManager, ObjectLevelReadQuery, AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Return the query that is used when this mapping is part of a joined relationship
- getNestedJoinQuery(JoinedAttributeManager, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return the query that is used when this mapping is part of a joined relationship
This method is used when this mapping is used to map the key in a Map
- getNestedType() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
-
Return the database type of the value contained in the collection type.
- getNestedType() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
-
Return the database type of the value contained in the collection type.
- getNestedTypeField() - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDatabaseField
-
ADVANCED:
For ARRAY fields, this field's type represents the type contained in the ARRAY.
- getNestLevel() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- getNestTime() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- getNewCollection() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the entries for all the elements in the new collection.
- getNewCollection() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the entries for all the elements in the new collection.
- getNewKey() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED:
This method returns the key value that this object will be stored under in it's respective Map.
- getNewLockValue(ModifyQuery) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
Returns the new Timestamp value.
- getNewLockValue(ModifyQuery) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
This method gets the write lock value from either the cache or
the object stored in the query.
- getNewTempClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Return a new instance of a ClassLoader that the provider may
use to temporarily load any classes, resources, or open
URLs.
- getNewTempClassLoader(PersistenceUnitInfo) - Method in class org.eclipse.persistence.platform.server.jboss.JBossPlatform
-
INTERNAL:
JIRA EJBTHREE-572 requires that we use the real classLoader in place of the getNewTempClassLoader().
- getNewTempClassLoader(PersistenceUnitInfo) - Method in class org.eclipse.persistence.platform.server.sap.SAPNetWeaver_7_1_Platform
-
- getNewTempClassLoader(PersistenceUnitInfo) - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL:
JIRA EJBTHREE-572 requires that we use the real classLoader in place of the getNewTempClassLoader().
- getNewTempClassLoader(PersistenceUnitInfo) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
- getNewValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
Returns the
Expression
representing the new value, which is the new value of the property.
- getNewValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
-
Returns the new value that should replace the old value.
- getNewValue() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IPropertyChangeEvent
-
Returns the new value of the property that changed.
- getNewValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.PropertyChangeEvent
-
Returns the new value of the property that changed.
- getNewValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
- getNewValue() - Method in interface org.eclipse.persistence.jpa.jpql.tools.TextEdit
-
Returns the new value that should replace the old value.
- getNewValue() - Method in interface org.eclipse.persistence.sessions.changesets.DirectToFieldChangeRecord
-
ADVANCED:
Returns the new value assigned during the change
- getNewValue() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectReferenceChangeRecord
-
ADVANCED:
Returns the new reference for this object
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
-
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseStatementHelper
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseStatementHelper
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.HavingClauseStatementHelper
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
-
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SelectClauseStatementHelper
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleFromClauseStatementHelper
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleGroupByClauseStatementHelper
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleHavingClauseStatementHelper
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleSelectClauseStatementHelper
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleWhereClauseSelectStatementHelper
- getNextHelper() - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
-
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
-
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
-
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseSelectStatementHelper
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
-
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.OrderByClauseStatementHelper
-
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
-
- getNextMappedSuperClass(JavaClass, Map<String, TypeInfo>, Helper) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-
- getNextObject() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
- getNextSequenceNumberValue(Class) - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Return the sequence number from the database.
- getNoAccessTypePropertiesForClass(JavaClass, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getNode(Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
By default, the getNode method is unsupported and throw
an UnsupportedOperationException
.
- getNode() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
- getNode(Object) - Method in interface javax.xml.bind.Marshaller
-
Get a DOM tree view of the content tree(Optional).
- getNode() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return a reference to the DOM Node if available
- getNode(Object) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- getNode(Object, Node, AbstractSession, XMLDescriptor, boolean) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
- getNodeClass() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
- getNodeForObject(Object) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
-
- getNodeOrderingPolicy() - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
-
- getNodeToReplace(Node) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
- getNoNamespaceSchemaLocation() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getNonAttributeXPathNode(String, String, String, Attributes) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getNonDeferredCreateTime() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
ADVANCED:
This setting is only available for CMP beans that are not being deferred.
- getNonFetchJoinAttributeExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the attributes that must be joined, but not fetched, that is,
do not trigger the value holder.
- getNonJtaDataSource() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the non-JTA-enabled data source to be used by the
persistence provider for accessing data outside a JTA
transaction.
- getNonNullNamespaceResolver() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- getNonReferenceEntityFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Returns EntityFetchGroup corresponding to non relational attributes
intersected with defaultFetchGroup.
- getNonReferenceEntityFetchGroup(boolean, boolean) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Returns EntityFetchGroup corresponding to non relational attributes
intersected with defaultFetchGroup.
- getNoNSSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current noNamespaceSchemaLocation.
- getNonTransientPropertiesInPropOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return all non-transient properties that exist in the propOrder array.
- getNotExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getNullableArguments() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Return the list of arguments to check for null.
- getNullCapableValues() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getNullOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Returns the enum constant representing the null ordering type.
- getNullPolicy() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Returns the null policy for this property.
- getNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
INTERNAL:
Get the AbstractNullPolicy from the Mapping.
- getNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
- getNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
INTERNAL:
Get the AbstractNullPolicy from the Mapping.
- getNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
INTERNAL:
Get the AbstractNullPolicy from the Mapping.
- getNullPolicy() - Method in interface org.eclipse.persistence.oxm.mappings.XMLNillableMapping
-
Get the AbstractNullPolicy from the Mapping.
- getNullRepresentationForXml() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
-
Gets the value of the nullRepresentationForXml property.
- getNullValue() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
PUBLIC:
Allow for the value used for null to be specified.
- getNullValue() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
PUBLIC:
Allow for the value used for null to be specified.
- getNullValueVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
- getNumberOfInstancesEffected() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getNumberOfItems() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- getNumberOfNonPooledConnectionsUsed() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Return the current number of non-pooled connections in use.
- getNumberOfObjectsInAllIdentityMaps() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will SUM and return the number of objects in all Identity Maps in the session.
- getNumberOfObjectsInAllIdentityMaps() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will SUM and return the number of objects in all Identity Maps in the session.
- getNumberOfObjectsInIdentityMap(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to return the number of objects in a particular Identity Map
- getNumberOfObjectsInIdentityMap(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to return the number of objects in a particular Identity Map
- getNumberOfObjectsInIdentityMapSubCache(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to return the number of objects in a particular Identity Map's
subcache.
- getNumberOfObjectsInIdentityMapSubCache(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to return the number of objects in a particular Identity Map's
subcache.
- getNumberOfPersistentClasses() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will answer the number of persistent classes contained in the session.
- getNumberOfPersistentClasses() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will answer the number of persistent classes contained in the session.
- getNumberOfProperties() - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
The current number of properties.
- getNumberVal() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
XMLType Function - gets a number value from an XMLType
- GetNumberVal - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- getNumberVal() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
- getObject() - Method in exception javax.persistence.LockTimeoutException
-
Returns the object that caused this exception.
- getObject() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
- getObject() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return a reference to the object in the Java content tree if available
- getObject() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC:
Synanym for source.
- getObject() - Method in exception org.eclipse.persistence.exceptions.OptimisticLockException
-
PUBLIC:
Return the object for which the problem was detected.
- getObject(Class, Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
-
Returns the Object from the cache map with the id
and Class type.
- getObject() - Method in class org.eclipse.persistence.oxm.JSONWithPadding
-
The Object that will be marshalled
- getObject() - Method in exception org.eclipse.persistence.oxm.record.ValidatingMarshalRecord.MarshalSAXParseException
-
- getObject() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- getObject(Node) - Method in class org.eclipse.persistence.oxm.XMLBinder
-
Gets the Java Object associated with the provided XML Node.
- getObject() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
PUBLIC:
Return the object.
- getObject() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
PUBLIC:
Return the object required for modification.
- getObject() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- getObject(Class, String) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Return the object registered given its name.
- getObjectBuilder() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
INTERNAL:
Return the object builder
- getObjectBuilder() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the object builder
- getObjectBuilder(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
Convenience method
- getObjectBuilderForClass(Class, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
Convenience method
- getObjectChangePolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return this objects ObjectChangePolicy.
- getObjectChangePolicyInternal() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return this objects ObjectChangePolicy and do not lazy initialize
- getObjectChangeSet() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
PUBLIC:
Return the ObjectChangeSet representing the object being changed
- getObjectChangeSetForClone(Object) - Method in interface org.eclipse.persistence.sessions.changesets.UnitOfWorkChangeSet
-
ADVANCED:
Get ChangeSet for a particular clone
- getObjectClass() - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
PUBLIC:
Returns the class type of the object value.
- getObjectClass() - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
-
Get the Class of the elements of this collection's "sub-collection".
- getObjectClassName() - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
INTERNAL:
Return the name of the object type for the MW usage.
- getObjectClassName() - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
-
Get the Class name of the elements of this collection's "sub-collection".
- getObjectCollection() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the internal object collection that stores the objects.
- getObjectCorrespondingTo(Object, DistributedSession, Map, Map, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
return the object on the client corresponding to the specified object.
- getObjectCorrespondingTo(Object, DistributedSession, Map, Map, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
return the object on the client corresponding to the specified object.
- getObjectCorrespondingTo(Object, DistributedSession, Map, Map, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
return the object on the client corresponding to the specified object.
- getObjectCorrespondingTo(Object, DistributedSession, Map, Map, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
return the object on the client corresponding to the specified object.
- getObjectCorrespondingTo(Object, Map, Map, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Return the corresponding objects from the remote session for the objects read from the server.
- getObjectCorrespondingTo(Object, Map, Map, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
INTERNAL:
Return the corresponding objects from the remote session for the objects read from the server.
- getObjectEntityFetchGroup(Object) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Return FetchGroup held by the object.
- getObjectFactoryClassName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getObjectFetchGroup(Object) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Return FetchGroup held by the object.
- getObjectForNode(Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
-
- getObjectForNode(Node, Mapping) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
-
- getObjectFromResultSet(ResultSet, int, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.Informix11Platform
-
Overrides DatabasePlatform.getObjectFromResultSet(ResultSet,
int, int, AbstractSession)
so that if the supplied jdbcType
is equal to Types.LONGVARCHAR
, then the ResultSet.getString(int)
method (instead of the ResultSet.getObject(int)
method) is used to fetch the "raw"
value of the column indicated by the supplied columnNumber
from the supplied ResultSet
.
- getObjectFromResultSet(ResultSet, int, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Get a timestamp value from a result set.
- getObjectFromRow(AbstractRecord, AbstractSession, ObjectLevelReadQuery) - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
-
Deserialize the object from the value corresponding to the policy field, nullify that value, set the object into the row using setSopObject, also return it.
- getObjectGraphs() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getObjectName() - Method in class org.eclipse.persistence.services.RuntimeServices
-
- getObjects() - Method in class org.eclipse.persistence.queries.DeleteAllQuery
-
PUBLIC:
Return the objects that are to be deleted
- getObjectsCorrespondingToAll(Object, Map, Map, ObjectLevelReadQuery, ContainerPolicy) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Return the corresponding objects from the remote session for the objects read from the server.
- getObjectsCorrespondingToAll(Object, Map, Map, ObjectLevelReadQuery, ContainerPolicy) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
INTERNAL:
Return the corresponding objects from the remote session for the objects read from the server.
- getObjectsInIdentityMap(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will return a collection of the objects in the Identity Map.
- getObjectsInIdentityMap(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will return a collection of the objects in the Identity Map.
- getObjectsInIdentityMapSubCacheAsMap(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will return a collection of the objects in the Identity Map.
- getObjectsInIdentityMapSubCacheAsMap(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to return a Map of the objects in a particular Identity Map's
subcache.
- getObjectsPerSecond() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
INTERNAL:
Allows for subclasses to convert the the attribute or property value.
- getObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Allows for subclasses to convert the attribute value.
- getObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
-
INTERNAL:
- getObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
-
INTERNAL:
Get the attribute value for the given field value.
- getObjectValueWithoutClassCheck(Object, Session) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Same as getObjectValue method, but without checking fieldValue's class.
- getOffset() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
- getOffset() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the byte offset if available
- getOffset() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Returns the position of this
Expression
within its parent hierarchy.
- getOffset() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
Returns the position of this
Expression
within its parent hierarchy.
- getOffset() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
-
Returns the location of the old value within the text.
- getOffset() - Method in interface org.eclipse.persistence.jpa.jpql.tools.TextEdit
-
Returns the location of the old value within the text.
- getOffset() - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
Gets the offset.
- getOffset() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Gets the offset.
- getOffset() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
- getOldKey() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED:
This method returns the key value that this object was stored under in it's respective Map.
- getOldValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
-
Returns the value that was found within the text that should be replaced by the new value.
- getOldValue() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IPropertyChangeEvent
-
Returns the old value of the property that changed.
- getOldValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.PropertyChangeEvent
-
Returns the old value of the property that changed.
- getOldValue() - Method in interface org.eclipse.persistence.jpa.jpql.tools.TextEdit
-
Returns the value that was found within the text that should be replaced by the new value.
- getOldValue() - Method in interface org.eclipse.persistence.sessions.changesets.AggregateChangeRecord
-
ADVANCED:
If the owning UnitOfWork has shouldChangeRecordKeepOldValue set to true,
then return the old value of the attribute represented by this ChangeRecord.
- getOldValue() - Method in interface org.eclipse.persistence.sessions.changesets.ChangeRecord
-
ADVANCED:
If the owning UnitOfWork has shouldChangeRecordKeepOldValue set to true,
then return the old value of the attribute represented by this ChangeRecord.
- getOldValue() - Method in interface org.eclipse.persistence.sessions.changesets.DirectToFieldChangeRecord
-
ADVANCED:
Return the old value of the attribute represented by this ChangeRecord.
- getOldValue() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectReferenceChangeRecord
-
Return the old value of the object reference.
- getOn() - Method in interface javax.persistence.criteria.Join
-
Return the predicate that corresponds to the ON
restriction(s) on the join, or null if no ON condition
has been specified.
- getOnClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the
Expression
that represents the
ON clause if present.
- getOnlyInstancesExpression() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
Return the 'only instances expression'.
- getOperation(Class) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
INTERNAL:
determines which operation to use for comparison.
- getOperationStartTimes() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
- getOperationStartTimes() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- getOperationStartTimesByThread() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
- getOperationStartTimesByThread() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- getOperationTime(String) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
- getOperationTimings() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
- getOperationTimings() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- getOperationTimings() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getOperationTimingsByThread() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- getOperator() - Method in interface javax.persistence.criteria.Predicate
-
Return the boolean operator for the predicate.
- getOperator() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Most expression have operators, so this is just a convenience method.
- getOperator(int) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Create a new expression tree with the named operator.
- getOperator(int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
INTERNAL:
Return the operator.
- getOperator(Integer) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Lookup the operator with the given id.
- getOptimisticLockingPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Returns the OptimisticLockingPolicy.
- getOptionalArguments() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
INTERNAL:
Return the list of optional arguments.
- getOptionName() - Method in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
-
- getOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Returns the
Expression
representing the
ORDER BY clause.
- getOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Returns the state object representing the ORDER BY
clause.
- getOrderByClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getOrderByClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getOrderByExpressions() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Return the order by expression.
- getOrderByExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the order expressions for the query.
- getOrderByItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
Returns the
Expression
representing the list of items to order.
- getOrderByNormalizedExpressions(Expression) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Aggregate order by all their fields by default.
- getOrderByNormalizedExpressions(Expression) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the list of fields that should be used if this mapping is used in an order by.
- getOrderByNormalizedExpressions(Expression) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return null if this mapping is used in an order by.
- getOrderByNormalizedExpressions(Expression) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Relationships order by their target primary key fields by default.
- getOrderByNormalizedExpressions(Expression) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Order by foreign key fields if a foreign key mapping (avoids joins).
- getOrderByQueryKeyExpressions() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Return the ordering query keys.
- getOrderCorrectionType() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC:
Specifies what should be done if the list of values read from listOrserField is invalid
(there should be no nulls, no duplicates, no "holes").
- getOrderedDescriptors() - Method in class org.eclipse.persistence.core.sessions.CoreProject
-
INTERNAL:
Return the descriptors in the order added.
- getOrderedDescriptors() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Return the descriptors in the order added.
- getOrderedFields() - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
INTERNAL:
Return the field order.
- getOrderedForeignKeyFields() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return a vector of the foreign key fields in the same order
as the corresponding primary key fields are in their descriptor.
- getOrderedPartitions() - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
- getOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Returns the enum constant representing the ordering type.
- getOrdering() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Returns the enum constant representing the ordering type.
- getOrderList() - Method in interface javax.persistence.criteria.CriteriaQuery
-
Return the ordering expressions in order of precedence.
- getOrderSiblingsByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
Returns the
Expression
representing the
ORDER SIBLINGS BY clause.
- getOrderSiblingsByExpressions() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
PUBLIC:
- getOrGeneratePrefixForNamespace(String, Schema) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
Attempt to resolve the given URI to a prefix.
- getOriginalGetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getOriginalObject() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC:
The source object represents the object the event is being raised on,
some events also require a second object, for example the original object in a postClone.
- getOriginalProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the list of original properties for this type info.
- getOriginalSetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getOriginalType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Get the original type of the property.
- getOriginalVersionOfObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
Return the original version of the object(clone) from the parent's identity map.
- getOutputArgumentNames() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
The argument names for the output record.
- getOutputArguments() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
The argument fields to the interaction that map into the output record.
- getOutputArguments() - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
-
The output arguments in order of occurance in the record.
- getOutputFileName() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Return the file name that the generate .java file will be output to.
- getOutputFileName() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Return the file name that the generate .java file will be output to.
- getOutputParameterValue(int) - Method in interface javax.persistence.StoredProcedureQuery
-
Retrieve a value passed back from the procedure
through an INOUT or OUT parameter.
- getOutputParameterValue(String) - Method in interface javax.persistence.StoredProcedureQuery
-
Retrieve a value passed back from the procedure
through an INOUT or OUT parameter.
- getOutputPath() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Return the path that the generate .java file will be output to.
- getOutputPath() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Return the path that the generate .java file will be output to.
- getOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
This method is used to print the output parameter token when stored procedures are called
- getOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- getOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
This method is used to print the output parameter token when stored
procedures are called
- getOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- getOutputResultPath() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
PUBLIC:
The output result path defines the root key for the MappedRecord that
the desired interaction result is nested into.
- getOutputRootElementName() - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
-
PUBLIC:
Return the root element name to use for the output DOM.
- getOutputStream() - Method in interface org.eclipse.persistence.oxm.record.JSONWriterRecord.Output
-
- getOutputStream() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.OutputStreamOutput
-
- getOutputStream() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
Return the OutputStream that the object will be marshalled to.
- getOutputWriter() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Return the writer the output to.
- getOutputWriter() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Return the writer the output to.
- getOverriddenLogStringForProperty(String) - Static method in class org.eclipse.persistence.config.PersistenceUnitProperties
-
INTERNAL: Return the overridden log string.
- getOwnedTables() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Return the tables that this node owns for purposes of table aliasing.
- getOwner() - Method in interface org.eclipse.persistence.sessions.changesets.ChangeRecord
-
ADVANCED:
This method returns the ObjectChangeSet that references this ChangeRecord
- getOwner() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
Return the ServerSession that is the owner of this connection pool.
- getOwningClass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-
- getOwningClass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
-
Returns the JavaClass
which contains this constructor.
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Returns the JavaClass
which contains this field.
- getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Returns the JavaClass
which contains this method.
- getOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the visitor that traverses the parent hierarchy of any
Expression
and stops at
the first
Expression
that is a clause.
- getOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Returns the visitor that traverses the parent hierarchy of any
Expression
and stops at
the first
Expression
that is a clause.
- getOwningMap() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- getOwningObject() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- getOwningObject() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
- getOwningStatementVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the visitor that traverses the parent hierarchy of any
Expression
and stops at
the first
Expression
that is a statement.
- getOxmConversionManager() - Method in class org.eclipse.persistence.oxm.XMLContext
-
Returns conversion manager from session datasource platform.
- getPackage() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Returns the JavaPackage
that this JavaClass
belongs to.
- getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Returns the JavaPackage
that this JavaClass
belongs to.
- getPackageInfoForPackage(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getPackageInfoForPackage(JavaPackage, String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getPackageLevelAdapterClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the xmladapter class for a given bound type class.
- getPackageLevelAdapterClass(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the xmladapter class for a given bound type class name.
- getPackageLevelAdaptersByClass() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- getPackageLevelAdaptersByClass() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the Map of XmlAdapters for this TypeInfo.
- getPackageLevelXmlAccessorFactory() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getPackageName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Returns the package name of this JavaClass
.
- getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Returns the package name of this JavaClass
.
- getPackageName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the packageName property.
- getPackageName() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Return the package name of class to be generated.
- getPackageName() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Return the package name of class to be generated.
- getPackageToPackageInfoMappings() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getPacketTimeToLive() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
PUBLIC:
Returns the number of hops the data packets of the session announcement will take before expiring.
- getPageableQuery(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets REST pageable query details by query name.
- getPageSize() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the number of items to be faulted in for the stream.
- getPageSize() - Method in class org.eclipse.persistence.queries.CursoredStream
-
INTERNAL:
Return the page size for the stream.
- getPageSize() - Method in class org.eclipse.persistence.queries.CursorPolicy
-
Return the number of elements to be read into a cursored stream
when more elements are needed from the database.
- getParameter(String) - Method in interface javax.persistence.Query
-
Get the parameter object corresponding to the declared
parameter of the given name.
- getParameter(String, Class<T>) - Method in interface javax.persistence.Query
-
Get the parameter object corresponding to the declared
parameter of the given name and type.
- getParameter(int) - Method in interface javax.persistence.Query
-
Get the parameter object corresponding to the declared
positional parameter with the given position.
- getParameter(int, Class<T>) - Method in interface javax.persistence.Query
-
Get the parameter object corresponding to the declared
positional parameter with the given position and type.
- getParameter(String, Object) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Return an expression representing a parameter with the given name and type
- getParameter(String) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Return an expression representing a parameter with the given name.
- getParameter(DatabaseField) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Return an expression representing a parameter with the given name.
- getParameter() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
Returns the positional parameter or the named parameter, which includes the identifier.
- getParameterCount() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Returns the number of parameters a
FunctionExpression
can have, which will be during
validation.
- getParameterDelimiter() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Return the String used to delimit an SQL parameter.
- getParameterDelimiterChar() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
Return the char used to delimit an SQL parameter.
- getParameterName() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
Returns the positional parameter or the named parameter without the identifier.
- getParameterQueryBNFId(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Returns the unique identifier of the
JPQLQueryBNF
to be used to parse one of the
encapsulated expression at the given position.
- getParameterQueryBNFId(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocateExpression
-
Returns the unique identifier of the
JPQLQueryBNF
to be used to parse one of the
encapsulated expression at the given position.
- getParameterQueryBNFId(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
-
Returns the unique identifier of the
JPQLQueryBNF
to be used to parse one of the
encapsulated expression at the given position.
- getParameters() - Method in interface javax.persistence.criteria.CriteriaQuery
-
Return the parameters of the query.
- getParameters() - Method in interface javax.persistence.Query
-
Get the parameter objects corresponding to the declared
parameters of the query.
- getParameters() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
- getParameterString() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
PUBLIC:
build a String describing this set of parameters that can be used in conjunction with an Oracle Spatial function
- getParameterType() - Method in interface javax.persistence.Parameter
-
Return the Java type of the parameter.
- getParameterType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Retrieves, if it can be determined, the type of the given input parameter with the given name.
- getParameterType(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Retrieves, if it can be determined, the type of the given
InputParameter
.
- getParameterTypes() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-
- getParameterTypes() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-
- getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
-
- getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
-
- getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
-
Returns the array of parameters for this JavaConstructor
.
- getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Returns the array of parameters for this JavaMethod
.
- getParameterTypes() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IConstructor
-
- getParameterTypeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getParameterValue(Parameter<T>) - Method in interface javax.persistence.Query
-
Return the input value bound to the parameter.
- getParameterValue(String) - Method in interface javax.persistence.Query
-
Return the input value bound to the named parameter.
- getParameterValue(int) - Method in interface javax.persistence.Query
-
Return the input value bound to the positional parameter.
- getParams() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
- getParent() - Method in interface javax.persistence.criteria.Fetch
-
Return the parent of the fetched item.
- getParent() - Method in interface javax.persistence.criteria.Join
-
Return the parent of the join.
- getParent() - Method in interface javax.persistence.criteria.Subquery
-
Return the query of which this is a subquery.
- getParent() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- getParent() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
-
Returns the parent context if the current context is not the root context.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
-
Returns the parent context if the current context is not the root context.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the parent context if the current context is not the root context.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder
-
Returns the parent of the expression to build, which is only required when a JPQL fragment
needs to be parsed.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractNewValueStateObjectBuilder
-
Returns the parent of the expression to build, which is only required when a JPQL fragment
needs to be parsed.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Returns the parent of the expression to build, which is only required when a JPQL fragment
needs to be parsed.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
-
Returns the parent of the expression to build, which is only required when a JPQL fragment
needs to be parsed.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSimpleSelectExpressionStateObjectBuilder
-
Returns the parent of the expression to build, which is only required when a JPQL fragment
needs to be parsed.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultConditionalExpressionStateObjectBuilder
-
Returns the parent of the expression to build, which is only required when a JPQL fragment
needs to be parsed.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultSimpleSelectExpressionStateObjectBuilder
-
Returns the parent of the expression to build, which is only required when a JPQL fragment
needs to be parsed.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkConditionalStateObjectBuilder
-
Returns the parent of the expression to build, which is only required when a JPQL fragment
needs to be parsed.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
- getParent() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
-
Returns the parent managed type owning this mapping.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
- getParent() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
-
Returns the parent managed type owning this mapping.
- getParent() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- getParent() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Gets the parent SessionBroker.
- getParent() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Return the parent.
- getParent() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
PUBLIC:
Return the parent.
- getParentClass() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
PUBLIC:
Return the parent class.
- getParentClass() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
PUBLIC:
Return the parent class.
- getParentClass() - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
- getParentClass() - Method in interface org.eclipse.persistence.dynamic.EclipseLinkClassWriter
-
- getParentClassName() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Return the parent class name.
- getParentClassName() - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
- getParentClassName() - Method in interface org.eclipse.persistence.dynamic.EclipseLinkClassWriter
-
- getParentClassName() - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
- getParentDescriptor() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL:
Return the parent descriptor.
- getParentDescriptor() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Return the parent descriptor.
- getParentDescriptorQueryManager() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Get the parent DescriptorQueryManager.
- getParentDescriptors() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Return all the parent descriptors.
- getParentIdentityMapSession(ClassDescriptor, boolean, boolean) - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Returns the appropriate IdentityMap session for this descriptor.
- getParentInterfaceNames() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
- getParentInterfaces() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Return the list of parent interfaces.
- getParentManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns the managed type of the parent resolver.
- getParentMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns the
IMapping
of the parent resolver.
- getParentPath() - Method in interface javax.persistence.criteria.Path
-
Return the parent "node" in the path or null if no parent.
- getParentRecord() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
INTERNAL
- getParentType() - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
- getParentType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns the type of the parent resolver.
- getParentTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns the type declaration of the parent resolver.
- getParsedJPQLQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns the string representation of the parsed tree.
- getParser() - Method in class org.eclipse.persistence.oxm.json.JsonParserSource
-
- getPartialAttributeExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the partial attributes to select.
- getPartialAttributeSelectionFields(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the fields required in the select clause, for patial attribute reading.
- getPartitionField() - Method in class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
-
PUBLIC:
Return the database column or query parameter to partition queries by.
- getPartitionFieldName() - Method in class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
-
PUBLIC:
Return the database column or query parameter to partition queries by.
- getPartitionID() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL: Get Partition ID.
- getPartitionID() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
- getPartitionID() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_12_Platform
-
- getPartitioningCallback() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return callback.
- getPartitioningClasName() - Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
-
- getPartitioningPolicies() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the map of partitioning policies, keyed by name.
- getPartitioningPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the descriptor's partitioning policy.
- getPartitioningPolicy() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Return the mapping's partitioning policy.
- getPartitioningPolicy() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC:
Return the query's partitioning policy.
- getPartitioningPolicy(String) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Return the partitioning policies for the name.
- getPartitioningPolicy() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the session's partitioning policy.
- getPartitioningPolicyName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the name of the descriptor's partitioning policy.
- getPartitioningPolicyName() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Return the name of the mapping's partitioning policy.
- getPartitionName() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_12_Platform
-
- getPartitions() - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
-
PUBLIC:
Return the range partitions.
- getPartitions() - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
PUBLIC:
Return the value partitions.
- getPassword() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
PUBLIC:
Return the password used as the value to the SECURITY_CREDENTIALS key in
the cached context properties.
- getPassword() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
Return the password.
- getPassword() - Method in interface org.eclipse.persistence.sessions.Login
-
PUBLIC:
All logins must take a user name and password.
- getPasswordFromProperties(Properties) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
INTERNAL:
Retrieve the password property from the supplied Properties object
- getPath(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Returns the specified segment of the state field path.
- getPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Returns the string representation of the path expression.
- getPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
-
Returns the string representation of the path expression, which is either a singled-valued
object field or a collection-valued path expression.
- getPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
-
Returns the string representation of the path expression.
- getPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Returns the string representation of the path expression.
- getPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
-
Returns the single path represented by this
Resolver
.
- getPatterns() - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternListFacet
-
- getPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the
Expression
that represents the pattern value.
- getPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Returns the
Expression
that represents the pattern value.
- getPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
- getPersistenceContext(String, String, URI, String, Map<String, Object>) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
Gets the persistence context.
- getPersistenceContextFactory(Map<String, Object>) - Method in interface org.eclipse.persistence.jpa.rs.PersistenceContextFactoryProvider
-
- getPersistenceContextNames() - Method in interface org.eclipse.persistence.jpa.rs.PersistenceContextFactory
-
- getPersistenceContextNames() - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
-
Returns names of all currently cached persistence contexts.
- getPersistenceFactory() - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
Gets the persistence factory.
- getPersistenceFactory(ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
Gets the persistence factory.
- getPersistenceProviderClassName() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the fully qualified name of the persistence provider
implementation class.
- getPersistenceProviderResolver() - Static method in class javax.persistence.spi.PersistenceProviderResolverHolder
-
Returns the current persistence provider resolver.
- getPersistenceProviders() - Method in interface javax.persistence.spi.PersistenceProviderResolver
-
Returns a list of the PersistenceProvider
implementations
available in the runtime environment.
- getPersistenceType() - Method in interface javax.persistence.metamodel.Type
-
Return the persistence type.
- getPersistenceUnitInfo() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- getPersistenceUnitName() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the name of the persistence unit.
- getPersistenceUnitRootUrl() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the URL for the jar file or directory that is the
root of the persistence unit.
- getPersistenceUnitUtil() - Method in interface javax.persistence.EntityManagerFactory
-
Return interface providing access to utility methods
for the persistence unit.
- getPersistenceUtil() - Static method in class javax.persistence.Persistence
-
Return the PersistenceUtil instance
- getPersistenceXMLLocation() - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
-
- getPersistenceXMLSchemaVersion() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the schema version of the persistence.xml
file.
- getPersistentAttributeType() - Method in interface javax.persistence.metamodel.Attribute
-
Return the persistent attribute type for the attribute.
- getPessimisticLockingPolicy() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
PUBLIC:
Return the policy for bean pessimistic locking
- getPingSQL() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
EclipseLink will attempt to test a connection if it encounters an exception on the connection
when executing SQL.
- getPKClass() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL:
- getPKClassInstance() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL:
- getPl2SQLName(ComplexDatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
Return the conversion function name, generate the function if missing.
- getPlatform(Class) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Return the platform for a particular class.
- getPlatform() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Return the database platform specific information.
- getPlatform() - Method in interface org.eclipse.persistence.sessions.Login
-
INTERNAL:
Return the database platform specific information.
- getPlatform() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the database platform currently connected to.
- getPlatformClassName() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Return the name of the database platform class.
- getPlatformOperatorName(int) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Initialize a mapping to the platform operator names for usage with exceptions.
- getPlatformOperatorNames() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Initialize a mapping to the platform operator names for usage with exceptions.
- getPlatformOperatorSelectors() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
- getPluralAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return all multi-valued attributes (Collection-, Set-,
List-, and Map-valued attributes) of the managed type.
- getPolicy() - Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
-
- getPolicy() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the cursor policy.
- getPolicy() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
- getPoolName() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC:
Return the pool name or null if not part of a pool.
- getPosition() - Method in interface javax.persistence.Parameter
-
Return the parameter position, or null if the parameter
is not a positional parameter.
- getPosition() - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
-
Returns the position of the cursor in the query.
- getPosition(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
-
Returns the position of the cursor within the given
Expression
- getPosition() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ResultQuery
-
Returns the position of the cursor within the new query.
- getPosition() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the position of the stream inside the object collection.
- getPosition() - Method in class org.eclipse.persistence.queries.CursoredStream
-
INTERNAL:
Return the position of the stream inside the object collection
- getPosition() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
PUBLIC:
Retrieves the current cursor position (current row).
- getPositionalNodes() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getPositionalNodes() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- getPostBuildSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called after an object is built
- getPostCloneSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called after an object is cloned
- getPostDeleteSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called after an object is deleted
- getPostInsertSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called after an object is inserted
- getPostMergeSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called after an object is merged
- getPostRefreshSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called after an object is refreshed
- getPostUpdateSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called after an object is updated
- getPostWriteSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called after an object is written
- getPreallocationSize() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
-
- getPreallocationSize() - Method in class org.eclipse.persistence.sequencing.Sequence
-
- getPreDeleteMappings() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Set of mappings that require early delete behavior.
- getPreDeleteSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called before an object is deleted
- getPredicateProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
INTERNAL:
Return the list of predicate properties.
- getPrefetchedCacheKeys() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
- getPrefix() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs
-
Gets the value of the prefix property.
- getPrefix(String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPNamespaceContext
-
- getPrefix() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
- getPrefixBytes(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getPrefixes(String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPNamespaceContext
-
- getPrefixesForFragment() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getPrefixForFragment(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getPrefixForNamespace(String, NamespaceResolver) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getPrefixForNamespace(String, NamespaceResolver, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getPrefixForNamespace(Schema, String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- getPreInsertSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called before an object is inserted
- getPrePersistSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called before the create operation is applied to an object
- getPreRemoveSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called before the remove operation is applied to an object
- getPreUpdateSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called before an object is updated
- getPreviousLevel() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.Level
-
- getPreviousObject() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
- getPreWriteSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
The name of the method called before an object is written
- getPrimaryKey(PersistenceContext, String) - Static method in class org.eclipse.persistence.jpa.rs.util.IdHelper
-
- getPrimaryKey() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL:
Return the primaryKey.
- getPrimaryKey() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
INTERNAL:
Get the primary key for the query
- getPrimaryKeyDescriptor() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
Return the descriptor for whichever side of the
relation has the "primary key".
- getPrimaryKeyFieldNames() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
PUBLIC:
Return the names of all the primary keys.
- getPrimaryKeyFieldNames() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the names of all the primary keys.
- getPrimaryKeyFieldNames() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- getPrimaryKeyFieldNames() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
- getPrimaryKeyFields() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
INTERNAL:
Return all the primary key fields
- getPrimaryKeyFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return all the primary key fields
- getPrimaryKeyForObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
- getPrimaryKeyForObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
- getPrimaryKeyIdValidations() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Return what types are allowed in each primary key field (id).
- getPrimaryKeys() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
- getPrimaryKeyValues() - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
- getPrivateOwnedCriteria() - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
INTERNAL:
The private owned criteria is only used outside of the unit of work to compare the previous value of the reference.
- getPrivateOwnedCriteria() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
The private owned criteria is only used outside of the unit of work to compare the previous value of the reference.
- getProblemInstance() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Gets the problem instance.
- getProblemType() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Gets the problem type.
- getProcedureArgumentNames() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
INTERNAL:
The if the names are provide the order is not required to match the call def.
- getProcedureArgumentSetter() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Used for sp calls.
- getProcedureArgumentString() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Pervasive uses ":" as prefix for procedure arguments.
- getProcedureArgumentString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
Used for sp defs.
- getProcedureArgumentString() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
Used for sp defs.
- getProcedureArgumentString() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Used for sp defs.
- getProcedureAsString() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
Used for stored procedure defs.
- getProcedureAsString() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
MySQL does not use the AS token.
- getProcedureAsString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- getProcedureAsString() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Symfoware does not use the AS token.
- getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
Used for stored procedure defs.
- getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
Used for stored procedure defs.
- getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
MySQL requires BEGIN.
- getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Pervasive requires BEGIN in a procedure statement.
- getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: Used for sp calls.
- getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Used for stored procedure definitions.
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
Used for sp calls.
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
Used for stored procedure calls.
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Used for sp calls.
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Pervasive uses CALL or EXECUTE not CALL PROCEDURE or EXECUTE PROCEDURE
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
Used for sp calls.
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
Used for sp calls.
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Used for sp calls.
- getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Used for stored procedure calls.
- getProcedureCallTail() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
Used for sp calls.
- getProcedureCallTail() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
Used for sp calls.
- getProcedureCallTail() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
Used for sp calls.
- getProcedureCallTail() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- getProcedureCallTail() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Used for stored procedure calls.
- getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
Used for stored procedure defs.
- getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
Used for stored procedure defs.
- getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
MySQL requires END.
- getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Pervasive requires END in a procedure statement.
- getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: Used for sp calls.
- getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Used for stored procedure definitions.
- getProcedureName() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Return the name of the store procedure on the database.
- getProcedures() - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
-
Packages can contain sets of procedures.
- getProduct() - Static method in class org.eclipse.persistence.Version
-
- getProfiler() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the profiler.
- getProfiles() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
Return the profiles logged in this profiler.
- getProfileTime() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- getProfileTime() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getProfileWeight() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Return the DMS sensor weight
- getProfileWeight() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return the DMS sensor weight
- getProfileWeight() - Method in interface org.eclipse.persistence.sessions.SessionProfiler
-
INTERNAL:
Return DMS sensor weight(DMS)
- getProfileWeight() - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
-
INTERNAL:
Return DMS sensor weight(DMS)
- getProfileWeight() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
Return the level of profiling.
- getProfileWeight() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- getProfilingType() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to get the type of profiling.
- getProfilingType() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to get the type of profiling.
- getProject() - Method in interface org.eclipse.persistence.core.sessions.CoreSession
-
PUBLIC:
Return the project.
- getProject() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
PUBLIC:
Return the project to generate from.
- getProject() - Static method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
Cache the creation and initialization of the Session XML mapping project.
- getProject() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the project.
- getProperties() - Method in interface javax.persistence.EntityManager
-
Get the properties and hints and associated values that are in effect
for the entity manager.
- getProperties() - Method in interface javax.persistence.EntityManagerFactory
-
Get the properties and associated values that are in effect
for the entity manager factory.
- getProperties() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns a properties object.
- getProperties() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Returns the user defined properties.
- getProperties() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
Returns the adapter specific properties.
- getProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the Map of Properties for this TypeInfo.
- getProperties() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
used as a temporary store for custom SDK usage
- getProperties() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
Return a properties object for a given instance of the
XMLMarshaller.
- getProperties() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Property support for use by mappings.
- getProperties() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
The properties are additional, driver-specific, connection information
to be passed to the driver.
- getProperties() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
ADVANCED:
This method will return the collection of custom properties set on the Connection
policy.
- getProperties() - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Allow for user defined properties.
- getProperties() - Method in class org.eclipse.persistence.sessions.SessionEvent
-
PUBLIC:
Additional properties may be added to the event.
- getPropertiesForClass(JavaClass, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getPropertiesNames() - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
The current names of properties.
- getProperty(String) - Method in class javax.xml.bind.Binder
-
Get the particular property in the underlying implementation of
Binder.
- getProperty(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Default implementation of the getProperty method handles
the four defined properties in Marshaller.
- getProperty(String) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Default implementation of the getProperty method always
throws PropertyException since there are no required
properties.
- getProperty(String) - Method in interface javax.xml.bind.Marshaller
-
Get the particular property in the underlying implementation of
Marshaller.
- getProperty(String) - Method in interface javax.xml.bind.Unmarshaller
-
Get the particular property in the underlying implementation of
Unmarshaller.
- getProperty(String) - Method in interface javax.xml.bind.Validator
-
- getProperty(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Returns the descriptor property associated the given String.
- getProperty(String) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
PUBLIC:
Returns the adapter property associated the given name.
- getProperty(DatabaseField) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED:
Return an expression representing a property with the given name.
- getProperty(String) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-
- getProperty(String) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
Get a property from the JAXBMarshaller.
- getProperty(String) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
Get a property from the JAXBMarshaller.
- getProperty(String) - Method in class org.eclipse.persistence.jaxb.JAXBValidator
-
- getProperty(Object) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
ADVANCED:
Allow user defined properties.
- getProperty(Object) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Property support used by mappings to store temporary stuff in
the query.
- getProperty(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
The properties are additional, driver-specific, connection information
to be passed to the driver.
- getProperty(String) - Method in interface org.eclipse.persistence.sessions.Login
-
PUBLIC:
The properties are additional, driver-specific, connection information
to be passed to the driver.
- getProperty(String) - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
Search for and return the user defined property from this client session, if it not found then search for the property
from parent.
- getProperty(Object) - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC:
Returns the property associated with the corresponding key.
- getProperty(String) - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Returns the user defined property.
- getProperty(String) - Method in class org.eclipse.persistence.sessions.SessionEvent
-
PUBLIC:
Additional properties may be added to the event.
- getPropertyIndex(String) - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
- getPropertyList() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getPropertyMapFromArrayList(ArrayList<Property>) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getPropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getPropertyName() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IPropertyChangeEvent
-
Returns the name of the property that changed.
- getPropertyName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.PropertyChangeEvent
-
Returns the name of the property that changed.
- getPropertyNames() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getPropertyOverrides(Map<String, Object>, ClassLoader, SessionLog) - Method in interface org.eclipse.persistence.jpa.metadata.MetadataSource
-
PUBLIC: This method is responsible for returning additional persistence
unit property overrides.
- getPropertyOverrides(Map<String, Object>, ClassLoader, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.XMLMetadataSource
-
PUBLIC: This method is responsible for returning additional persistence
unit property overrides.
- getPropertyPath() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getPropertyPropertiesForClass(JavaClass, TypeInfo, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getPropertyPropertiesForClass(JavaClass, TypeInfo, boolean, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getPropertyType(int) - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
- getPropertyType(String) - Method in interface org.eclipse.persistence.dynamic.DynamicType
-
- getPropOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getPropOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
-
Gets the value of the propOrder property.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Returns the persistence provider name.
- getProvider() - Method in interface org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns the provider for managed types (entities, embeddables, mapped superclasses).
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.JavaQuery
-
Retrieves the provider of managed types.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Retrieves the provider of managed types.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
-
Retrieves the owner of this managed type.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
-
Retrieves the owner of this managed type.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
-
Retrieves the owner of this managed type.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns the provider of managed types.
- getProvider() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedType
-
Retrieves the owner of this managed type.
- getProvider() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IQuery
-
Retrieves the provider of managed types.
- getProviderUtil() - Method in interface javax.persistence.spi.PersistenceProvider
-
Return the utility interface implemented by the persistence
provider.
- getProviderUtil() - Method in class org.eclipse.persistence.jpa.PersistenceProvider
-
Return the utility interface implemented by the persistence
provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in interface org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the version of the persistence provider.
- getProxy(Map<String, Object>, Class<A>, ClassLoader, ConversionManager) - Static method in class org.eclipse.persistence.jaxb.javamodel.AnnotationProxy
-
This is the preferred way to obtain an instance of a dynamic proxy.
- getPublicMemberPropertiesForClass(JavaClass, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getQNameForProperty(Property, String, JavaHasAnnotations, NamespaceInfo, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getQNamesToDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getQNamesToDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
INTERNAL:
Get the map of which QName corresponds to which declared class.
- getQNamesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getQualified(String) - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
- getQualifiedFieldName() - Method in class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
-
PUBLIC:
Return the qualified field name for the query key.
- getQualifiedJavaTypeName(String, String) - Static method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Prepends a package name to a given java type name, if it is not already present.
- getQualifiedName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getQualifiedName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaPackage
-
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Returns the fully-qualified name of this JavaClass
.
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
-
Returns the fully-qualified name of this JavaPackage
.
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
-
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Returns the fully-qualified name of this JavaClass
.
- getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
-
Returns the fully-qualified name of this JavaPackage
.
- getQualifiedTableName() - Method in class org.eclipse.persistence.sequencing.TableSequence
-
- getQualifier() - Method in class org.eclipse.persistence.sequencing.Sequence
-
INTERNAL:
- getQualifier() - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
PUBLIC:
Most major databases support a creator name scope.
- getQualifier() - Static method in class org.eclipse.persistence.Version
-
- getQueries() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC:
Return the pre-defined queries for the descriptor.
- getQueries() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
List of queries that upon initialization are copied over to the session
- getQueries() - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Return all pre-defined queries.
- getQueriesMetadata(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource
-
- getQueriesMetadata(String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource
-
Deprecated.
- getQueriesMetadataInternal(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource
-
- getQuery() - Method in exception javax.persistence.QueryTimeoutException
-
Returns the query that caused this exception.
- getQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC:
The query causing the event.
- getQuery(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC:
Return the query name from the set of pre-defined queries
If only one query exists with this name, it will be returned.
- getQuery(String, Vector) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC:
Return the query from the set of pre-defined queries with the given name and argument types.
- getQuery() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
-
PUBLIC:
This method returns the databaseQuery.
- getQuery() - Method in exception org.eclipse.persistence.exceptions.OptimisticLockException
-
PUBLIC:
Return the query in which the problem was detected.
- getQuery() - Method in exception org.eclipse.persistence.exceptions.QueryException
-
PUBLIC:
Return the query in which the problem was detected.
- getQuery() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Returns the
Expression
representing the unioned query.
- getQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns the external form representing a named query.
- getQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the external form of the JPQL query.
- getQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Returns the external form representing the JPQL query.
- getQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns the external form representing the JPQL query.
- getQuery() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ResultQuery
-
Returns the new JPQL query after insertion of the choice.
- getQuery() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the query associated with the stream.
- getQuery() - Method in class org.eclipse.persistence.queries.CursorPolicy
-
INTERNAL:
Return the query.
- getQuery() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
INTERNAL:
Return the query.
- getQuery() - Method in class org.eclipse.persistence.queries.JPQLCall
-
Back reference to query, unfortunately required for events.
- getQuery(String, Vector, boolean) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
Return the query from the session pre-defined queries with the given name and argument types.
- getQuery(String) - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Was PUBLIC: customer will be redirected to
Session
.
- getQuery(String, Vector) - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
- getQuery(String) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the query from the session pre-defined queries with the given name.
- getQuery(String, List) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the query from the session pre-defined queries with the given name.
- getQuery() - Method in class org.eclipse.persistence.sessions.SessionEvent
-
PUBLIC:
Some events may have a query associated with them (pre/postExecuteQuery).
- getQueryArgumentsRecord() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
-
PUBLIC:
Return the query arguments used in the original query when exception is thrown
- getQueryArgumentsRecord() - Method in exception org.eclipse.persistence.exceptions.QueryException
-
PUBLIC:
Return the query argements used in the original query when exception is thrown
- getQueryBNF(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Retrieves the BNF object that was registered for the given unique identifier.
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
-
- getQueryBNF(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Retrieves the BNF object that was registered for the given unique identifier.
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.EncapsulatedIdentificationVariableExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
-
- getQueryBNF() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
- getQueryBNF(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Retrieves the BNF object that was registered for the given unique identifier.
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.HavingClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.IndexExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LocateExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LogicalExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LowerExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ModExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.OnClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleFromClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.StartWithClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpperExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhereClause
-
- getQueryBNF(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Retrieves the
JPQLQueryBNF
that was registered for the given unique identifier.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF
that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF
that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF
that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF
that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF
that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF
that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF
that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF
that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF
that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF
that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF
that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF
that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF
that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF
that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF
that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF
that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF
that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF
that will determine how to parse the encapsulated expression.
- getQueryBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
- getQueryBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
- getQueryBuilder() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
- getQueryByExamplePolicy() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
When using Query By Example, an instance of QueryByExamplePolicy is used to customize the query.
- getQueryClass() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
- getQueryClass() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
- getQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
- getQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the context used to query information about the JPQL query.
- getQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
- getQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Returns the
JPQLQueryContext
that contains information related to the JPQL query.
- getQueryExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getQueryExpressions() - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
return a collection of expressions if PK's are used.
- getQueryExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getQueryFromParent(String, Vector) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
CR#3711: Check if the class for this descriptor has a parent class.
- getQueryId() - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
This method is used to get the time in millis that this query is being executed at.
- getQueryKeyNamed(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the query key with the specified name
- getQueryKeys() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the query keys.
- getQueryManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the queryManager.
- getQueryManager(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
Convenience method
- getQueryMechanism() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the mechanism assigned to the query
- getQueryMetadata(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource
-
- getQueryMetadata(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource
-
Deprecated.
- getQueryMetadataInternal(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource
-
- getQueryNounName(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
TopLink_sessionName_domainClass_queryClass_queryName (if exist).
- getQueryOptions(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.QueryResource
-
- getQueryParameters(UriInfo) - Static method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
Get the URI query parameters of the current request
In JPA-RS, predefined attributes (such as eclipselink query hints) are treated as query parameters
List of valid query parameters for JPA-RS is defined in QueryParameters
- getQueryPosition() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
-
- getQueryPrimaryKey() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Return the primary key stored in this query if there is one
This is overridden by subclasses that actually hold a primary key
- getQueryPrimaryKey() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
INTERNAL:
Return the primary key stored in this query
- getQueryResource(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.MetadataResource
-
Returns query metadata if accepted media type is 'application/json' or entity schema if
accepted media type is 'application/schema+json'.
- getQueryResults(AbstractSession) - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
To any user of this object with some knowledge of what the query's results may contain.
- getQueryResults(AbstractSession, boolean) - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
To any user of this object with some knowledge of what the query's results may contain.
- getQueryResults(AbstractSession, AbstractRecord, boolean) - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
To any user of this object with some knowledge of what the query's results may contain.
- getQueryResultsCachePolicy() - Method in class org.eclipse.persistence.queries.ReadQuery
-
PUBLIC:
Return the QueryResultsCachePolicy for this query.
- getQueryRetryAttemptCount() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return the number of attempts EclipseLink should make to re-connect to a database and re-execute
a query after a query has failed because of a communication issue.
- getQueryRoot(PersistenceContext, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Returns StringBuilder containing query root:
http(s)://root:port/persistence/version/context/query/queryName
- getQueryStatement() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Returns the
Expression
representing the query, which is either a
SELECT, a
DELETE or an
UPDATE clause.
- getQueryStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Returns the only child of this state object, which represents one of the three query statement.
- getQueryString() - Method in class org.eclipse.persistence.eis.interactions.QueryStringInteraction
-
PUBLIC:
Return the query string.
- getQueryString() - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
-
INTERNAL:
Return the query string.
- getQueryTimeout() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC:
Return the number of seconds queries will wait for their Statement to execute
- getQueryTimeout() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the number of seconds the driver will wait for a Statement
to execute to the given number of seconds.
- getQueryTimeoutUnit() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
- getQueryTimeoutUnit() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the unit of time the driver will wait for a Statement to
execute.
- getQueryType() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
- getQuotedFunctionName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Returns the quoted name of the native database function.
- getRangeDeclarationBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Returns the
Expression
representing the range variable declaration.
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Returns the variable declaration, which is the abstract schema name and the identification
variable.
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Returns the
Expression
representing the range variable declaration.
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Returns the
StateObject
representing the range variable declaration portion.
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Returns the
StateObject
that defines the range variable declaration.
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the
StateObject
that defines the range variable declaration.
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
-
Returns the
StateObject
representing the range variable declaration portion.
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Returns the
StateObject
representing the range variable declaration portion.
- getRangeVariableDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getRawName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Returns the raw name of this JavaClass
.
- getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Returns the raw name of this JavaClass
.
- getReadAllCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's read-all call.
- getReadAllQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's read query.
- getReadAllQuery(Query) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Access the internal EclipseLink query wrapped within the JPA query.
- getReadAllSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's read SQL string.
- getReadAllSubclassesView() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
The view can be used to optimize/customize the query for all subclasses where they have multiple tables.
- getReadAllSubclassesViewName() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
The view can be used to optimize/customize the query for all subclasses where they have multiple tables.
- getReadConnectionPool() - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
Handles allocating connections for read queries.
- getReadConnectionPool() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Return the read connection pool.
- getReader() - Method in class org.eclipse.persistence.tools.PackageRenamer
-
- getReadLogin() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Return the login for the read connection.
- getReadObjectCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's read-object call.
- getReadObjectQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's read query.
- getReadObjectSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's read SQL string.
- getReadOnlyClasses() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
Returns the set of read-only classes in this UnitOfWork.
- getReadSession(Object) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Return the session corresponding to this object.
- getReadSession(Class) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL:
Return the session corresponding to this class.
- getReadSession(XMLDescriptor) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL:
Return the session corresponding to this XMLDescriptor.
- getReadTime() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
INTERNAL:
Return the current value of the Read Time variable
- getRealAttributeValueFromAttribute(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the value of an attribute unwrapping value holders if required.
- getRealAttributeValueFromAttribute(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Returns the attribute value from the reference object.
- getRealAttributeValueFromAttribute(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Returns the real attribute value from the reference object's attribute value.
- getRealAttributeValueFromAttribute(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL:
Object reference must unwrap the reference object if required.
- getRealAttributeValueFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the value of an attribute unwrapping value holders if required.
- getRealCollectionAttributeValueFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
Convenience method.
- getRealCollectionAttributeValueFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the value of an attribute, unwrapping value holders if necessary.
- getRealCollectionAttributeValueFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL:
Convenience method.
- getRealCollectionAttributeValueFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL:
Convenience method.
- getRealCollectionAttributeValueFromObject(Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
-
Return the attribute value from the specified object,
unwrapping the value holder if necessary.
- getRecord() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC:
Return the record that is associated with some events,
such as postBuild, and aboutToUpdate.
- getRecord() - Method in class org.eclipse.persistence.eis.EISDOMRecord
-
Return the JCA adapter record.
- getRecord() - Method in class org.eclipse.persistence.eis.EISMappedRecord
-
Return the wrapped record.
- getRecord() - Method in interface org.eclipse.persistence.sessions.changesets.TransformationMappingChangeRecord
-
ADVANCED:
This method is used to access the changes of the fields in a transformation mapping.
- getRecord() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- getRecordConverter() - Method in class org.eclipse.persistence.eis.EISPlatform
-
Return the record converter.
- getRecordFactory() - Method in class org.eclipse.persistence.eis.EISAccessor
-
Return the RecordFactory.
- getRecordName() - Method in class org.eclipse.persistence.eis.EISDOMRecord
-
Forward to the record.
- getRecordShortDescription() - Method in class org.eclipse.persistence.eis.EISDOMRecord
-
Forward to the record.
- getRedirector() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the query redirector.
- getRedirectorForQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the query redirector.
- getRef(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
INTERNAL:
Get the ref for the object.
- getReference(Class<T>, Object) - Method in interface javax.persistence.EntityManager
-
Get an instance, whose state may be lazily fetched.
- getReference(Class, Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
Get an instance, whose state may be lazily fetched.
- getReferenceClass() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
-
- getReferenceClass() - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
PUBLIC:
Returns the reference class
- getReferenceClass() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
This cannot be used with direct collection mappings.
- getReferenceClass() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Returns the reference class.
- getReferenceClass() - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
-
PUBLIC:
Return the reference class of the relationship.
- getReferenceClass() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the domain class associated with this query.
- getReferenceClass() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
Return the domain class associated with this query.
- getReferenceClass() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
PUBLIC:
Return the reference class for this query.
- getReferenceClass() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
PUBLIC:
Return the reference class of the query.
- getReferenceClass() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
Return the domain class associated with this query.
- getReferenceClass() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Return the reference class of the query.
- getReferenceClassName() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
-
- getReferenceClassName() - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
Used by MW.
- getReferenceClassName() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- getReferenceClassName() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Returns the reference class name.
- getReferenceClassName() - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
-
PUBLIC:
Return the reference class name of the relationship.
- getReferenceClassName() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: return the name of the reference class.
- getReferenceClassName() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL:
Return the name of the reference class for this query
Note: Although the API is designed to avoid requirement of classes being on the classpath,
this is not a user defined query type, so it is ok to access the class.
- getReferenceClassName() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
INTERNAL:
Return the name of the reference class of the query.
- getReferenceClassName() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL:
Return the reference class of the query.
- getReferenceClassName() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
INTERNAL:
Return the reference class for a query
Note: Although the API is designed to avoid classpath dependencies for the MW, since the object
is specified at runtime, this will not be an issue.
- getReferenceClassName() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the reference class of the query.
- getReferencedByTransformer() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getReferencedElements() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the list of referenced elements.
- getReferenceDescriptor() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
-
PUBLIC:
Return the referenceDescriptor.
- getReferenceDescriptor() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Return the referenceDescriptor.
- getReferenceDescriptor(Class, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
for inheritance purpose
- getReferenceDescriptor() - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
Return the referenceDescriptor.
- getReferenceDescriptor(Class, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL:
For inheritance purposes.
- getReferenceDescriptor(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
Convenience method
- getReferenceDescriptor(Class, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Since aggregate object mappings clone their descriptors, for inheritance the correct child clone must be found.
- getReferenceDescriptor() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
PUBLIC:
Return the referenceDescriptor.
- getReferenceDescriptor() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
There is none on direct collection.
- getReferenceDescriptor() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Return the referenceDescriptor.
- getReferenceDescriptor() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Get the descriptor for this mapping
This method is potentially called when this mapping is used as a map key and
will return null since direct mappings do not have reference descriptors.
- getReferenceDescriptor() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Get the descriptor for the Map Key
- getReferenceDescriptor(DOMRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getReferenceDescriptor(Class, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getReferenceDescriptor(DOMRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- getReferenceDescriptor(Class, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- getReferencedXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes.XmlJoinNode
-
Gets the value of the referencedXmlPath property.
- getReferenceFields() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Return the fields used to build the aggregate object.
- getReferenceKeyFieldNames() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return the reference key field names associated with the mapping.
- getReferenceKeyFields() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return the reference key fields.
- getReferenceManagedType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the reference managed type from the given relationship mapping.
- getReferenceManagedType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the reference managed type from the given relationship mapping.
- getReferenceObjectKeys(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
get reference object keys
- getReferenceResolver() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
The ReferenceResolver that is leveraged by key based mappings.
- getReferenceResolver() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getReferenceTable() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return the direct table.
- getReferenceTable(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
-
PUBLIC:
Returns the reference table.
- getReferenceTableName() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Returns the name of the reference table
- getReferenceTableQualifiedName() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Returns the qualified name of the reference table.
- getRegexp() - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternFacet
-
- getRegisteredObjects() - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Return the registered objects.
- getRelationFieldForTargetField(DatabaseField) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Return the relation field for the target field.
- getRelationshipPartner(Map<String, String>, Map<String, Object>) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
Gets the relationship partner.
- getRelationshipPartner() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the relationshipPartner mapping for this bi-directional mapping.
- getRelationshipPartner() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return the relationshipPartner mapping for this bi-directional mapping.
- getRelationshipPartner() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Return the relationshipPartner mapping for this bi-directional mapping.
- getRelationshipPartnerAttributeName() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
PUBLIC:
Use this method retrieve the relationship partner attribute name of this bidirectional Mapping.
- getRelationTable() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Return the relation table associated with the mapping.
- getRelationTable() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
PUBLIC:
Return RelationTable.
- getRelationTable(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.DirectCollectionQueryKey
-
PUBLIC:
Returns the reference table.
- getRelationTable(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
-
PUBLIC:
Returns the relation table.
- getRelationTable(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.ManyToManyQueryKey
-
PUBLIC:
Returns the reference table.
- getRelationTable(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.OneToManyQueryKey
-
PUBLIC:
Returns the reference table.
- getRelationTable() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Return the relation table associated with the mapping.
- getRelationTableMechanism() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Returns RelationTableMechanism that may be owned by the mapping.
- getRelationTableMechanism() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
PUBLIC:
Returns RelationTableMechanism that may be owned by the mapping,
that allows to configure the mapping to use relation table (just like ManyToManyMapping).
- getRelationTableName() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Return the relation table name associated with the mapping.
- getRelationTableName() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Return the relation table name associated with the mapping.
- getRelationTableQualifiedName() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Return the relation table qualified name associated with the mapping.
- getRelationTableQualifiedName() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Return the relation table qualified name associated with the mapping.
- getRemainingValidTime(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
-
INTERNAL:
Return the remaining life of this object
- getRemainingValidTime(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.NoExpiryCacheInvalidationPolicy
-
INTERNAL:
Return the remaining life of this object
Override the default implementation.
- getRemainingValidTime(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Returns the remaining life of the given Object.
- getRemoteCommandManager() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL:
- getRemoteConnection() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL:
Return the remote connection.
- getRemoteContextProperties() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
ADVANCED:
Return the cached properties that will be used to create the initial context
when doing remote JNDI lookups.
- getRemoteHostContext(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL:
Return the context used for looking up in the JNDI space of the specified remote URL.
- getRemoteIdentityMapClass() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL:
Return the class of identity map to be used by this descriptor.
- getRemoteIdentityMapClass() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the class of identity map to be used by this descriptor.
- getRemoteIdentityMapSize() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Return the size of the remote identity map.
- getRemoteIdentityMapSize() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the size of the remote identity map.
- getRemoteSessionController() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL:
Return the remote session controller
- getRemoteSessionController() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL:
Return the remote session controller
- getRemoteSessionController() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL:
Return the remote session controller
- getRemovedElements() - Method in interface org.eclipse.persistence.indirection.IndirectCollection
-
INTERNAL:
Return if the collection has any elements removed that have been deferred to instantiation.
- getRemovedElements() - Method in class org.eclipse.persistence.indirection.IndirectList
-
INTERNAL:
Return the elements that have been removed before instantiation.
- getRemovedElements() - Method in class org.eclipse.persistence.indirection.IndirectMap
-
INTERNAL:
Return the elements that have been removed before instantiation.
- getRemovedElements() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL:
Return the elements that have been removed before instantiation.
- getRemoveIndexes() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the indexes into the old collection of
the elements that were removed.
- getRemoveIndexes() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the indexes into the old collection of
the elements that were removed.
- getRemoveObjectList() - Method in interface org.eclipse.persistence.sessions.changesets.CollectionChangeRecord
-
ADVANCED:
This method returns the Map that contains the removed values from the collection
and their corresponding ChangeSets.
- getRemoveObjectList() - Method in interface org.eclipse.persistence.sessions.changesets.DirectCollectionChangeRecord
-
ADVANCED:
This method returns the collection of Primitive Objects that were removed to the collection.
- getRemoves() - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
-
ADVANCED:
Return the removed stuff.
- getRemoves() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the entries for all the elements removed from the old collection.
- getRemoves() - Method in interface org.eclipse.persistence.sessions.changesets.EISCollectionChangeRecord
-
ADVANCED:
Return the removed objects.
- getRemoves() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
-
ADVANCED:
Return the entries for all the elements removed from the old collection.
- getRenameValues() - Method in class org.eclipse.persistence.utils.rename.PackageRenamer
-
- getReplaceValue() - Method in class org.eclipse.persistence.utils.rename.RenameValue
-
- getReplicateWrites() - Method in class org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
-
PUBLIC:
Return if write queries should be replicated.
- getReplicateWrites() - Method in class org.eclipse.persistence.descriptors.partitioning.UnionPartitioningPolicy
-
PUBLIC:
Return if write queries should be replicated.
- getReportItems() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
- getReportQuery(Query) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Access the internal EclipseLink query wrapped within the JPA query.
- getRepositoryName() - Method in class org.eclipse.persistence.jpa.metadata.XMLMetadataSource
-
Used by getEntityMappings when creating the XMLEntityMappings as a way of describing where it was read from.
- getRequestId() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Gets the request id.
- getResolvedType() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
-
- getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
-
- getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
-
- getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
-
Returns the JavaClass
representing the type of this JavaField
.
- getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Returns this JavaMethod's
return type.
- getResolver(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getResolver(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Retrieves the
Resolver
mapped with the given identification variable.
- getResolver(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Retrieves the
Resolver
mapped with the given identification variable.
- getResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
- getResolverBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getResolverImp(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Retrieves the
Resolver
mapped with the given identification variable.
- getResource() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
- getResourceName() - Method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
-
- getResourceName() - Method in exception org.eclipse.persistence.exceptions.StaticWeaveException
-
- getResourceName() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
PUBLIC:
Returns the resource name we are trying to load.
- getResourcePath() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
INTERNAL:
Will return the the resource name with full path of the resource file.
- getResponseBuilder(FeatureSet.Feature) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureSet
-
- getResponseBuilder(FeatureSet.Feature) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2
-
- getResponseBuilder(FeatureSet.Feature) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetV2
-
- getResponseMediaType(HttpHeaders) - Static method in class org.eclipse.persistence.jpa.rs.util.StreamingOutputMarshaller
-
- getRestriction() - Method in interface javax.persistence.criteria.CommonAbstractCriteria
-
Return the predicate that corresponds to the where clause
restriction(s), or null if no restrictions have been
specified.
- getRestrictionBase() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-
- getResult() - Method in interface javax.xml.bind.UnmarshallerHandler
-
Obtains the unmarshalled result.
- getResult() - Method in class javax.xml.bind.util.JAXBResult
-
Gets the unmarshalled object created by the transformation.
- getResult() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshallerHandler
-
Return the unmarhalled document.
- getResult() - Method in class org.eclipse.persistence.oxm.XMLUnmarshallerHandler
-
Returns the object that was unmarshalled from the SAX events.
- getResult() - Method in class org.eclipse.persistence.queries.ComplexQueryResult
-
PUBLIC:
Return the result of the query.
- getResult() - Method in class org.eclipse.persistence.sessions.SessionEvent
-
PUBLIC:
Some events may have a result associated with them (pre/postExecuteQuery).
- getResultCollection() - Method in interface org.eclipse.persistence.jpa.JpaQuery
-
PUBLIC:
Non-standard method to return results of a ReadQuery that has a containerPolicy
that returns objects as a collection rather than a List
- getResultCursor() - Method in interface org.eclipse.persistence.jpa.JpaQuery
-
PUBLIC:
Non-standard method to return results of a ReadQuery that uses a Cursor.
- getResultKey() - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
INTERNAL:
Return the unique key for this result
- getResultList() - Method in interface javax.persistence.Query
-
Execute a SELECT query and return the query results
as an untyped List.
- getResultList() - Method in interface javax.persistence.StoredProcedureQuery
-
Retrieve the list of results from the next result set.
- getResultList() - Method in interface javax.persistence.TypedQuery
-
Execute a SELECT query and return the query results
as a typed List.
- getResults() - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC:
Return the results.
- getResults() - Method in class org.eclipse.persistence.queries.SQLResultSetMapping
-
Accessor for the internally stored list of ColumnResult.
- getResultSet() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the result set (cursor).
- getResultSetConcurrency() - Method in class org.eclipse.persistence.queries.ScrollableCursorPolicy
-
PUBLIC:
The ResultSetConcurrency specifies if the resultset is updatable.
- getResultSetType() - Method in class org.eclipse.persistence.queries.ScrollableCursorPolicy
-
PUBLIC:
The ResultSetType specifies if the resultset is sensitive to changes made by others.
- getResultType() - Method in interface javax.persistence.criteria.AbstractQuery
-
Return the result type of the query or subquery.
- getResultType() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Calculates the type of the query result of the JPQL query.
- getResultType() - Method in class org.eclipse.persistence.queries.DataReadQuery
-
Return the result type to be configured, MAP, ARRAY, VALUE, ATTRIBUTE (MAP is the default, DatabaseRecord).
- getResultVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
Returns the
Expression
representing the result variable.
- getResultVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Returns the result variable identifies the select expression, which can be used in the
ORDER BY
clause.
- getResultVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the variables that got defined in the select expression.
- getResultVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Returns the variables that got defined in the select expression.
- getResultVariablesMap() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Returns the map of result variables that got used to define a select expression.
- getResultVariableVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getReturningPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return returning policy.
- getReturnType() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
-
- getReturnType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
-
- getReturnType() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
-
- getReturnType() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
-
Returns this JavaMethod's
return type.
- getReturnType() - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Return the return type.
- getReturnTypeForWriteTransformationMethod(String, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.builder.helper.TransformerReflectionHelper
-
- getReturnTypeForWriteTransformationMethodTransformer(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.builder.helper.TransformerReflectionHelper
-
- getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
Return true if the original container on the object should be used if
present.
- getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
Return true if the original container on the object should be used if
present.
- getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
Return true if the original container on the object should be used if
present.
- getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
Return true if the original container on the object should be used if
present.
- getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
Return true if the original container on the object should be used if
present.
- getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
Return true if the original container on the object should be used if
present.
- getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
-
Return true if the original container on the object should be used if
present.
- getReuseJMSTopicPublisher() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
PUBLIC:
flag used to toggle between j2EE/JMS spec compliant behavior and legacy behavior.
- getRight() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Returns the
StateObject
that represents the right expression.
- getRightExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the
Expression
that represents the second expression, which is after the
identifier.
- getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the right expression.
- getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the right expression.
- getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the right expression.
- getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the right expression.
- getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrExpression
-
Returns the unique identifier of the
JPQLQueryBNF
for the right expression.
- getRightQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
right side of the expression.
- getRightQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
right side of the expression.
- getRightQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
right side of the expression.
- getRightQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
right side of the expression.
- getRightQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
right side of the expression.
- getRollbackOnly() - Method in interface javax.persistence.EntityTransaction
-
Determine whether the current resource transaction has been
marked for rollback.
- getRoot() - Method in interface javax.persistence.criteria.CriteriaDelete
-
Return the query root.
- getRoot() - Method in interface javax.persistence.criteria.CriteriaUpdate
-
Return the query root.
- getRoot() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Retrieves the root node of the parsed tree hierarchy.
- getRoot() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
Retrieves the root node of the parsed tree hierarchy.
- getRoot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
- getRoot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
- getRoot() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
- getRoot(String, String, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Returns StringBuilder containing application root:
http(s)://root:port/persistence/version/context
- getRoot(PersistenceContext) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
-
Returns StringBuilder containing application root:
http(s)://root:port/persistence/version/context
- getRootBean() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getRootBeanClass() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
- getRootClass() - Method in class org.eclipse.persistence.jaxb.json.JsonSchemaOutputResolver
-
Returns the root class of the schema to be generated.
- getRootDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
This method returns the root descriptor for for this descriptor's class heirarchy.
- getRootElementName() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getRootElementNamespaceUri() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getRootEntity() - Method in class org.eclipse.persistence.queries.FetchGroup
-
INTERNAL:
- getRootObject() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Returns the
Expression
that represents the "root" object.
- getRootObjectExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
- getRootParentDescriptor() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Return the root parent descriptor
- getRootPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Returns the "root" object for objects which may not be reachable by navigation.
- getRootPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Returns the "root" object for objects which may not be reachable by navigation.
- getRootPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
-
Returns the "root" object for objects which may not be reachable by navigation.
- getRootPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Returns the "root" object for objects which may not be reachable by navigation.
- getRootPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
-
Returns the "root" object for objects which may not be reachable by navigation, it is
either the abstract schema name (entity name), a derived path expression (which is only
defined in a subquery) or
null
if this
Declaration
is a collection
member declaration.
- getRoots() - Method in interface javax.persistence.criteria.AbstractQuery
-
Return the query roots.
- getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Returns the
StateObject
representing the "root" for objects which may not be
reachable by navigation.
- getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Returns the
StateObject
holding onto the abstract schema name.
- getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
-
Returns the
StateObject
representing the "root" for objects which may not be
reachable by navigation.
- getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
-
Returns the
StateObject
holding onto the abstract schema name.
- getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Returns the
StateObject
representing the "root" for objects which may not be
reachable by navigation.
- getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Returns the
StateObject
holding onto the abstract schema name.
- getRootURL() - Method in interface org.eclipse.persistence.jpa.Archive
-
- getRuntimeServicesMBean() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
INTERNAL:
Return the cached server specific services MBean
- getSchema() - Method in class javax.xml.bind.Binder
-
- getSchema() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- getSchema() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- getSchema() - Method in interface javax.xml.bind.Marshaller
-
Get the JAXP 1.3 Schema
object
being used to perform marshal-time validation.
- getSchema() - Method in interface javax.xml.bind.Unmarshaller
-
Get the JAXP 1.3 Schema
object
being used to perform unmarshal-time validation.
- getSchema() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getSchema() - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-
- getSchema() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- getSchema() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- getSchema() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
-
Gets the value of the schema property.
- getSchema() - Method in class org.eclipse.persistence.oxm.XMLBinder
-
- getSchemaContext() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
Get the path to the simple/complex type definition, element or group to
be referenced in the schema
- getSchemaContext() - Method in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
-
Returns the path to be traversed for validation purposes.
- getSchemaContextAsQName() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
- getSchemaContextAsQName(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
INTERNAL:
- getSchemaFactory() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
-
- getSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current schemaLocation.
- getSchemaLocation() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getSchemaName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getSchemaReference() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
PUBLIC:
Return the SchemaReference associated with this descriptor
- getSchemaType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getSchemaType() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
INTERNAL:
Indicates the schema type to be used during marshal
- getSchemaType(XMLField, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
Return a QName representation the schema type for a given XMLField, if
applicable.
- getSchemaType() - Method in class org.eclipse.persistence.oxm.XMLField
-
Return the schema type associated with this field
- getSchemaType() - Method in class org.eclipse.persistence.oxm.XMLUnionField
-
Return the first schema type in the list of schema types
- getSchemaTypeFor(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getSchemaTypeFor(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
Return the schema type (as QName) based on a given JavaClass.
- getSchemaTypeForValue(Object, CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
- getSchemaTypeForValue(Object, CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.XMLUnionField
-
- getSchemaTypeInfo() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
Return the Map of SchemaTypeInfo instances.
- getSchemaTypeName() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaTypeInfo
-
- getSchemaTypeName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getSchemaTypeNameForClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getSchemaTypeNameForClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- getSchemaTypeOrNullFor(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getSchemaTypes() - Method in class org.eclipse.persistence.oxm.XMLUnionField
-
Return the list of schema types
- getScope() - Method in class javax.xml.bind.JAXBElement
-
Returns scope of xml element declaration.
- getScope() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Gets the value of the scope property.
- getScopeClass() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Get the scope class associated with this element.
- getSecond() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Returns the
StateObject
representing the second expression.
- getSecond() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Returns the
StateObject
representing the second expression.
- getSecondExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Returns the
Expression
that represents the second expression.
- getSecondExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Returns the
Expression
that represents the second expression.
- getSecondQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
second encapsulated expression.
- getSecondQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
second encapsulated expression.
- getSecondQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
second encapsulated expression.
- getSecondQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
second encapsulated expression.
- getSecondQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
second encapsulated expression.
- getSecondQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
second encapsulated expression.
- getSecurableObjectHolder() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Return the encryption securable holder.
- getSelectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
- getSelectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
- getSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
- getSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the SELECT
clause.
- getSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Returns the state object representing the SELECT
clause.
- getSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Returns the state object representing the SELECT
clause.
- getSelectClause() - Method in class org.eclipse.persistence.tools.schemaframework.ViewDefinition
-
The select clause is the select statement that is mapped into the view.
- getSelectClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSelectClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSelectExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Returns the
Expression
representing the select items.
- getSelectExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
Returns the
Expression
representing the select expression.
- getSelectFields() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Returns the set of fields that should be selected to build this mapping's value(s).
- getSelectFields() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Returns the set of fields that should be selected to build this mapping's value(s).
- getSelectForUpdateNoWaitString() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- getSelectForUpdateNoWaitString() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL:
This syntax does no wait on the lock.
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.DB2MainframePlatform
-
INTERNAL:
Used for pessimistic locking in DB2.
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
Used for pessimistic locking in DB2.
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.DBasePlatform
-
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
WITH LOCK is required on FB to hold the lock.
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
Informix seems to like this syntax instead of the OF * syntax.
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
Used for pessimistic locking.
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Temporary workaround to avoid joined queries with FOR UPDATE
in them
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL:
Lock.
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Symfoware supports "for update" for row locking.
- getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
INTERNAL:
Used for pessimistic locking.
- getSelectForUpdateWaitString(Integer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
- getSelection() - Method in interface javax.persistence.criteria.AbstractQuery
-
Return the selection of the query, or null if no selection
has been set.
- getSelection() - Method in interface javax.persistence.criteria.Subquery
-
Return the selection expression.
- getSelectionCriteria() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Returns the selection criteria stored in the mapping selection query.
- getSelectionCriteria() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the selection criteria of the query.
- getSelectionCriteriaClone() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
The clone of the selection criteria is needed for in-memory conforming
each object read from the Cursor.
- getSelectionFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return all selection fields
- getSelectionFields(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return all selection fields
- getSelectionFields() - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
-
Lists the database fields that should be read by the query using the policy.
- getSelectionFields() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- getSelectionFields(ReadQuery) - Method in class org.eclipse.persistence.expressions.Expression
-
- getSelectionFields() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Return the fields selected by the query.
- getSelectionId() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
PUBLIC:
Return Id of the object to be selected by the query.
- getSelectionKey() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
- getSelectionObject() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
PUBLIC:
Return the selection object of the query.
- getSelectionQuery() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Returns the read query associated with the mapping.
- getSelectionQueryContainerPolicy() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Get the container policy from the selection query for this mapping.
- getSelectionQueryContainerPolicy() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Get the container policy from the selection query for this mapping.
- getSelectItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
Returns
- getSelectItemBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getSelectItemQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Returns the unique identifier of the
JPQLQueryBNF
for the list of select items to parse.
- getSelectItemQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClause
-
Returns the unique identifier of the
JPQLQueryBNF
for the list of select items to parse.
- getSelectItemQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
-
Returns the unique identifier of the
JPQLQueryBNF
for the list of select items to parse.
- getSelector() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Return the selector id.
- getSelectQuery() - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
PUBLIC:
- getSelectStatementBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getSelectTables() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Returns the table(s) that should be selected to build this mapping's value(s).
- getSelectTables() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Returns the table(s) that should be selected to build this mapping's value(s).
- getSemanticValidator() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
- getSensorName(String, String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
TopLink_sessionName_domainClass_queryClass_queryName (if exist)_operationName (if exist).
- getSeparators() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- getSequence() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Return the descriptor's sequence.
- getSequence(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
Get sequence corresponding to the name
- getSequenceCounterFieldName() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
PUBLIC:
- getSequenceCounterFieldName() - Method in class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
-
PUBLIC:
Return the name of the only field of this table
- getSequenceNameFieldName() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
PUBLIC:
- getSequenceNumberField() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Get sequence number field
- getSequenceNumberFieldName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Get sequence number field name
- getSequenceNumberName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Get sequence number name
- getSequenceNumberNamed(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- getSequenceNumberNamed(Object) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL:
Perform remote function call
- getSequenceNumberNamed(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
INTERNAL:
Get the value returned by remote function call
- getSequenceNumberNamed(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- getSequenceNumberNamed(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- getSequenceNumberNamed(Object) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL:
Perform remote function call
- getSequenceNumberNamed(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
INTERNAL:
Get the value returned by remote function call
- getSequenceNumberNamed(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
INTERNAL:
Get the value returned by remote function call
- getSequenceNumberNamed(Object) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL:
Perform remote function call
- getSequenceNumberNamed(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
INTERNAL:
Get the value returned by remote function call
- getSequenceNumberNamed(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
INTERNAL:
Get the value returned by remote function call
- getSequencePreallocationSize() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Method returns the value of the Sequence Preallocation size
- getSequencePreallocationSize() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Method returns the value of the Sequence Preallocation size
- getSequences() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
Returns a map of sequence names to Sequences (may be null).
- getSequencesToWrite() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL:
Used only for writing the login into XML or Java.
- getSequenceTable() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
Return the database table for the sequence.
- getSequenceTableIndexes() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
PUBLIC:
- getSequenceTableName(Session) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
This returns the Sequence Table's qualified name, without delimiting.
- getSequenceTableName() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
PUBLIC:
- getSequenceTableQualifiedName() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
PUBLIC:
- getSequenceTableQualifier() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
PUBLIC:
- getSequencing() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
Return the Sequencing object used by the session.
- getSequencing() - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
INTERNAL:
Return the Sequencing object used by the session.
- getSequencing() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Return the Sequencing object used by the session.
- getSequencingCallback(DatabaseSession, SequencingCallbackFactory) - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
Return sequencingCallback corresponding to the passed session.
- getSequencingControl() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC:
Return SequencingControl which used for sequencing setup and
customization including management of sequencing preallocation.
- getSequencingHome() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PROTECTED:
Session broker doesn't have SequencingHome.
- getSequencingServer() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Return SequencingServer object owned by the session.
- getSerializedObjectPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
- getSerializer() - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
Return the serialize used for this converter.
- getSerializer() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
PUBLIC:
Return the Serializer to use for serialization of commands.
- getSerializer() - Method in interface org.eclipse.persistence.sessions.Session
-
Return the Serializer to use by default for serialization.
- getSerializerClassName() - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
Return the class name of the serializer.
- getSerializerPackage() - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
Return the package used for XML and JSON serialization JAXBContext.
- getServerLog() - Method in class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform
-
- getServerLog() - Method in class org.eclipse.persistence.platform.server.NoServerPlatform
-
INTERNAL: getServerLog(): Return the ServerLog for this platform
Return the default ServerLog in the base
- getServerLog() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
INTERNAL: getServerLog(): Return the ServerLog for this platform
Return the default ServerLog in the base
- getServerLog() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: getServerLog(): Return the ServerLog for this platform
Return the default ServerLog in the base
- getServerLog() - Method in class org.eclipse.persistence.platform.server.was.WebSphere_7_Platform
-
- getServerName() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
The server name is the name of the database instance.
- getServerNameAndVersion() - Method in class org.eclipse.persistence.platform.server.NoServerPlatform
-
PUBLIC: getServerNameAndVersion(): Answer null because this does not apply to NoServerPlatform.
- getServerNameAndVersion() - Method in class org.eclipse.persistence.platform.server.sap.SAPNetWeaver_7_1_Platform
-
- getServerNameAndVersion() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
PUBLIC: getServerNameAndVersion(): Talk to the relevant server class library, and get the server name
and version
- getServerNameAndVersion() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
PUBLIC: getServerNameAndVersion(): Talk to the relevant server class library, and get the server name
and version
- getServerPlatform() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
INTERNAL:
Return the serverPlatform that identifies the application server
- getServerPlatform() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC:
Answer the server platform defining server-specific behavior for the receiver (Oc4j, WLS, ...).
- getServerPlatform() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Marked internal as this is not customer API but helper methods for
accessing the server platform from within other sessions types
(i.e. not DatabaseSession)
- getServerPlatform() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the server platform currently used.
- getServerSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
Return the underlying server session
- getServerSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManagerFactory
-
Returns the ServerSession that the Factory will be using and
initializes it if it is not available.
- getServerSession(EntityManagerFactory) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Retrieve the shared server session from the EMF.
- getServerSession() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the jpa server session.
- getServiceId() - Method in class org.eclipse.persistence.sessions.coordination.Command
-
PUBLIC:
Return the service identifier of the service where the command originated
- getServiceId() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
INTERNAL:
Return the service info that identifies this service instance
- getServiceVersion() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets JPARS version.
- getSession() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC:
The session in which the event is raised.
- getSession() - Method in class org.eclipse.persistence.dynamic.DynamicHelper
-
- getSession() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
PUBLIC:
Return the session.
- getSession() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- getSession() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
- getSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
This method will return a Session outside of a transaction and null within a transaction.
- getSession() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
Get the session.
- getSession() - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC:
Get the session that owns this SessionLog.
- getSession() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Return the session that generated the log entry.
- getSession() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- getSession() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
- getSession(int) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL:
XMLContext xmlContext = new XMLContext("path0:path1");
DatabaseSession session = xmlContext.getSession(0); // returns session for path0
- getSession(Object) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Return the session corresponding to this object.
- getSession(Class) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Return the session corresponding to this class.
- getSession(XMLDescriptor) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Return the session corresponding to this XMLDescriptor.
- getSession() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the handle to the session
- getSession() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the current session.
- getSession() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
INTERNAL:
- getSession() - Method in class org.eclipse.persistence.services.RuntimeServices
-
INTERNAL:
- getSession() - Method in class org.eclipse.persistence.sessions.CopyGroup
-
INTERNAL: Return the session.
- getSession() - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
-
INTERNAL:
Return the manager's session.
- getSession(String) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name.
- getSession(String, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name.
- getSession(String, boolean, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name.
- getSession(String, Object) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name, using the classloader of the Object specified.
- getSession(String, String) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name, in the file specified.
- getSession(String, String, ClassLoader) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name, in the file specified, using the class loader to find the resource.
- getSession(String, ClassLoader) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name.
- getSession(XMLSessionConfigLoader, String, ClassLoader) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name, loading the configuration from the file
specified in the XMLSessionConfigLoader.
- getSession(XMLSessionConfigLoader, String, ClassLoader, boolean, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name, loading the configuration from the file
specified in the loader.
- getSession(XMLSessionConfigLoader, String, ClassLoader, boolean, boolean, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name, loading the configuration from the file
specified in the loader.
- getSession(XMLSessionConfigLoader) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
PUBLIC:
Return the session by name, loading the configuration from the file
specified in the loader, using the loading options provided on the loader.
- getSession() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIServerSessionManagerDispatcher
-
- getSession() - Method in class org.eclipse.persistence.sessions.SessionEvent
-
PUBLIC:
The session in which the event is raised.
- getSession() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL:
Get the session for this session event manager
- getSession() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
- getSession() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- getSession() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
- getSession() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
- getSession() - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
- getSession() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return the manager's session.
- getSessionBroker() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
Return the underlying session broker
- getSessionBroker() - Method in interface org.eclipse.persistence.jpa.JpaEntityManagerFactory
-
Returns the SessionBroker that the Factory will be using and
initializes it if it is not available.
- getSessionBroker(EntityManagerFactory) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Retrieve the shared session broker from the EMF.
- getSessionEventListener(AbstractSession) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureSet
-
Returns SessionEventListener
related to this version.
- getSessionEventListener(AbstractSession) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2
-
Returns SessionEventListener
related to this version.
- getSessionEventListener(AbstractSession) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetV2
-
Returns SessionEventListener
related to this version.
- getSessionForClass(Class) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Return the session to be used for the class.
- getSessionForName(String) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Return the session by name.
- getSessionForQuery(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Answers the session to be used for the given query.
- getSessionLog() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
- getSessionLog() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return the session log to which an accessor logs messages and SQL.
- getSessionName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the name of the session local to this descriptor.
- getSessionName() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the name of the session that the query should be executed
under.
- getSessionName() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Answer the name of the EclipseLink session this MBean represents.
- getSessionName() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Answer the name of the EclipseLink session this MBean represents.
- getSessionName() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
-
- getSessionName() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
PUBLIC:
Returns the name of the Session in the sessions XML file desired to be loaded.
- getSessionNamesByClass() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Return sessions indexed by class, each class can only have one default session.
- getSessions() - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Return the EclipseLink session used to marshal.
- getSessions() - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
INTERNAL:
Return a hashtable on all sessions.
- getSessionsByName() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Return sessions indexed by name.
- getSessionString(Session) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
Return the current session including the type and id.
- getSessionString() - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
-
- getSessionType() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Answer the type of the EclipseLink session this MBean represents.
- getSessionType() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Answer the type of the EclipseLink session this MBean represents.
- getSessionTypeString() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Returns the type of session, its class.
- getSessionXMLPath() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
-
- getSet(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Set-valued attribute of the managed type that
corresponds to the specified name and Java element type.
- getSet(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the Set-valued attribute of the managed type that
corresponds to the specified name.
- getSetClass() - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
-
- getSetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
-
Gets the value of the setMethod property.
- getSetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
-
Gets the value of the setMethod property.
- getSetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getSetMethodName() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
PUBLIC:
This method is invoked reflectively on the reference object to set the value of the
attribute in the object.
- getSettings() - Method in interface org.eclipse.persistence.oxm.sequenced.SequencedObject
-
- getSeverity() - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
- getSeverity() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the severity code for this warning/error.
- getSharedCacheMode() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the specification of how the provider must use
a second-level cache for the persistence unit.
- getSharedSession() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
-
Helper method that looks up the singleton session and ensure that
if the application has been hot-deployed it gets a fresh version of the
server.
- getSharedSession(boolean, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
-
Used in place of getSharedSession() when the calling application needs
access to the session prior to login or it wishes to force the session
configuration to be re-loaded an applied.
- getShortestTime() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getShouldBindAllParameters() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Returns the internal tri-state value of shouldBindParameters
used far cascading these settings
- getShouldBindAllParameters() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
Method returns if all Parameters should be bound or not
- getShouldBindAllParameters() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
Method returns if all Parameters should be bound or not
- getShouldBindAllParameters() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Method returns if all Parameters should be bound or not
- getShouldBindAllParameters() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getShouldCacheAllStatements() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Returns if statements should be cached or not
- getShouldCacheAllStatements() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Returns if statements should be cached or not
- getShouldCacheAllStatements() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getShouldLogMessages() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to determine if messages should be logged by the session
- getShouldLogMessages() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method is used to determine if logging is turned on
- getShouldLogPerformanceProfiler() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method is used to determine if we should be logging when using the Performance Profiler
- getShouldLogPerformanceProfiler() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Method indicates if Performance profile should be logged
- getShouldOptimizeDataConversion() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getShouldProfilePerformance() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will return if profiling is turned on or not
- getShouldProfilePerformance() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will return if profiling is turned on or not
- getShouldTrimStrings() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getSimpleFromClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSimpleGroupByClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSimpleHavingClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSimpleRangeDeclarationBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getSimpleSelectClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSimpleSelectClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSimpleSelectStatementBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getSimpleType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getSimpleWhereClauseSelectStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSingleResult() - Method in interface javax.persistence.Query
-
Execute a SELECT query that returns a single untyped result.
- getSingleResult() - Method in interface javax.persistence.StoredProcedureQuery
-
Retrieve a single result from the next result set.
- getSingleResult() - Method in interface javax.persistence.TypedQuery
-
Execute a SELECT query that returns a single result.
- getSingleValueToWriteForUnion(XMLUnionField, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
Return a single QName representation for a given XMLUnionField, if applicable.
- getSingleValueToWriteForUnion(Object, CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.XMLUnionField
-
- getSingularAttribute(String, Class<Y>) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attribute of the managed
type that corresponds to the specified name and Java type.
- getSingularAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attribute of the managed type that
corresponds to the specified name.
- getSingularAttributes() - Method in interface javax.persistence.metamodel.ManagedType
-
Return the single-valued attributes of the managed type.
- getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
- getSize() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
Return the batch fetch size.
- getSize() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Return the number of CacheKeys in the IdentityMap.
- getSize(Class, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Return the number of actual objects of type myClass in the IdentityMap.
- getSize() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Return the size of the field, this is only required for some field types.
- getSize() - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
-
PUBLIC:
Return the maximum size of the array.
- getSizeForPool(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will retrieve the size of a particular connection pool
- getSizeForPool(String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will retrieve the size of a particular connection pool
- getSizeQuery() - Method in class org.eclipse.persistence.queries.CursoredStreamPolicy
-
Return the query used to read the size.
- getSource() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
-
Returns the source where the modification occurred and that fired the event.
- getSource() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IPropertyChangeEvent
-
Returns the source where the modification occurred and that fired the event.
- getSource() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
-
Returns the source where the modification occurred and that fired the event.
- getSource() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.PropertyChangeEvent
-
Returns the source where the modification occurred and that fired the event.
- getSourceClassName() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
- getSourceFields() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- getSourceFields() - Method in class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
-
PUBLIC:
- getSourceForeignKeyFields() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Return the source foreign key fields.
- getSourceForeignKeysToTargetKeys() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Sets the target foreign key fields.
- getSourceKeyFieldNames() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
PUBLIC:
Return the source key field names associated with the mapping.
- getSourceKeyFieldNames() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Return the source key field names associated with the mapping.
- getSourceKeyFieldNames() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Return the source key field names associated with the mapping.
- getSourceKeyFieldNames() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
PUBLIC:
Return the source key field names associated with the mapping.
- getSourceKeyFieldNames() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Return the source key field names associated with the mapping.
- getSourceKeyFields() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Return the source key names associated with the mapping
- getSourceKeyFields() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL:
Return the source key fields.
- getSourceKeyFields() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Return all the source key fields associated with the mapping.
- getSourceKeyFields() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Return the source key fields.
- getSourceKeyFields() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Return all the source key fields associated with the mapping.
- getSourceKeysToTargetForeignKeys() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Return the source/target key fields.
- getSourceMapping() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL:
- getSourceMethodName() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
- getSourceObject() - Method in exception org.eclipse.persistence.exceptions.ConversionException
-
PUBLIC:
Return the object for which the problem was detected.
- getSourceRelationKeyFieldNames() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Return the source relation key field names associated with the mapping.
- getSourceRelationKeyFieldNames() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Return the source relation key field names associated with the mapping.
- getSourceRelationKeyFields() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Return all the source relation key fields associated with the mapping.
- getSourceRelationKeyFields() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Return all the source relation key fields associated with the mapping.
- getSourceTable() - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
-
PUBLIC:
Returns the source table.
- getSourceToTargetKeyFieldAssociations() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Return a collection of the source to target field value associations.
- getSourceToTargetKeyFieldAssociations() - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
INTERNAL:
Return a list of source-target xmlfield pairs.
- getSourceToTargetKeyFields() - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
INTERNAL: Gets the foreign key fields.
- getSourceToTargetKeyFields() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Returns the source keys to target keys fields association.
- getSourceToTargetQueryKeyFieldAssociations() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
PUBLIC:
Return a collection of the field to query key associations.
- getSourceToTargetQueryKeyNames() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Returns the source keys to target keys fields association.
- getSourceValue() - Method in class org.eclipse.persistence.utils.rename.RenameValue
-
- getSpatialExpression(int, Expression, Object, String) - Static method in class org.eclipse.persistence.expressions.spatial.SpatialExpressionFactory
-
INTERNAL:
A utility method to build a SpatialExpression
- getSpecialOperations() - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
PUBLIC:
The special operations to use in place of equal
.
- getSpecification() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Returns the specification which specifies how to trim the string.
- getSpecification() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Returns the new trim specification.
- getSQL2PlName(ComplexDatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
Return the conversion function name, generate the function if missing.
- getSqlCode() - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
-
- getSqlCode() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
-
- getSqlCode() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
-
- getSqlCode() - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
-
- getSqlCode() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
-
- getSqlCode() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
-
- getSqlCode() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
-
- getSQLResultMapping() - Method in class org.eclipse.persistence.queries.SQLResult
-
INTERNAL:
Return the SQLResultSetMapping this SQLResult is part of.
- getSQLResultSetMapping() - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
PUBLIC:
This will be the SQLResultSetMapping that is used by this query to process
the database results
- getSQLResultSetMapping(String) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Get a named SQLResultSetMapping from this project.
- getSQLResultSetMappingName() - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
PUBLIC:
Return the result set mapping name.
- getSQLResultSetMappingNames() - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
PUBLIC:
Return the result set mapping name.
- getSQLResultSetMappings() - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
PUBLIC:
This will be the SQLResultSetMapping that is used by this query to process
the database results
- getSQLStatement() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Return the SQL statement of the query.
- getSQLString() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: Return the SQL string of the query.
- getSQLString() - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL:
Return the SQL string for this call.
- getSQLStrings() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: Return the SQL strings of the query.
- getSqlTypeName() - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDatabaseField
-
ADVANCED:
For ARRAY and STRUCT fields, this is the user defined type for the field.
- getStart() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- getStart(int) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- getStartFieldName() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
PUBLIC:
Answers the name of the start field.
- getStartFields() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
- getStartIndex() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
-
Returns the index of where the change occurred in the list.
- getStartIndex() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
-
Returns the index of where the change occurred in the list.
- getStartPosition() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
-
Returns the position from where the problem starts.
- getStartStrings() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- getStartValue() - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
-
PUBLIC:
Return the range start value.
- getStartWithClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
Returns the
Expression
representing the
START WITH clause.
- getStartWithExpression() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
PUBLIC:
- getStateFieldPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Returns
- getStateFieldPathExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getStateFieldPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Returns the actual representation of the parsed information.
- getStateFieldPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
Returns the
Expression
representing the state field path expression, which is the
property that should get updated.
- getStateFieldPathExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getStatement() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
Return the statement that expression is for.
- getStatement() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Return the Statement.
- getStatementCacheSize() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Returns the statement cache size.
- getStatementCacheSize() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Returns the statement cache size.
- getStatementCacheSize() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
If prepared statement caching is used, return the cache size.
- getStatements() - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
-
The statements are the SQL lines of code.
- getStatements() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The statements are the SQL lines of code in procedure.
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultProblem
-
- getStateObject() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.Problem
-
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Returns the
StateObject
that represents the arithmetic primary expression.
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Returns the
StateObject
representing the expression to determine if its result falls
within the lower and upper bounds.
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Returns
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
-
Returns the
StateObject
representing the negated expression.
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Returns the
StateObject
representing the collection-valued path expression.
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Returns the
StateObject
representing the value used for ordering.
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Returns the
StateObject
representing a single select expression.
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Returns the
StateObject
representation of the JPQL query or JPQL fragment that was parsed.
- getStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
-
- getStoredProcedureParameterPrefix() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
- getStoredProcedureParameterPrefix() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Pervasive uses ":" as prefix for procedure parameters.
- getStoredProcedureParameterPrefix() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- getStoredProcedureParameterPrefix() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
- getStoredProcedureParameterPrefix() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- getStringBindingSize() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
Return the size of strings after which will be bound into the statement
- getStringBindingSize() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
Return the size of strings after which will be bound into the statement
- getStringBindingSize() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Return the size of strings after which will be bound into the statement
If we are not using a DatabaseLogin, or we're not using string binding,
answer 0 (zero).
- getStringBindingSize() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Return the size of strings after which will be bound into the statement
If we are not using a DatabaseLogin, or we're not using string binding,
answer 0 (zero).
- getStringBindingSize() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the
Expression
that represents the string expression.
- getStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Returns the
Expression
that represents the string expression.
- getStringForQName(QName) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
- getStringForQName(QName) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
- getStringForQName(QName) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getStringStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
- getStringVal() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
XMLType Function - gets a string value from an XMLType
- GetStringVal - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- getStringVal() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
- getStructConverters() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Returns structure converter class names that would be set on the databasePlatform instance
This is used to avoid the platform instance changing at login.
- getStructName() - Method in interface org.eclipse.persistence.platform.database.converters.StructConverter
-
PUBLIC:
- getStructureName() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
This is required for ObjectArrayMapping which defines a name for the collection type.
- getStructureName() - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
-
PUBLIC:
Return the name of the structure.
- getStructureName() - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
PUBLIC:
Return the structure name of the nestedTable.
- getStructureName() - Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
-
PUBLIC:
Return the name of the structure.
- getStructureName() - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
PUBLIC:
Return the name of the structure.
- getStructureName() - Method in class org.eclipse.persistence.mappings.structures.StructureMapping
-
INTERNAL:
Return the name of the structure.
- getSubclassDescriptor(Class) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
use aggregate in inheritance
- getSubClassGroups() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL:
- getSubgraph() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedAttributeNode
-
Gets the value of the subgraph property.
- getSubgraphs() - Method in interface javax.persistence.AttributeNode
-
Return the Map<Class, Subgraph> of subgraphs associated
with this attribute node.
- getSubqueryAppendableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSubquerySelectItemCalculator() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
- getSubqueryVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the visitor that checks if the visited expression is a subquery or not.
- getSubqueryVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSubSize() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Return the sub-size of the field.
- getSubstitutableElements() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
The list of elements which can be substituted for this element (ie: has this element in their substitutionGroup)
- getSubstitutionHead() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
If this element has a substitutionGroup this will be set.
- getSubstitutionHeadName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Gets the value of the substitutionHeadName property.
- getSubstitutionHeadNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Gets the value of the substitutionHeadNamespace property.
- getSuperclass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
-
- getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
-
Returns the super class of this JavaClass
.
- getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
-
- getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
-
- getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
-
Returns the super class of this JavaClass
.
- getSuperClassOverride() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
-
- getSuperqueryVariableName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DerivedDeclaration
-
If
CollectionMemberDeclaration.isDerived()
is
true
, then returns the identification variable used in the derived path expression
that is defined in the superquery, otherwise returns an empty string.
- getSupertype() - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the identifiable type that corresponds to the most
specific mapped superclass or entity extended by the entity
or mapped superclass.
- getSuperType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the superType property.
- getSupplementDetailString(SessionLogEntry) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
Return the supplement detail information including date, session, thread, connection,
source class name and source method name.
- getSupportedFeatureSet() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the supported feature set.
- getSupportedNonServerSessionProperties() - Static method in class org.eclipse.persistence.config.PersistenceUnitProperties
-
- getSupportedProperties() - Static method in class org.eclipse.persistence.config.EntityManagerProperties
-
- getSystemChangeNumberQuery() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
PUBLIC:
The query to select the current system change number
from Oracle.
- getTable(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Checks if table name exists with the current descriptor or not.
- getTable(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
-
- getTable(String) - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
-
- getTable(String) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
Return the new database table associated with this tenant.
- getTable(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
Return the new database table associated with this tenant.
- getTable(String) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED: Return an expression representing a table in a data-level query.
- getTable(DatabaseTable) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED: Return an expression representing a table in a data-level query.
- getTable() - Method in class org.eclipse.persistence.sequencing.TableSequence
-
- getTable() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
- getTableAliases() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
Return the aliases used.
- getTableCreationSuffix() - Method in class org.eclipse.persistence.platform.database.DB2MainframePlatform
-
- getTableCreationSuffix() - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
-
- getTableCreationSuffix() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Get the String used on all table creation statements generated from the DefaultTableGenerator
with a session using this project (DDL generation).
- getTableCreator() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC:
Return the table creator to generate from.
- getTableDefFromDBTable(DatabaseTable) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
Build a table definition object from a database table object
- getTableDefinitions() - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
Return the tables.
- getTableExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
- getTableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
- getTableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
-
- getTableIndexes() - Method in class org.eclipse.persistence.sequencing.TableSequence
-
- getTableInfo(String, String, String, String[]) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Get a description of tables available in a catalog.
- getTableName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the name of the descriptor's first table.
- getTableName() - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
-
PUBLIC:
Return the name of the descriptor's first table.
- getTableName(DatabaseTable, String) - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
-
- getTableName(DatabaseTable, String) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
Return the tenant table name.
- getTableName() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
- getTableName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
-
- getTableName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TableDeclaration
-
Returns the unquoted table name.
- getTableName() - Method in class org.eclipse.persistence.sequencing.TableSequence
-
- getTableNamePrefix() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the prefix that will be used to filter the list of possible table names.
- getTableNames() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Return the table names.
- getTableNames() - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
-
PUBLIC:
Return the table names.
- getTablePerClassPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Returns the TablePerClassPolicy.
- getTableQualifier() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
Return the qualifier for the all of the tables referenced by EclipseLink.
- getTableQualifier() - Method in interface org.eclipse.persistence.sessions.Login
-
PUBLIC:
Return the qualifier for the all of the tables.
- getTables() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return all the tables.
- getTables() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
-
INTERNAL:
This method returns a vector which holds all the tables of database
- getTableSequence() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
- getTablesJoinExpressions() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL:
Used in case descriptor has additional tables:
each additional table mapped to an expression joining it.
- getTarget() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionControllerDispatcher_Tie
-
- getTargetFields() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- getTargetForeignKeyFieldNames() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
PUBLIC:
Return the target foregin key field names associated with the mapping.
- getTargetForeignKeyFieldNames() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Return the target foreign key field names associated with the mapping.
- getTargetForeignKeyFields() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL:
Return the source foreign key fields.
- getTargetForeignKeyFields() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
Return the target foregin key fields associated with the mapping
- getTargetForeignKeyFields() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Return the target foreign key fields.
- getTargetForeignKeysToSourceKeys() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Return the target/source key fields.
- getTargetForeignKeyToSourceKeys() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
- getTargetForeignKeyToSourceKeys() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Maintain for backward compatibility.
- getTargetIdenttyMap() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Return the instance of the IdentityMap that this intercpetor is wrapping.
- getTargetKeyFieldNames() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Return the target key field names associated with the mapping.
- getTargetKeyFieldNames() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Return the target key field names associated with the mapping.
- getTargetKeyFields() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Return all the target keys associated with the mapping.
- getTargetKeyFields() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Return all the target keys associated with the mapping.
- getTargetPrimaryKeyFields() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL:
Returns list of primary key fields from the reference descriptor.
- getTargetPrimaryKeyFields() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
Primary keys of targetForeignKeyTable.
- getTargetRelationKeyFieldNames() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC:
Return the target relation key field names associated with the mapping.
- getTargetRelationKeyFieldNames() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC:
Return the target relation key field names associated with the mapping.
- getTargetRelationKeyFields() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL:
Return all the target relation key fields associated with the mapping.
- getTargetRelationKeyFields() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL:
Return all the target relation key fields associated with the mapping.
- getTargetTable() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
- getTargetTable() - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
-
- getTargetToSourceKeyFields() - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
INTERNAL: Gets the target foreign key fields.
- getTargetToSourceKeyFields() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Returns the target keys to source keys fields association.
- getTargetVersionOfSourceObject(Object, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
If required, get the targetVersion of the source object from the merge manager.
- getTargetVersionOfSourceObject(Object, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
If required, get the targetVersion of the source object from the merge manager.
- getTargetVersionOfSourceObject(Object, Object, MergeManager, AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
If required, get the targetVersion of the source object from the merge manager
- getTargetVersionOfSourceObject(Object, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
If required, get the targetVersion of the source object from the merge manager
Used with MapKeyContainerPolicy to abstract getting the target version of a source key
- getTemporaryCachedQueryResults() - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
Get results from the remporary cache.
- getTempSession() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
- getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: DB2 temp table syntax.
- getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
-
- getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.Informix11Platform
-
Overrides the superclass implementation to return a new DatabaseTable
with no DatabaseTable.getTableQualifier().
- getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
INTERNAL:
- getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
Used for sp calls.
- getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL:
- getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
INTERNAL:
- getTenantDiscriminatorFields() - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
INTERNAL:
- getTenantDiscriminatorFieldsKeyedOnContext() - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
INTERNAL:
- getTerminationStrings() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Returns the encapsulated text of this
AbstractExpression
, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
Returns the encapsulated text of this
AbstractExpression
, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
Returns the encapsulated text of this
AbstractExpression
, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Returns the encapsulated text of this
AbstractExpression
, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
Returns the encapsulated text of this
AbstractExpression
, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
Returns the encapsulated text of this
AbstractExpression
, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
Returns the encapsulated text of this
AbstractExpression
, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
Returns the encapsulated text of this
AbstractExpression
, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Returns the name of the abstract schema, which is the name of the entity.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
-
Returns the text held by this state object.
- getTextWrapperFragment() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
-
INTERNAL:
The optional fragment used to wrap the text() mappings
- getTextWrapperFragment() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
INTERNAL:
The optional fragment used to wrap the text() mappings
- getTextWrapperFragment() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
INTERNAL:
The optional fragment used to wrap the text() mappings
- getTextWrapperFragment() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getThen() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Returns the
StateObject
representing the scalar expression that is following the
THEN
identifier.
- getThenExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Returns the
Expression
representing the expression following the identifier
THEN.
- getThird() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Returns the
StateObject
representing the third expression.
- getThirdExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Returns the
Expression
that represents the first expression.
- getThirdQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
third encapsulated expression.
- getThirdQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
third encapsulated expression.
- getThirdQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
third encapsulated expression.
- getThread() - Method in class org.eclipse.persistence.logging.SessionLogEntry
-
Return the thread that was active when the log entry was generated.
- getThreadPool() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: Return the thread pool, initializing if required.
- getThreadPoolSize() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
-
Return the thread pool size.
- getThreadPoolSize() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
Return the thread pool size.
- getThreadString(Thread) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
Return the specified thread information.
- getTimeConnectionEstablished() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will return a long indicating the exact time in Milliseconds that the
session connected to the database.
- getTimeConnectionEstablished() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will return a long indicating the exact time in Milliseconds that the
session connected to the database.
- getTimePerObject() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getTimestampFromServer(AbstractSession, String) - Method in class org.eclipse.persistence.platform.database.AccessPlatform
-
Access do not support millisecond well, truncate the millisecond from the timestamp
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL:
This method returns the query to select the timestamp from the server for
DB2.
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
INTERNAL:
This method returns the query to select the timestamp from the server
for Derby.
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.H2Platform
-
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
This method returns the query to select the timestamp
from the server for MySQL.
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
PUBLIC:
This method returns the query to select the timestamp
from the server for Oracle.
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: This method returns the query to select the timestamp from the
server for Postgres.
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
PUBLIC:
This method returns the query to select the timestamp
from the server for SQLServer.
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
PUBLIC:
This method returns the query to select the timestamp
from the server for Sybase.
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
This method returns the query to select the timestamp
from the database.
- getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
PUBLIC:
TimesTen uses the Oracle syntax for getting the current timestamp.
- getTimeToLive() - Method in class org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
-
PUBLIC:
Return the time-to-live specified for this policy.
- getTitle() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
-
Gets the title.
- getTopic(Context) - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
INTERNAL:
- getTopicConnectionFactory(Context) - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
INTERNAL:
- getTopicConnectionFactoryName() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
PUBLIC:
Return the JMS Topic Connection Factory Name for the JMS Topic connections.
- getTopicHostUrl() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
PUBLIC:
Return the URL of the machine on the network that hosts the JMS Topic.
- getTopicName() - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
-
PUBLIC:
Return the topic name that this TransportManager will be connecting to.
- getTotalNumberOfConnections() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
INTERNAL:
Return the total number of connections currently in use.
- getTotalTime() - Method in class org.eclipse.persistence.tools.profiler.Profile
-
- getTrackedAttributeName() - Method in interface org.eclipse.persistence.descriptors.changetracking.CollectionChangeTracker
-
PUBLIC:
Return the Attribute name this collection is mapped under.
- getTrackedAttributeName() - Method in class org.eclipse.persistence.indirection.IndirectList
-
INTERNAL:
Return the mapping attribute name, used to raise change events.
- getTrackedAttributeName() - Method in class org.eclipse.persistence.indirection.IndirectMap
-
INTERNAL:
Return the mapping attribute name, used to raise change events.
- getTrackedAttributeName() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL:
Return the mapping attribute name, used to raise change events.
- getTransaction() - Method in interface javax.persistence.EntityManager
-
Return the resource-level EntityTransaction
object.
- getTransaction() - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
- getTransaction() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return the active external transaction object, or null if
none is active.
- getTransaction_impl() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return the active external transaction for the calling thread, or null if
none is currently active for this thread.
- getTransaction_impl() - Method in class org.eclipse.persistence.transaction.JTATransactionController
-
INTERNAL:
Return the active external transaction, or null if none is currently
active for this thread.
- getTransactionController() - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
- getTransactionIsolation() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return the transaction isolation setting for the connection.
- getTransactionKey() - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
- getTransactionKey(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return a key for the specified external transaction object.
- getTransactionKey_impl(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return a key for the specified external transaction object.
- getTransactionKey_impl(Object) - Method in class org.eclipse.persistence.transaction.JTATransactionController
-
INTERNAL:
Return a key for the specified external transaction object.
- getTransactionManager() - Method in class org.eclipse.persistence.transaction.JTATransactionController
-
PUBLIC:
Return the transaction manager used to control the JTA transactions.
- getTransactionStatus() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return the transaction status.
- getTransactionStatus_impl() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return the transaction status.
- getTransactionStatus_impl() - Method in class org.eclipse.persistence.transaction.JTATransactionController
-
INTERNAL:
Return the transaction status as an object.
- getTransactionType() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the transaction type of the entity managers created by
the EntityManagerFactory
.
- getTransformationRecord() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getTransformer() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
-
- getTransformerClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
-
Gets the value of the transformerClass property.
- getTransformerClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
-
Gets the value of the transformerClass property.
- getTransformerHelper() - Method in class org.eclipse.persistence.jaxb.compiler.builder.helper.TransformerReflectionHelper
-
- getTransformerPropertyBuilder(Property, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
Returns TransformerPropertyBuilder which builds properties from xml transformers.
- getTransientCompatibleAnnotations() - Static method in class org.eclipse.persistence.annotations.TransientCompatibleAnnotations
-
PUBLIC:
Return a list of classnames of annotations that are compatible with the javax.persistence.Transient
annotation.
- getTranslatedSQLString(Session, Record) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: This can be used to access a queries translated SQL if they
have been prepared, (i.e. query.prepareCall()).
- getTranslatedSQLStrings(Session, Record) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
ADVANCED: This can be used to access a queries translated SQL if they
have been prepared, (i.e. query.prepareCall()).
- getTranslationRow() - Method in class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
Gets the translation row the query was executed with, used for incremental
conforming.
- getTranslationRow() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Return the row for translation
- getTransportManager() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
PUBLIC:
Return the transport manager that manages sending and receiving of remote commands.
- getTransportManager() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
- getTrimCharacter() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Returns the character used for trimming the string.
- getTrimCharacter() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Returns the
StateObject
representing the trim character.
- getTripleEncapsulatedCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getTxManagerFactoryClass() - Method in class org.eclipse.persistence.transaction.was.WebSphereLibertyTransactionController
-
- getTxManagerFactoryClass() - Method in class org.eclipse.persistence.transaction.was.WebSphereTransactionController
-
- getTxManagerFactoryMethod() - Method in class org.eclipse.persistence.transaction.was.WebSphereLibertyTransactionController
-
- getTxManagerFactoryMethod() - Method in class org.eclipse.persistence.transaction.was.WebSphereTransactionController
-
- getType() - Method in interface javax.persistence.metamodel.SingularAttribute
-
Return the type that represents the type of the attribute.
- getType() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
- getType(String) - Method in class org.eclipse.persistence.dynamic.DynamicHelper
-
Lookup the dynamic type for an alias.
- getType(ClassDescriptor) - Static method in class org.eclipse.persistence.dynamic.DynamicHelper
-
- getType(DynamicEntity) - Static method in class org.eclipse.persistence.dynamic.DynamicHelper
-
Provide access to the entity's type.
- getType() - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
- getType() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
ADVANCED:
Return the type of function.
- getType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getType(JavaField) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Returns a JavaClass instance wrapping the provided field's resolved
type.
- getType() - Method in class org.eclipse.persistence.jaxb.JAXBTypeElement
-
Get the Type associated with this JAXBTypeElement
- getType() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
The type to be bound.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy.IsSetParameter
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Key
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Value
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Gets the value of the type property.
- getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the type property.
- getType(Class<?>) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Returns the;@link IType} of the given Java type.
- getType(String) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the external class for the given fully qualified class name.
- getType() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
-
Determines the type this declaration represents.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
-
Returns the way this visitor retrieves the literal value.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
-
Returns the type, if it can be determined, of the input parameter.
- getType(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the type by resolving the given
Expression
.
- getType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the type defined for the Java member.
- getType(String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Retrieves the class with the given fully qualified name.
- getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns the
IType
representing the given Java type.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultParameterTypeVisitor
-
Returns the type, if it can be determined, of the input parameter.
- getType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkParameterTypeVisitor
-
Returns the type, if it can be determined, of the input parameter.
- getType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the type by resolving the given
Expression
.
- getType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the type defined for the Java member.
- getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Retrieves the class with the given fully qualified name.
- getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Returns the;@link IType} of the given Java type.
- getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the external class for the given fully qualified class name.
- getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Retrieves the external type for the given Java type.
- getType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Retrieves the external class with the given fully qualified class name.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Returns the
IType
of the field handled by this object.
- getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Retrieves the external type for the given Java type.
- getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Retrieves the external class for the given fully qualified class name.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Returns the actual
IType
that was resolved or
null
if it could not be resolved.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Returns the
IType
of the field handled by this object.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Returns the
IType
of the field handled by this object.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
-
Returns the external representation of the class used by this managed type.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionDeclaration
-
Determines the type this declaration represents.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
-
Returns the external representation of the class used by this managed type.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DerivedDeclaration
-
Determines the type this declaration represents.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
-
Returns the external representation of the class used by this managed type.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
-
Returns the type of this mapping.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.RangeDeclaration
-
Determines the type this declaration represents.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
- getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns the
IType
of the given Java type.
- getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Retrieves the external class for the given fully qualified class name.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryDeclaration
-
Determines the type this declaration represents.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TableDeclaration
-
Determines the type this declaration represents.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.UnknownDeclaration
-
Determines the type this declaration represents.
- getType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedType
-
Returns the external representation of the class used by this managed type.
- getType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
-
Returns the type of this mapping.
- getType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeDeclaration
-
Returns the type defined for the Java member.
- getType(Class<?>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeRepository
-
Retrieves the external type for the given Java type.
- getType(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeRepository
-
Retrieves the external class for the given fully qualified class name.
- getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Returns the
IType
of the given Java type.
- getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Retrieves the external class for the given fully qualified class name.
- getType() - Method in class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilter
-
- getType() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
Indicates if the schema reference references a simple type definition,
complex type definition, element, or group.
- getType() - Method in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
-
Indicates if the schema reference references a simple type definition,
complex type definition, element or group
- getType() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
Return the batch fetch type, (JOIN, IN, EXISTS).
- getType() - Method in class org.eclipse.persistence.sessions.serializers.AbstractSerializer
-
- getType() - Method in class org.eclipse.persistence.sessions.serializers.JavaSerializer
-
- getType() - Method in interface org.eclipse.persistence.sessions.serializers.Serializer
-
- getType() - Method in class org.eclipse.persistence.sessions.serializers.XMLSerializer
-
- getType() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Return the type of the field.
- getType() - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
-
PUBLIC:
Return the type of the field.
- getType() - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
-
PUBLIC:
Return the type of the field.
- getTypeDeclaration(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the type declaration for the given
Expression
's type.
- getTypeDeclaration(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the type declaration for the given
Expression
's type.
- getTypeDeclaration(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
- getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
- getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
- getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
-
Returns the declaration of the Java class, which gives the information about type parameters,
dimensionality, etc.
- getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
- getTypeDeclaration() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
-
Returns the declaration of the Java class, which gives the information about type parameters,
dimensionality, etc.
- getTypeDeclaration() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
-
Returns the declaration of the Java class, which gives the information about type parameters,
dimensionality, etc.
- getTypeDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Return the type definition of the field.
- getTypedField(FIELD) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
INTERNAL:
searches first descriptor than its ReturningPolicy for an equal field
- getTypedField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
searches first descriptor than its ReturningPolicy for an equal field
- getTypedField(DatabaseField) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- getTypedField(StringTokenizer) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
- getTypeField() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
- getTypeFieldName() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
PUBLIC:
This method returns the name of the typeField of the mapping.
- getTypeForImplementor(Class) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Return the type for a specified implementor
- getTypeFromAdapterClass(JavaClass, Helper) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-
If adapter class is null return null If there is a marshal method that
returns something other than Object on the adapter class return the
return type of that method Otherwise return Object.class
- getTypeHelper() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the helper that gives access to the most common class metadata.
- getTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns a helper that gives access to the most common
types
.
- getTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
- getTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the helper that gives access to the most common class metadata.
- getTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns a helper that gives access to the most common
types
.
- getTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Returns a helper that gives access to the most common
types
.
- getTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns a helper that gives access to the most common
types
.
- getTypeHelper() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeRepository
-
Returns a helper that gives access to the most common
types
.
- getTypeIndicatorNameTranslation() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Return the typeIndicatorName translation
Used by the Mapping Workbench to avoid classpath dependencies
- getTypeIndicatorTranslation() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Return the type indicators.
- getTypeInfoClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getTypeInfos() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getTypeInfosForPackage(String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
Convenience method for returning all of the TypeInfo objects for a given
package name.
- getTypeMappingInfo() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Get the TypeMappingInfo object if this ElementDeclaration was created from a TypeMappingInfo
- getTypeMappingInfosToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getTypeMappingInfosToSchemaTypes() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getTypeMappingInfoToAdapterClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getTypeMappingInfoToSchemaType() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
INTERNAL:
Get the map of which TypeMappingInfo corresponds to which QName.
- getTypeName() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL:
Returns the name of the type this group represents
- getTypeName(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the fully qualified class name of the given type.
- getTypeName(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the fully qualified class name of the given type.
- getTypeName() - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
-
- getTypeName() - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
-
- getTypeName() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
Return the type name of the field.
- getTypeName() - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
-
PUBLIC:
Return the type of the field.
- getTypeName() - Method in class org.eclipse.persistence.tools.schemaframework.TypeTableDefinition
-
PUBLIC:
The name of the type that this table is of.
- getTypeName() - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
-
PUBLIC:
Return the type of the field.
- getTypeParameters() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeDeclaration
-
- getTypeQName() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getTypeRepository() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns the repository that gives access to the application's types.
- getTypeRepository() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the type repository for the application.
- getTypeRepository() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Returns the type repository for the application.
- getTypeRepository() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns the type repository for the application.
- getTypeRepository() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
Returns the type repository for the application.
- getTypeRepository() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
- getTypes(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource
-
- getTypes(String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource
-
Deprecated.
- getTypesInternal(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource
-
- getTypeSize() - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
-
PUBLIC:
Return the size of the element field, this is only required for some field types.
- getTypeSize() - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
-
PUBLIC:
Return the size of the element field, this is only required for some field types.
- getTypeStrings() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
- getTypeToSchemaType() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
INTERNAL:
Get the map of which Type corresponds to which QName.
- getTypeToTypeMappingInfo() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-
- getUnaryTableSequence() - Method in class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
-
- getUnconvertedProperties() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Used to store un-converted properties, which are subsequenctly converted
at runtime (through the convertClassNamesToClasses method.
- getUnconvertedProperties() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Used to store un-converted properties, which are subsequenctly converted
at runtime (through the convertClassNamesToClasses method.
- getUnformattedMessage() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
INTERNAL:
- getUnionClauses() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Returns the
Expression
representing the
UNION clauses.
- getUnionClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
-
- getUnionExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Return any union expressions.
- getUnionUnpartitionableQueries() - Method in class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
-
PUBLIC:
Return if queries that do not contain the partition field should be sent
to every database and have the result unioned.
- getUniqueConstraintDeletionString() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL:
Used for unique constraint deletion.
- getUniqueKeys() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
- getUnit() - Method in interface org.eclipse.persistence.jpa.config.DataService
-
- getUnitOfWork() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
This method will return the transactional UnitOfWork during the transaction and null
outside of the transaction.
- getUnitOfWork() - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
- getUnitOfWorkCacheIsolationLevel() - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
ADVANCED:
Return the unit of work cache isolation setting.
- getUnitOfWorkCacheIsolationLevel() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Return the unit of work cache isolation setting.
- getUnitOfWorkChangeSet() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
Returns the currentChangeSet from the UnitOfWork.
- getUnits() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
-
- getUnitsOfWork() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return the hashtable keyed on the external transaction objects with values
that are the associated units of work.
- getUnknownEndingStatement() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Returns the
Expression
that may contain a portion of the query that could not be
parsed, this happens when the query is either incomplete or malformed.
- getUnmappedFields() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
This method returns any of the fields that are not mapped in
the object.
- getUnmarshalAttributeGroup() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getUnmarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getUnmarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
-
- getUnmarshalContext() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getUnmarshaller(Unmarshaller) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
-
Return the EclipseLink implementation of Unmarshaller.
- getUnmarshaller() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getUnmarshaller() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL:
- getUnmarshallerHandler() - Method in interface javax.xml.bind.Unmarshaller
-
Get an unmarshaller handler object that can be used as a component in
an XML pipeline.
- getUnmarshallerHandler() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- getUnmarshallerHandler() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
- getUnmarshalListener() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
- getUnmarshalNamespaceResolver() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getUnmarshalRecord() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
INTERNAL
- getUnquotedFunctionName() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Returns the name of the SQL function.
- getUnquotedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
Returns the string literal without the single quotes.
- getUnquotedText() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
-
Returns the string literal without the single quotes.
- getUOWChangeSet() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED:
This method is used to return the parent ChangeSet.
- getUOWCloneForObjectChangeSet(ObjectChangeSet) - Method in interface org.eclipse.persistence.sessions.changesets.UnitOfWorkChangeSet
-
ADVANCED:
This method returns the Clone for a particular changeSet
- getUpdateAllFields() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
ADVANCED:
Return true if descriptor is set to update all fields for an object of this
type when an update occurs.
- getUpdateAtIndexQuery() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- getUpdateCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's update call.
- getUpdateCallCacheSize() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the size of the update call cache.
- getUpdateClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
- getUpdateClauseAbstractSchemaNameFinder() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
- getUpdateClauses() - Method in class org.eclipse.persistence.queries.UpdateAllQuery
-
INTERNAL:
Return the updates stored for an update all query
- getUpdateClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getUpdateCount() - Method in interface javax.persistence.StoredProcedureQuery
-
Return the update count or -1 if there is no pending result
or if the next result is not an update count.
- getUpdateItemCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getUpdateItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Returns the
Expression
representing the single update item or the collection of update items.
- getUpdateQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's update query.
- getUpdateQuery() - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
PUBLIC:
- getUpdateSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
ADVANCED:
Return the receiver's update SQL string.
- getUpdateStatementBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getUpperBound() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Returns the
StateObject
representing the upper bound of the range.
- getUpperBoundExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the
Expression
representing the upper bound expression.
- getURL() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
- getURL() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the name of the XML source as a URL if available
- getURL() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaClassPathReference
-
- getURL() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaFileReference
-
- getURL() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
- getURL() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaURLReference
-
- getURL() - Method in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
-
A URL which referenes the Schema.
- getUrl() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
-
PUBLIC:
Return the URL for this command manager.
- getUrl() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
PUBLIC:
Return the URL for this command manager.
- getURL() - Method in class org.eclipse.persistence.sessions.coordination.ServiceId
-
INTERNAL:
Return the URL for the service
- getURL() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Return the JDBC URL.
- getURLString() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaURLReference
-
- getUsage() - Method in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
-
- getUseDescriptorsToValidateInheritedObjects() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
return if we should use the descriptor inheritance to determine
if an object can be returned from the identity map or not.
- getUserDefinedSchemaTypes() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- getUserJavaTypesForDeploymentXML() - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
- getUserName() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
PUBLIC:
Return the user name used as the value to the SECURITY_PRINCIPAL key in the
cached context properties.
- getUserName() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
The user name is the database login name.
- getUserName() - Method in interface org.eclipse.persistence.sessions.Login
-
PUBLIC:
All logins must take a user name and password.
- getUserProperties() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the Map of user-defined properties.
- getUserProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the Map of user-defined properties.
- getUserXMLTypesForDeploymentXML() - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
- getUsesBatchWriting() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
This method will return if batchWriting is in use or not.
- getUsesBatchWriting() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
This method will return if batchWriting is in use or not.
- getUsesBatchWriting() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will return if batchWriting is in use or not.
- getUsesBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getUsesByteArrayBinding() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
Shows if Byte Array Binding is turned on or not
- getUsesByteArrayBinding() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
Shows if Byte Array Binding is turned on or not
- getUsesByteArrayBinding() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Shows if Byte Array Binding is turned on or not
- getUsesByteArrayBinding() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Shows if Byte Array Binding is turned on or not
- getUsesEclipseLinkProfiling() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method answers true if EclipseLink Performance Profiling is on.
- getUsesEclipseLinkProfiling() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method answers true if EclipseLink Performance Profiling is on.
- getUsesJDBCBatchWriting() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
This method will return if batchWriting is in use or not.
- getUsesJDBCBatchWriting() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
This method will return if batchWriting is in use or not.
- getUsesJDBCBatchWriting() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method will return if batchWriting is in use or not.
- getUsesJDBCBatchWriting() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method will return if batchWriting is in use or not.
- getUsesNativeSequencing() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getUsesNativeSQL() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
Shows if native SQL is being used
- getUsesNativeSQL() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
Shows if native SQL is being used
- getUsesNativeSQL() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Shows if native SQL is being used
- getUsesNativeSQL() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Shows if native SQL is being used
- getUsesNativeSQL() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getUsesStreamsForBinding() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
This method indicates if streams are being used for binding
- getUsesStreamsForBinding() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
This method indicates if streams are being used for binding
- getUsesStreamsForBinding() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method indicates if streams are being used for binding
- getUsesStreamsForBinding() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method indicates if streams are being used for binding
- getUsesStreamsForBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getUsesStringBinding() - Method in class org.eclipse.persistence.services.DevelopmentServices
-
This method indicates if Strings are being bound
- getUsesStringBinding() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
-
This method indicates if Strings are being bound
- getUsesStringBinding() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method indicates if Strings are being bound
- getUsesStringBinding() - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method indicates if Strings are being bound
- getUsesStringBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC:
Used to help bean introspection.
- getValidationEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBErrorHandler
-
Return the ValidationEventHandler associated with this JAXBErrorHandler.
- getValidationLevel() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED:
The unit of work performs validations such as,
ensuring multiple copies of the same object don't exist in the same unit of work,
ensuring deleted objects are not referred after commit,
ensures that objects from the parent cache are not referred in the unit of work cache.
- getValidationMode() - Method in interface javax.persistence.spi.PersistenceUnitInfo
-
Returns the validation mode to be used by the persistence
provider for the persistence unit.
- getValidationMode() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Returns validtion mode of the parser.
- getValidationMode() - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- getValidator(Class<? extends DefaultSemanticValidator.TypeValidator>) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
- getValue() - Method in class javax.xml.bind.JAXBElement
-
Return the content model and attribute values for this element.
- getValue(Object) - Static method in class javax.xml.bind.JAXBIntrospector
-
Get the element value of a JAXB element.
- getValue(Object, AbstractSession) - Method in interface org.eclipse.persistence.descriptors.CMPPolicy.KeyElementAccessor
-
- getValue(Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
-
- getValue() - Method in class org.eclipse.persistence.history.AsOfClause
-
PUBLIC:
The past time represented by the receiver.
- getValue() - Method in class org.eclipse.persistence.indirection.ValueHolder
-
PUBLIC:
Return the wrapped object.
- getValue() - Method in interface org.eclipse.persistence.indirection.ValueHolderInterface
-
PUBLIC:
Return the value.
- getValue() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMaxFacet
-
- getValue() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMinFacet
-
- getValue() - Method in class org.eclipse.persistence.jaxb.compiler.facets.MaxFacet
-
- getValue() - Method in class org.eclipse.persistence.jaxb.compiler.facets.MinFacet
-
- getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
-
Gets the value of the value property.
- getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnumValue
-
Gets the value of the value property.
- getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy.IsSetParameter
-
Gets the value of the value property.
- getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
-
Gets the value of the value property.
- getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap
-
Gets the value of the value property.
- getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
-
Gets the value of the value property.
- getValue() - Method in enum org.eclipse.persistence.jpa.jpql.parser.TrimExpression.Specification
-
Returns the actual identifier associated with the constant.
- getValue() - Method in class org.eclipse.persistence.mappings.Association
-
PUBLIC:
Return the value.
- getValue() - Method in class org.eclipse.persistence.mappings.transformers.ConstantTransformer
-
PUBLIC:
Return the value of the constant.
- getValue() - Method in class org.eclipse.persistence.oxm.record.XMLEntry
-
- getValue() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- getValue() - Method in class org.eclipse.persistence.queries.ReportQueryResult.RecordEntry
-
- getValueByXPath(Object, String, NamespaceResolver, Class<T>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
Get a value from an object based on an XPath statement.
- getValueByXPath(Object, String, NamespaceResolver, Class<T>) - Method in class org.eclipse.persistence.oxm.XMLContext
-
Query the object model based on the corresponding XML document.
- getValueClass() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
PUBLIC:
This is a helper method to get the object class from the value converter
if it is a TypeConversionConverter.
- getValueConverter() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Return the converter on the mapping.
- getValueConverter() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
PUBLIC:
Return the converter on the mapping.
- getValueConverter() - Method in class org.eclipse.persistence.queries.DataReadQuery
-
INTERNAL:
Conversion not supported.
- getValueConverter() - Method in class org.eclipse.persistence.queries.DirectReadQuery
-
PUBLIC:
Return the converter on the query.
- getValueFromRecord(String, MappedRecord, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
-
Retrieves the field value from the record.
- getValueFromRecord(DatabaseRecord, ResultSetMappingQuery) - Method in class org.eclipse.persistence.queries.ColumnResult
-
INTERNAL:
This method is a convenience method for extracting values from Results
- getValueFromRecord(DatabaseRecord, ResultSetMappingQuery) - Method in class org.eclipse.persistence.queries.ConstructorResult
-
INTERNAL:
This method is a convenience method for extracting values from results/
- getValueFromRecord(DatabaseRecord, ResultSetMappingQuery) - Method in class org.eclipse.persistence.queries.EntityResult
-
INTERNAL:
This method is a convenience method for extracting values from Results
- getValueFromRecord(DatabaseRecord) - Method in class org.eclipse.persistence.queries.FieldResult
-
INTERNAL:
This method is a convenience method for extracting values from Results
- getValueFromRecord(DatabaseRecord, ResultSetMappingQuery) - Method in class org.eclipse.persistence.queries.SQLResult
-
INTERNAL:
This method is a convenience method for extracting values from Results
- getValueFromRecordForMapping(DatabaseRecord, DatabaseMapping, FieldResult, DatabaseRecord) - Method in class org.eclipse.persistence.queries.EntityResult
-
INTERNAL:
This method is for processing all FieldResults for a mapping.
- getValueFromRemoteValueHolder(RemoteValueHolder) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
extract and return the appropriate value from the
specified remote value holder
- getValueFromRemoteValueHolder(RemoteValueHolder) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Extract and return the appropriate value from the
specified remote value holder.
- getValueFromRemoteValueHolder(RemoteValueHolder) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Extract and return the appropriate value from the
specified remote value holder.
- getValueGenericType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getValueHolder() - Method in interface org.eclipse.persistence.indirection.IndirectContainer
-
PUBLIC:
This is used by the indirection policy to build the
UOW clone of the container.
- getValueHolder() - Method in class org.eclipse.persistence.indirection.IndirectList
-
INTERNAL:
Return the valueHolder.
- getValueHolder() - Method in class org.eclipse.persistence.indirection.IndirectMap
-
PUBLIC:
Return the valueHolder.
- getValueHolder() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL:
Return the valueHolder.
- getValues() - Method in class org.eclipse.persistence.eis.EISMappedRecord
-
INTERNAL:
getValues() is sued internally in a few places, so try to make that work for mapped records.
- getValues(String) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
Retrieve the value for the field name.
- getValues(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
Given a DatabaseField, return the corresponding values from the document
- getValues(DatabaseField, AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- getValues() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
This should not be used, but added some support for it as
is called from some places such as sdk call used in the descriptor to define operation not supported,
may also be called from TopLink in some places.
- getValuesIndicatingNoEntry(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- getValuesIndicatingNoEntry(DatabaseField, AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- getValuesIndicatingNoEntry(List<DatabaseField>) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- getValuesIndicatingNoEntry(List<DatabaseField>, boolean) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- getValuesIndicatingNoEntry(DatabaseField, boolean) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
Given a DatabaseField, return the corresponding values from the document
- getValuesIndicatingNoEntry(DatabaseField, boolean, AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
- getValuesToExclude() - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
PUBLIC:
Decides which attributes to ignore based on the values they are set to.
- getValueToPutInCache(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Return the value that should be stored in the identity map.
- getValueToPutInCache(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
Return the value that should be stored in the identity map.
- getValueToPutInCache(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Return the value that should be stored in the identity map.
- getValueToWrite(Object, Object, XMLRecord, XMLField, XMLField, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
-
- getValueToWrite(QName, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
Return a string representation of a given value, based on a given schema type.
- getValueToWrite(QName, Object, ConversionManager) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- getValueType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getValueType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
-
Gets the value of the valueType property.
- getValueType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
-
Gets the value of the valueType property.
- getValueType() - Method in class org.eclipse.persistence.mappings.TypedAssociation
-
PUBLIC:
Return the class of the value.
- getValueWrapper() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
-
The key that will correspond to the property mapped with @XmlValue.
- getVariableAttributeAccessor() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- getVariableAttributeAccessor() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- getVariableAttributeName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getVariableAttributeName() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- getVariableAttributeName() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- getVariableClassName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- getVariableGetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- getVariableGetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- getVariableName() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
-
Returns the identification variable name that is defining either the abstract schema name
or the collection-valued path expression
- getVariableName() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Returns the identification variable, which has been changed to be upper case.
- getVariableName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
-
Returns the identification variable name that is defining either the abstract schema name
or the collection-valued path expression
- getVariableName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
-
Returns the identification variable handled by this
Resolver
.
- getVariables() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The variables are the names of the declared variables used in the procedure.
- getVariableSetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- getVariableSetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- getVectorOfFieldsToGenerate(int, DatabaseTable) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- getVendorConnectionMethod() - Method in class org.eclipse.persistence.platform.server.was.WebSpherePlatform
-
Return the method for the WebSphere JDBC connection wrapper vendorConnection.
- getVendorConnectionMethod() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
-
Return the method for the WebLogic JDBC connection wrapper vendorConnection.
- getVendorConnectionMethod() - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
-
Return the method for the WebLogic JDBC connection wrapper vendorConnection.
- getVersion(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the version
attribute of the entity or mapped superclass.
- getVersion() - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
-
Returns the real version this constant represents.
- getVersion() - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
-
Returns the real version this constant represents.
- getVersion() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Gets the version as it appears in URI.
- getVersion() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
Gets the XML Version for this document.
- getVersion() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
-
- getVersion() - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
-
- getVersion() - Static method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC:
Return the EclipseLink version.
- getVersion() - Static method in class org.eclipse.persistence.Version
-
- getVersionDifference(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Return the number of version difference between the two states of the object.
- getVersionDifference(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
Return the number of versions different between these objects.
- getVersionDifference(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
PUBLIC:
Return the number of versions different between these objects.
- getVersionMapping() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Returns the mapping that will be used to access the version value from an object.
- getVersionString() - Static method in class org.eclipse.persistence.Version
-
Returns version String
containing three part version number
and build qualifier.
- getViewTable() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL:
- getVirtualAttributeMethods() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Return the list of virtual methods sets for this Entity.
- getVirtualIdentificationVariableFinder() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getVisitParentVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getVPDClearIdentifierQuery(String) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Return an Oracle defined VPD clear identifier query.
- getVPDCreationFunctionString(String, String) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Return an Oracle defined VPD identifier function.
- getVPDCreationPolicyString(String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Return an Oracle defined VPD identifier policy.
- getVPDDeletionString(String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Return an Oracle defined VPD identifier policy deletion.
- getVPDIdentifier() - Method in class org.eclipse.persistence.descriptors.VPDMultitenantPolicy
-
INTERNAL:
Return the single identifier.
- getVPDIdentifier() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Return the VPD identifier for this project.
- getVPDLastIdentifierClassName() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Return the name of the last class to set a VPD identifiers.
- getVPDSetIdentifierQuery(String) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL:
Return an Oracle defined VPD set identifier query.
- getWaitTimeout() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Return the WAIT timeout value of pessimistic locking query.
- getWaitTimeout() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Return the time in milliseconds to wait for a available connection.
- getWebLogicConnectionClass() - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
-
Return the class (interface) for the WebLogic JDBC connection wrapper.
- getWebsphereConnectionClass() - Method in class org.eclipse.persistence.platform.server.was.WebSpherePlatform
-
Return the class (interface) for the WebSphere JDBC connection wrapper.
- getWebsphereUtilClass() - Method in class org.eclipse.persistence.platform.server.was.WebSpherePlatform
-
Return the class (interface) for the WebSphere JDBC connection wrapper.
- getWeight() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL:
Return the weight of the mapping, used to sort mappings to ensure that
DirectToField Mappings get merged first
- getWeight() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Return the weight of the mapping, used to sort mappings to ensure that
DirectToField Mappings get merged first
- getWhenClauseConditionalClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getWhenClauses() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the
Expression
that represents the
WHEN clauses.
- getWhenExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Returns the
Expression
representing the conditional predicate of the clause.
- getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Returns the
Expression
representing the
WHERE clause.
- getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
Returns the
Expression
representing the
WHERE clause.
- getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
Returns the
Expression
representing the
WHERE clause.
- getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the state object representing the WHERE
clause.
- getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the WHERE
clause.
- getWhereClauseDeleteStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getWhereClauseSelectStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getWhereClauseUpdateStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getWithAllSubclassesExpression() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
ADVANCED:
Return the Expression which gets all subclasses.
- getWithinInvalidExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getWordType() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
- getWorkingCopyMethod() - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
Return the workingCopyClone method.
- getWorkingCopyMethodName() - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
Return the workingCopyClone method name.
- getWrappedCacheKey() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
If a Wrapper subclasses this CacheKey this method will be used to unwrap the cache key.
- getWrapper(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Get the wrapper object from the cache key associated with the given primary key,
this is used for EJB2.
- getWrapper() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
- getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
- getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
- getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
-
- getWrapperPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
Return the WrapperPolicy for this descriptor.
- getWriteConnection() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Return the connection to be used for database modification.
- getWriteConnections() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL:
Return the map of write connections.
- getWriteLockField() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Return the write lock field.
- getWriteLockField() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Return the write lock field.
- getWriteLockFieldName() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
PUBLIC:
Return the field name of the field that stores the write lock value.
- getWriteLockUpdateExpression(ExpressionBuilder, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
- getWriteLockUpdateExpression(ExpressionBuilder, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
Return an expression that updates the write lock
- getWriteLockUpdateExpression(ExpressionBuilder, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Retrun an expression that updates the write lock
- getWriteLockValue(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
This method will return the optimistic lock value for the object
- getWriteLockValue(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL:
This method will return the optimistic lock value for the object.
- getWriteLockValue(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
This method will return the optimistic lock value for the object
- getWriteLockValue() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
ADVANCED:
This method is used to return the lock value of the object this changeSet represents.
- getWriteLockValue(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Extracts and returns the write lock value from the identity map through the given Object.
- getWriteLockValue(Vector, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
- getWriteLockValue(Object, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED:
Extracts the write lock value from the identity map through the passed in primaryKey and Class type.
- getWriteLockValue(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Get the write lock value from the cache key associated to the primarykey.
- getWriteLockValue() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- getWriter() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
Return the writer that will receive the formatted log entries.
- getWriter() - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC:
Return the writer to which an accessor writes logged messages and SQL.
- getWriter() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
Return the Writer that the object will be marshalled to.
- getWriter() - Method in interface org.eclipse.persistence.oxm.record.JSONWriterRecord.Output
-
- getWriter() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.OutputStreamOutput
-
- getWriter() - Method in class org.eclipse.persistence.oxm.record.WriterRecord
-
Return the Writer that the object will be marshalled to.
- getWriter(String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
- getWriter() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
-
- getWriterFilename() - Method in class org.eclipse.persistence.logging.DefaultSessionLog
-
For the given writer, return it's associated filename.
- getXmlAbstractNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlAbstractNullPolicy property.
- getXmlAbstractNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlAbstractNullPolicy property.
- getXmlAbstractNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Gets the value of the xmlAbstractNullPolicy property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the xmlAccessMethods property.
- getXmlAccessOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the xmlAccessOrder for this TypeInfo.
- getXmlAccessorFactory() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getXmlAccessorOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlAccessorOrder property.
- getXmlAccessorOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlAccessorOrder property.
- getXmlAccessorType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
-
Gets the value of the xmlAccessorType property.
- getXmlAccessorType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlAccessorType property.
- getXmlAccessorType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlAccessorType property.
- getXmlAccessType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the xmlAccessType for this TypeInfo.
- getXMLBinder() - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in interface org.eclipse.persistence.jaxb.metadata.MetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jaxb.metadata.MetadataSourceAdapter
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jaxb.metadata.XMLMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.CollectionWrapperMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.DynamicXMLMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.DynamicXmlV2MetadataSource
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.ErrorResponseMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.ItemLinksMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.JavaLangMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.JavaMathMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.JavaUtilMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.LinkMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.LinkV2MetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.ReadAllQueryResultCollectionMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.ReportQueryResultCollectionMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.ReportQueryResultListItemMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.ReportQueryResultListMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.SimpleHomogeneousListMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.SingleResultQueryListMetadataSource
-
- getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.SingleResultQueryResultMetadataSource
- getXmlBindingsFromProperties(Map, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
-
Convenience method for processing a properties map and creating a map of
package names to XmlBindings instances.
- getXmlBindingsModelContext() - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-
The method will load the eclipselink metadata model and return the
corresponding JAXBContext
- getXmlClassExtractor() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlClassExtractor property.
- getXMLContext() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
Return the XMLContext associated with this JAXBContext.
- getXMLContext() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
Return the instance of XMLContext that was used to create this instance
of XMLMarshaller.
- getXMLContext() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
Return the instance of XMLContext that was used to create this instance
of XMLUnmarshaller.
- getXMLContextState() - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Return the XMLContextState that represents the XMLContexts
stateful information.
- getXmlCustomizer() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the XmlCustomizer class name set on this TypeInfo, or null if none
is set.
- getXmlCustomizer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlCustomizer property.
- getXmlDescriptor() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
INTERNAL
Returns the Descriptor associated with this TypeMappingInfo.
- getXmlDiscriminatorNode() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the class indicator field name for this type info.
- getXmlDiscriminatorNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlDiscriminatorNode property.
- getXmlDiscriminatorValue() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the value of the class indicator field for the java-type
associated with this type info.
- getXmlDiscriminatorValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlDiscriminatorValue property.
- getXmlElement() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
Returns the xml-element as a Element
which represents the
parameter level annotations that should be applied to this type.
- getXmlElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Gets the value of the xmlElement property.
- getXmlElementDecl() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry
-
Gets the value of the xmlElementDecl property.
- getXmlElementNillable() - Method in class org.eclipse.persistence.jaxb.compiler.XmlNillableInfo
-
- getXmlElementNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlElementNillable property.
- getXmlElementNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlElementNillable property.
- getXmlElementRef() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Gets the value of the xmlElementRef property.
- getXmlElementRefs() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the List of XmlElementRef(s) for this Property.
- getXmlElementRefs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Gets the value of the xmlElementRefs property.
- getXmlElements() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the XmlElements object set for this Property.
- getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the XmlElementWrapper set on this property.
- getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlElementWrapper property.
- getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the xmlElementWrapper property.
- getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Gets the value of the xmlElementWrapper property.
- getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Gets the value of the xmlElementWrapper property.
- getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the xmlElementWrapper property.
- getXmlEnum() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlEnums
-
Gets the value of the xmlEnum property.
- getXmlEnums() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlEnums property.
- getXmlEnumValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
-
Gets the value of the xmlEnumValue property.
- getXmlEnumValues() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-
- getXMLEventWriter() - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
-
- getXMLField() - Method in class org.eclipse.persistence.oxm.record.XMLEntry
-
- getXMLInputFactory() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
- getXmlInverseReference() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlInverseReference property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the xmlJavaTypeAdapter set on this Property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the xmlJavaTypeAdapter set on this Type.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapters
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the xmlJavaTypeAdapter property.
- getXmlJavaTypeAdapters() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlJavaTypeAdapters property.
- getXmlJoinNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
-
Gets the value of the xmlJoinNode property.
- getXmlJoinNodes() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the XmlJoinNodes for this property.
- getXmlJoinNodes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Gets the value of the xmlJoinNodes property.
- getXmlJoinNodesList() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the list of XmlJoinNodes for this Property, if any.
- getXmlKeyProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the list of XmlKey property entries.
- getXmlMap() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlMap property.
- getXMLMarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
-
- getXmlMimeType() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Return the mimeType specified on this element.
- getXmlMimeType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlMimeType property.
- getXmlMimeType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlMimeType property.
- getXmlNamedAttributeNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
-
Gets the value of the xmlNamedAttributeNode property.
- getXmlNamedAttributeNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
-
Gets the value of the xmlNamedAttributeNode property.
- getXmlNamedObjectGraph() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraphs
-
Gets the value of the xmlNamedObjectGraph property.
- getXmlNamedObjectGraphs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlNamedObjectGraphs property.
- getXmlNamedSubclassGraph() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
-
Gets the value of the xmlNamedSubclassGraph property.
- getXmlNamedSubgraph() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
-
Gets the value of the xmlNamedSubgraph property.
- getXmlNameTransformer() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
-
- getXmlNameTransformer() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the XMLNameTransformer used when converting Java names to XML names
- getXmlNameTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlNameTransformer property.
- getXmlNameTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlNameTransformer property.
- getXMLNode(Object) - Method in class javax.xml.bind.Binder
-
Gets the XML element associated with the given JAXB object.
- getXMLNode(Object) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
-
- getXMLNode(Object) - Method in class org.eclipse.persistence.oxm.XMLBinder
-
Gets the XML Node associated with the provided object.
- getXmlNs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
-
Gets the value of the xmlNs property.
- getXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return XmlNullPolicy for this TypeInfo.
- getXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.compiler.XmlNillableInfo
-
- getXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlNullPolicy property.
- getXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlNullPolicy property.
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the xpath for this property.
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
Gets the value of the xmlPath property.
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Gets the value of the xmlPath property.
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlPath property.
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlPath property.
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes.XmlJoinNode
-
Gets the value of the xmlPath property.
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
-
Gets the value of the xmlPath property.
- getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the xmlPath property.
- getXMLPlatform() - Method in class org.eclipse.persistence.platform.xml.XMLPlatformFactory
-
INTERNAL:
Return the XMLPlatform based on the toplink.xml.platform System property.
- getXMLPlatformClass() - Method in class org.eclipse.persistence.platform.xml.XMLPlatformFactory
-
INTERNAL:
Return the implementation class for the XMLPlatform.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
Gets the value of the xmlProperties property.
- getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
-
Gets the value of the xmlProperties property.
- getXmlProperty() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties
-
Gets the value of the xmlProperty property.
- getXMLReader() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Obtains a configured XMLReader.
- getXMLReader() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getXmlReadTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
-
Gets the value of the xmlReadTransformer property.
- getXmlRegistries() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlRegistries property.
- getXmlRegistry() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlRegistries
-
Gets the value of the xmlRegistry property.
- getXmlRootElement() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the xmlRootElement set on this TypeInfo.
- getXmlRootElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlRootElement property.
- getXmlSchema() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlSchema property.
- getXMLSchema() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
-
Returns XML Schema of the parser.
- getXMLSchema() - Method in interface org.eclipse.persistence.platform.xml.XMLParser
-
- getXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Gets the value of the xmlSchemaType property.
- getXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlSchemaType property.
- getXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Gets the value of the xmlSchemaType property.
- getXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaTypes
-
Gets the value of the xmlSchemaType property.
- getXmlSchemaTypes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
Gets the value of the xmlSchemaTypes property.
- getXmlSeeAlso() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the List of XmlSeeAlso class names for this TypeInfo.
- getXmlSeeAlso() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlSeeAlso property.
- getXMLStreamWriter() - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
-
- getXmlTagName() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
-
Root element name associated with this type;
- getXMLToJavaTypeMap() - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Return a map of default Java types to XML types.
- getXmlTransformation() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return the XmlTransformation set on this property.
- getXmlType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Return the xmlType set on this TypeInfo.
- getXmlType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlType property.
- getXMLType(Class) - Method in class org.eclipse.persistence.oxm.XMLField
-
Return the qualified XML Schema type for a given class
- getXMLType(Class, ConversionManager) - Method in class org.eclipse.persistence.oxm.XMLField
-
- getXMLUnmarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
-
- getXmlValueFieldForSimpleContent(ArrayList<Property>) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getXmlValueFieldForSimpleContent(TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- getXmlValueProperty() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getXmlVirtualAccessMethods() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
- getXmlVirtualAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Gets the value of the xmlVirtualAccessMethods property.
- getXmlWriteTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
-
Gets the value of the xmlWriteTransformer property.
- getXPath() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
-
Get the XPath String
- getXPath() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping
-
Get the XPath String
- getXPath() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
-
Get the XPath String
- getXPath() - Method in class org.eclipse.persistence.eis.mappings.EISDirectMapping
-
Get the XPath String associated with this Mapping
- getXPath() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
Get the XPath String
- getXPath() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
Get the XPath String
- getXPath() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
Get the XPath String
- getXPath() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
Get the XPath String
- getXPath() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
Get the XPath String
- getXPath() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
-
Get the XPath String
- getXPath() - Method in class org.eclipse.persistence.oxm.XMLField
-
Returns the xpath statement associated with this XMLField
- getXPathFactory() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
-
- getXPathForElement(String, QName, NamespaceInfo, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getXPathForField(Property, NamespaceInfo, boolean, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
- getXPathFragment() - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL:
Maintain a direct pointer to the first XPathFragment.
- getXPathFragmentForValue(Object, NamespaceResolver, boolean, char) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
-
- getXPathFragmentForValue(Object, NamespaceResolver, boolean, char) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
-
- getXPathNode() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- getXQueryString() - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
-
PUBLIC:
Return the XQuery string.
- Glassfish - Static variable in class org.eclipse.persistence.config.TargetServer
-
- GlassfishPlatform - Class in org.eclipse.persistence.platform.server.glassfish
-
PUBLIC:
This is the concrete subclass responsible for representing Glassfish server behavior.
- GlassfishPlatform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform
-
INTERNAL:
Default Constructor: All behavior for the default constructor is inherited
- GlassfishPlatformDetector - Class in org.eclipse.persistence.platform.server.glassfish
-
- GlassfishPlatformDetector() - Constructor for class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatformDetector
-
- GlassfishRuntimeServices - Class in org.eclipse.persistence.services.glassfish
-
Purpose: Provide a dynamic interface into the EclipseLink Session.
- GlassfishRuntimeServices() - Constructor for class org.eclipse.persistence.services.glassfish.GlassfishRuntimeServices
-
PUBLIC:
Default Constructor
- GlassfishRuntimeServices(AbstractSession) - Constructor for class org.eclipse.persistence.services.glassfish.GlassfishRuntimeServices
-
PUBLIC:
Create an instance of GlassfishRuntimeServices to be associated with the provided session
- GlassfishRuntimeServices(Locale) - Constructor for class org.eclipse.persistence.services.glassfish.GlassfishRuntimeServices
-
Create an instance of GlassfishRuntimeServices to be associated with the provided locale
The user must call setSession(Session) afterwards to define the session.
- GlassfishTransactionController - Class in org.eclipse.persistence.transaction.glassfish
-
Purpose: TransactionController implementation for Glassfish JTA
Description: Implements the required behavior for controlling JTA
transactions in Glassfish.
- GlassfishTransactionController() - Constructor for class org.eclipse.persistence.transaction.glassfish.GlassfishTransactionController
-
- GLOBAL() - Constructor for class javax.xml.bind.annotation.XmlElementDecl.GLOBAL
-
- GLOBAL_PROPERTY_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- globalPropertyNotFound() - Static method in exception org.eclipse.persistence.exceptions.SDOException
-
INTERNAL:
Exception when trying to find a global property during an unmarshal
- GlobalScope() - Constructor for class javax.xml.bind.JAXBElement.GlobalScope
-
- GREATER_THAN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for '>'.
- GREATER_THAN_ENTITY_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
-
The entity name for greater-than symbol: >.
- GREATER_THAN_OR_EQUAL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for '>='.
- greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than the second.
- greaterThan(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than the second.
- greaterThan(byte) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is equal to the other value.
- greaterThan(char) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is equal to the other value.
- greaterThan(double) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is equal to the other value.
- greaterThan(float) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is equal to the other value.
- greaterThan(int) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is equal to the other value.
- greaterThan(long) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is equal to the other value.
- greaterThan(Object) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receiver's value is greater than the other value.
- greaterThan(Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
- greaterThan(short) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is equal to the other value.
- greaterThan(boolean) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is equal to the other value.
- GreaterThan - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- greaterThan(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- greaterThan(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- greaterThan(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- greaterThan(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- greaterThan(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- greaterThan(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- greaterThan(Number) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- greaterThan(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- greaterThan(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- greaterThanEqual(byte) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- greaterThanEqual(char) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- greaterThanEqual(double) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- greaterThanEqual(float) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- greaterThanEqual(int) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- greaterThanEqual(long) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- greaterThanEqual(Object) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- greaterThanEqual(Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- greaterThanEqual(short) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- greaterThanEqual(boolean) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Return an expression that compares if the receivers value is greater and equal to the other value.
- GreaterThanEqual - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- greaterThanOrEqual(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- greaterThanOrEqual(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- greaterThanOrEqual(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- greaterThanOrEqual(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- greaterThanOrEqual(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- greaterThanOrEqual(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- greaterThanOrEqual(Number) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- greaterThanOrEqual(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- greaterThanOrEqual(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- greatest(Expression<X>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression for finding the greatest of
the values (strings, dates, etc).
- Greatest - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- greatest() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- greatest() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
INTERNAL:
Build FB equivalent to GREATEST(x, y)
FB: CASE WHEN x >= y THEN x ELSE y END
- greatest() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
INTERNAL:
Build HSQL equivalent to GREATEST(x, y)
HSQL: CASE WHEN x >= y THEN x ELSE y
- greatest() - Static method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Returns the greatest of two values.
- GREGORIAN_CALENDAR - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- group - Variable in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- GROUP - Static variable in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
-
- GROUP_BY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'GROUP BY'.
- GROUP_BY_CLAUSE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Notify the state object representing the GROUP BY
clause has changed.
- GROUP_BY_ITEMS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
-
Notify the list of
StateObjects
representing the
GROUP BY
items.
- groupBy(Expression<?>...) - Method in interface javax.persistence.criteria.AbstractQuery
-
Specify the expressions that are used to form groups over
the query results.
- groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.AbstractQuery
-
Specify the expressions that are used to form groups over
the query results.
- groupBy(Expression<?>...) - Method in interface javax.persistence.criteria.CriteriaQuery
-
Specify the expressions that are used to form groups over
the query results.
- groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.CriteriaQuery
-
Specify the expressions that are used to form groups over
the query results.
- groupBy(Expression<?>...) - Method in interface javax.persistence.criteria.Subquery
-
Specify the expressions that are used to form groups over
the subquery results.
- groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.Subquery
-
Specify the expressions that are used to form groups over
the subquery results.
- groupByClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
-
- GroupByClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
The GROUP BY construct enables the aggregation of values according to the properties of an
entity class.
- GroupByClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
Creates a new GroupByClause
.
- GroupByClause_GroupByItemEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- GroupByClause_GroupByItemIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- GroupByClause_GroupByItemMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- GroupByClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the group by clause.
- GroupByClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseBNF
-
Creates a new GroupByClauseBNF
.
- GroupByClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
-
- GroupByClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- GroupByClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseFactory
-
Creates a new GroupByClauseFactory
.
- GroupByClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseStatementHelper
-
- GroupByClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The GROUP BY
construct enables the aggregation of values according to the
properties of an entity class.
- GroupByClauseStateObject(AbstractSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
-
Creates a new GroupByClauseStateObject
.
- groupByExpressions - Variable in class org.eclipse.persistence.queries.ReportQuery
-
Expressions representing fields to be used in the GROUP BY clause.
- GroupByItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a group by item expression.
- GroupByItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByItemBNF
-
Creates a new GroupByItemBNF
.
- GroupByItemFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
GroupByItemFactory
is responsible to return the right expression and to support
invalid expression as well.
- GroupByItemFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByItemFactory
-
Creates a new GroupByItemFactory
.
- GROUPING_ELEMENT_REQUIRED - Static variable in exception org.eclipse.persistence.eis.EISException
-
- groupingElementRequired() - Static method in exception org.eclipse.persistence.eis.EISException
-
- gt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than the second.
- gt(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than the second.
- GT - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-