Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form|System Properties
T
- tab - Static variable in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForOracleAnonymousBlock
- tab() - Method in class org.eclipse.persistence.internal.codegen.CodeGenerator
- tab(int) - Method in class org.eclipse.persistence.internal.codegen.CodeGenerator
- table - Variable in class org.eclipse.persistence.internal.expressions.SQLModifyStatement
- table - Variable in class org.eclipse.persistence.internal.expressions.TableExpression
- table - Variable in class org.eclipse.persistence.internal.helper.DatabaseField
-
Fields table (encapsulates name + creator).
- table - Variable in class org.eclipse.persistence.sequencing.TableSequence
-
Hold the database table
- table - Variable in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
Deprecated, for removal: This API element is subject to removal in a future version.
- table() - Element in annotation interface org.eclipse.persistence.annotations.Index
-
The table to define the index on, defaults to entities primary table.
- table() - Element in annotation interface org.eclipse.persistence.annotations.TenantDiscriminatorColumn
-
The name of the table that contains the column.
- Table - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- TABLE - Enum constant in enum class org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
-
Indicates the "root" object maps directly to a database table.
- TABLE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'TABLE'.
- TABLE_CATALOG - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- TABLE_CREATION_SUFFIX - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The
eclipselink.ddl.table-creation-suffixproperty is used in conjunction with DDL generation options to append a string to the end of generated CREATE Table statements. - TABLE_GENERATOR_CATALOG - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- TABLE_GENERATOR_NAME - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- TABLE_GENERATOR_PK_COLUMN_VALUE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- TABLE_GENERATOR_RESERVED_NAME - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- TABLE_GENERATOR_SCHEMA - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- TABLE_IS_NOT_PRESENT_IN_DATABASE - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- TABLE_NAME - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- TABLE_NAME_IS_NOT_SET - Static variable in exception class org.eclipse.persistence.eis.EISException
- TABLE_NOT_PRESENT - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- TABLE_NOT_SPECIFIED - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- TABLE_PER_TENANT - Enum constant in enum class org.eclipse.persistence.annotations.MultitenantType
-
Specifies that different tables are used for each tenant and used in conjunction with the tenant table discriminator which describes how the tables are uniquely identified, that is, using a suffix/prefix or a separate schema.
- TABLE_SCHEMA - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- tableAliases - Variable in class org.eclipse.persistence.internal.expressions.DataExpression
- tableAliases - Variable in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
- tableAliasesDescription() - Method in class org.eclipse.persistence.internal.expressions.DataExpression
- tableAliasInSelectCallForExist - Variable in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
- tableAliasInSelectCallForExist - Variable in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatement
- tableAliasInSelectCallForNotExist - Variable in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
- TableAliasLookup - Class in org.eclipse.persistence.internal.expressions
-
INTERNAL: Represents the aliased tables an ObjectExpression will be translated to, along with any of its derived TableExpressions.
- TableAliasLookup() - Constructor for class org.eclipse.persistence.internal.expressions.TableAliasLookup
-
TableAliasLookup constructor comment.
- TableAliasLookup(int) - Constructor for class org.eclipse.persistence.internal.expressions.TableAliasLookup
-
TableAliasLookup constructor comment.
- tableCreator - Variable in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
- TableCreator - Class in org.eclipse.persistence.tools.schemaframework
-
Purpose: This class is responsible for creating the tables defined in the project.
- TableCreator() - Constructor for class org.eclipse.persistence.tools.schemaframework.TableCreator
- TableCreator(List<TableDefinition>) - Constructor for class org.eclipse.persistence.tools.schemaframework.TableCreator
- TableCreatorClassGenerator - Class in org.eclipse.persistence.sessions.factories
-
Purpose: Allow for a class storing a TopLink table creator's tables (meta-data) to be generated.
- TableCreatorClassGenerator() - Constructor for class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC: Create a new generator.
- TableCreatorClassGenerator(TableCreator) - Constructor for class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC: Create a new generator to output the table creator.
- TableCreatorClassGenerator(TableCreator, String, Writer) - Constructor for class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC: Create a new generator to output the table creator.
- TableCreatorClassGenerator(TableCreator, String, String) - Constructor for class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
PUBLIC: Create a new generator to output the table creator.
- TableDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Declarationuses a database table as the "root" object. - TableDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.TableDeclaration
-
Creates a new
TableDeclaration. - tableDefinition - Variable in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
- TableDefinition - Class in org.eclipse.persistence.tools.schemaframework
-
Purpose: Allow a generic way of creating tables on the different platforms.
- TableDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.TableDefinition
- TableDefinition(String) - Constructor for class org.eclipse.persistence.tools.schemaframework.TableDefinition
- tableDefinitions - Variable in class org.eclipse.persistence.tools.schemaframework.TableCreator
- tableExists(String) - Method in interface org.eclipse.persistence.jpa.jpql.EclipseLinkSemanticValidatorExtension
-
Determines whether the table with the given exists or not.
- TableExpression - Class in org.eclipse.persistence.internal.expressions
-
A TableExpression allows for a raw database table to be referenced in a query.
- TableExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
Defines a table expression.
- TableExpression() - Constructor for class org.eclipse.persistence.internal.expressions.TableExpression
- TableExpression(DatabaseTable) - Constructor for class org.eclipse.persistence.internal.expressions.TableExpression
- TableExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TableExpression
-
Creates a new
TableExpression. - TableExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- TableExpression_InvalidTableName - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- TableExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- TableExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- TableExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- TableExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a table expression.
- TableExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TableExpressionBNF
-
Creates a new
TableExpressionBNF. - TableExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
TableExpressionFactorycreates a newTableExpression. - TableExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TableExpressionFactory
-
Creates a new
TableExpressionFactory. - tableExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
- TableExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.TableExpressionVisitor
-
Default constructor.
- TableExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.TableExpressionVisitor
- TableGenerator - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- TableGeneratorImpl - Class in org.eclipse.persistence.internal.jpa.config.sequencing
-
JPA scripting API implementation.
- TableGeneratorImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.sequencing.TableGeneratorImpl
- TableGeneratorMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.sequencing
-
A wrapper class to a table generator metadata.
- TableGeneratorMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
-
INTERNAL: Used for XML loading.
- TableGeneratorMetadata(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
-
INTERNAL This constructor is used to create a default table generator.
- TableGeneratorMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
-
INTERNAL: Used for annotation loading.
- tableGeneratorUsingAReservedName(String, Object) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- TableImpl - Class in org.eclipse.persistence.internal.jpa.config.tables
-
JPA scripting API implementation.
- TableImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.tables.TableImpl
- tableIsNotPresentInDatabase(ClassDescriptor) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- tableMap - Variable in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
Used to track the table definition: keyed by the table name, and valued by the table definition object.
- TableMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.tables
-
INTERNAL: Object to hold onto table metadata in a TopLink database table.
- TableMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
-
INTERNAL: Used for XML loading.
- TableMetadata(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
-
INTERNAL: Used for XML loading.
- TableMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
-
INTERNAL: Used for annotation loading.
- tableName - Variable in class org.eclipse.persistence.tools.oracleddl.metadata.TableType
- tableNameIsNotSet() - Static method in exception class org.eclipse.persistence.eis.EISException
- tableNames() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Returns the filtered list of possible table names.
- tableNames() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
- tableNames(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistExtension
-
Returns the names of the database tables filtered by the given prefix.
- tableNotPresent(String, ClassDescriptor) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- tableNotSpecified(ClassDescriptor) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- TableOperationModel - Class in org.eclipse.persistence.tools.dbws
- TableOperationModel() - Constructor for class org.eclipse.persistence.tools.dbws.TableOperationModel
- tablePattern - Variable in class org.eclipse.persistence.tools.dbws.TableOperationModel
- TablePerClassPolicy - Class in org.eclipse.persistence.descriptors
-
Purpose: Provides the functionality to support a TABLE_PER_CLASS inheritance strategy.
- TablePerClassPolicy(ClassDescriptor) - Constructor for class org.eclipse.persistence.descriptors.TablePerClassPolicy
-
INTERNAL: Create a new policy.
- TablePerMultitenantPolicy - Class in org.eclipse.persistence.descriptors
-
A table per tenant multitenant policy.
- TablePerMultitenantPolicy(ClassDescriptor) - Constructor for class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
- tablePerTenantDescriptors - Variable in class org.eclipse.persistence.internal.sessions.AbstractSession
-
PERF: cache table per tenant descriptors needing to be initialized per EM
- tablePerTenantQueries - Variable in class org.eclipse.persistence.internal.sessions.AbstractSession
-
PERF: cache table per tenant queries needing to be initialized per EM
- tablePerTenantTables - Variable in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
- tableQualifier - Variable in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
-
Supporting name scopes in database by prefixing the table names with the table qualifier/creator.
- tableQualifier - Variable in class org.eclipse.persistence.internal.helper.DatabaseTable
- tables - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- tables - Variable in class org.eclipse.persistence.exceptions.IntegrityChecker
-
To load the tables from database
- tables - Variable in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
Tables being selected from.
- tables_databaseFieldsToValues - Variable in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForOracleAnonymousBlock
- TableSequence - Class in org.eclipse.persistence.sequencing
-
Purpose: Defines sequencing through using a SEQUENCE table.
- TableSequence() - Constructor for class org.eclipse.persistence.sequencing.TableSequence
- TableSequence(String) - Constructor for class org.eclipse.persistence.sequencing.TableSequence
-
Create a new sequence with the name.
- TableSequence(String, int) - Constructor for class org.eclipse.persistence.sequencing.TableSequence
-
Create a new sequence with the name and sequence pre-allocation size.
- TableSequence(String, int, int) - Constructor for class org.eclipse.persistence.sequencing.TableSequence
- TableSequence(String, int, String) - Constructor for class org.eclipse.persistence.sequencing.TableSequence
- TableSequence(String, int, String, String, String) - Constructor for class org.eclipse.persistence.sequencing.TableSequence
- TableSequence(String, String) - Constructor for class org.eclipse.persistence.sequencing.TableSequence
-
Create a new sequence with the name, and the sequence table name.
- TableSequence(String, String, String, String) - Constructor for class org.eclipse.persistence.sequencing.TableSequence
-
Create a new sequence with the name, and the sequence table information.
- TableSequenceConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.sequencing
-
INTERNAL:
- TableSequenceConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.sequencing.TableSequenceConfig
- TableSequenceDefinition - Class in org.eclipse.persistence.tools.schemaframework
-
Purpose: Allow a generic way of creating sequences on the different platforms, and allow optional parameters to be specified.
- TableSequenceDefinition(String, boolean) - Constructor for class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
INTERNAL: Should be a sequence defining table sequence in the db: either TableSequence DefaultSequence (only if case platform.getDefaultSequence() is a TableSequence).
- TableSequenceDefinition(Sequence, boolean) - Constructor for class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
Deprecated, for removal: This API element is subject to removal in a future version.Use TableSequenceDefinition(String, boolean) instead.
- TABLESINFO_CATALOG - Static variable in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
- TABLESINFO_NAME - Static variable in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
- TABLESINFO_SCHEMA - Static variable in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
- TABLESINFO_TYPE - Static variable in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
- tablesJoinExpressions - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
- tableSpec() - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- tablesToPrimaryKeyFields - Variable in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForOracleAnonymousBlock
- tablesTruncationFailed(IOException) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- tableToFieldsForGenerationMap - Variable in class org.eclipse.persistence.descriptors.ReturningPolicy
-
maps ClassDescriptor's tables into Vectors of fields to be used for call generation.
- TableType - Class in org.eclipse.persistence.tools.oracleddl.metadata
- TableType() - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.TableType
- TableType(String) - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.TableType
- TableValidationException - Exception Class in org.eclipse.persistence.tools.schemaframework
-
Thrown when database table validation fails.
- TableValidationException.DifferentColumns - Exception Class in org.eclipse.persistence.tools.schemaframework
-
Thrown when database table validation fails with one or more table's columns have different definition in the database.
- TableValidationException.DifferentColumns.Difference - Class in org.eclipse.persistence.tools.schemaframework
-
Column difference description.
- TableValidationException.DifferentColumns.NullableDifference - Class in org.eclipse.persistence.tools.schemaframework
- TableValidationException.DifferentColumns.Type - Enum Class in org.eclipse.persistence.tools.schemaframework
-
Type of the difference.
- TableValidationException.DifferentColumns.TypeDifference - Class in org.eclipse.persistence.tools.schemaframework
-
Column type difference description.
- TableValidationException.MissingColumns - Exception Class in org.eclipse.persistence.tools.schemaframework
-
Thrown when database table validation fails with one or more table's columns missing in the database.
- TableValidationException.MissingTable - Exception Class in org.eclipse.persistence.tools.schemaframework
-
Thrown when database table validation fails with the table missing in the database.
- TableValidationException.SurplusColumns - Exception Class in org.eclipse.persistence.tools.schemaframework
-
Thrown when database table validation fails with one or more table's surplus columns in the database.
- TableValidationException.ValidationFailure - Enum Class in org.eclipse.persistence.tools.schemaframework
-
Validation failure.
- TableVariableDeclaration - Class in org.eclipse.persistence.jpa.jpql.parser
-
Defines a table expression.
- TableVariableDeclaration(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
Creates a new
TableVariableDeclaration. - TableVariableDeclaration_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- TableVariableDeclaration_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- TableVariableDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a table declaration.
- TableVariableDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclarationBNF
-
Creates a new
TableExpressionBNF. - TableVariableDeclarationFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
TableVariableDeclarationFactorycreates a newTableVariableDeclaration. - TableVariableDeclarationFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclarationFactory
-
Creates a new
TableVariableDeclarationFactory. - tabSize - Variable in class org.eclipse.persistence.tools.oracleddl.parser.JavaCharStream
- TAG_SCHEMA - Static variable in class org.eclipse.persistence.tools.dbws.WSDLGenerator
- TAG_SOAP_ADDRESS - Static variable in class org.eclipse.persistence.tools.dbws.WSDLGenerator
- TAG_SOAP_BINDING - Static variable in class org.eclipse.persistence.tools.dbws.WSDLGenerator
- TAG_SOAP_BODY - Static variable in class org.eclipse.persistence.tools.dbws.WSDLGenerator
- TAG_SOAP_FAULT - Static variable in class org.eclipse.persistence.tools.dbws.WSDLGenerator
- TAG_SOAP_OPERATION - Static variable in class org.eclipse.persistence.tools.dbws.WSDLGenerator
- tan() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- tan(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC: Return a new expression that applies the function to the given expression.
- Tan - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- tanh() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- tanh(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC: Return a new expression that applies the function to the given expression.
- Tanh - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- TARGET_DATABASE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The
eclipselink.target-databaseproperty configures the database that will be used controlling custom operations and SQL generation for the specified database. - TARGET_DATABASE_PROPERTIES - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The
eclipselink.target-database-propertiesproperty configures additional properties for the configured target-database. - TARGET_FK_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- TARGET_FOREIGN_KEYS_SIZE_MISMATCH - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- TARGET_INVOCATION_WHILE_CLONING - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- TARGET_INVOCATION_WHILE_CONSTRUCTOR_INSTANTIATION - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- TARGET_INVOCATION_WHILE_CONSTRUCTOR_INSTANTIATION_OF_FACTORY - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- TARGET_INVOCATION_WHILE_EVENT_EXECUTION - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- TARGET_INVOCATION_WHILE_GETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- TARGET_INVOCATION_WHILE_INSTANTIATING_METHOD_BASED_PROXY - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- TARGET_INVOCATION_WHILE_INVOKING_ATTRIBUTE_METHOD - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- TARGET_INVOCATION_WHILE_INVOKING_FIELD_TO_METHOD - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- TARGET_INVOCATION_WHILE_INVOKING_ROW_EXTRACTION_METHOD - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- TARGET_INVOCATION_WHILE_METHOD_INSTANTIATION - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- TARGET_INVOCATION_WHILE_METHOD_INSTANTIATION_OF_FACTORY - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- TARGET_INVOCATION_WHILE_OBSOLETE_EVENT_EXECUTION - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- TARGET_INVOCATION_WHILE_SETTING_VALUE_THRU_METHOD_ACESSOR - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- TARGET_NAMESPACE_KEY - Static variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
- TARGET_NAMESPACE_PREFIX - Static variable in class org.eclipse.persistence.internal.xr.Util
- TARGET_NAMESPACE_PREFIX - Static variable in class org.eclipse.persistence.oxm.XMLConstants
- TARGET_PK_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- TARGET_SERVER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The
eclipselink.target-serverproperty configures theServerPlatformthat will be used to enable integration with a host container. - TARGET_SHORT_PREFIX - Static variable in interface org.eclipse.persistence.internal.helper.DatabaseType
- TARGET_SUFFIX - Static variable in interface org.eclipse.persistence.internal.helper.DatabaseType
- targetClass - Variable in class org.eclipse.persistence.internal.oxm.Reference
- targetClass - Variable in class org.eclipse.persistence.queries.ConstructorResult
- targetClass() - Element in annotation interface org.eclipse.persistence.annotations.Array
-
The basic or embeddable class that is the element type of the collection.
- targetClassName - Variable in class org.eclipse.persistence.queries.ConstructorResult
-
Stores the class of result
- TargetDatabase - Class in org.eclipse.persistence.config
-
Target database persistence property values.
- targetExpressionsToPostInitialize - Variable in class org.eclipse.persistence.mappings.OneToManyMapping
- targetExpressionsToPostInitialize - Variable in class org.eclipse.persistence.mappings.OneToOneMapping
- targetFields - Variable in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
- targetFileName - Variable in class org.eclipse.persistence.tools.dbws.InMemoryCompiler
- targetForeignKeyFields - Variable in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
The target foreign key fields that reference the sourceKeyFields.
- targetForeignKeyFields - Variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
This is a key in the target table which is a foreign key in the target table.
- targetForeignKeyFields - Variable in class org.eclipse.persistence.mappings.OneToManyMapping
-
The target foreign key fields that reference the sourceKeyFields.
- targetForeignKeysSizeMismatch(ForeignReferenceMapping) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- targetForeignKeysToSourceKeys - Variable in class org.eclipse.persistence.mappings.OneToManyMapping
-
This maps the target foreign key fields to the corresponding (primary) source key fields.
- targetForeignKeyTable - Variable in class org.eclipse.persistence.mappings.OneToManyMapping
-
All targetForeignKeyFields should have the same table.
- targetForeignKeyToSourceKeys - Variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
Foreign keys in the target table to the related keys in the source table
- targetIdentityMap - Variable in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
This attribute stores the actual IdentityMap as configured by the user.
- targetInterface() - Element in annotation interface org.eclipse.persistence.annotations.VariableOneToOne
-
The interface class that is the target of the association.
- targetInvocationWhileCloning(Object, String, ClassDescriptor, Throwable) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- targetInvocationWhileConstructorInstantiation(ClassDescriptor, Exception) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- targetInvocationWhileConstructorInstantiationOfFactory(ClassDescriptor, Exception) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- targetInvocationWhileEventExecution(String, ClassDescriptor, Exception) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- targetInvocationWhileGettingValueThruMethodAccessor(String, String, Throwable) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- targetInvocationWhileInstantiatingMethodBasedProxy(Throwable) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- targetInvocationWhileInvokingAttributeMethod(DatabaseMapping, Throwable) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- targetInvocationWhileInvokingFieldToMethod(String, DatabaseMapping, Throwable) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- targetInvocationWhileInvokingRowExtractionMethod(AbstractRecord, Method, ClassDescriptor, Throwable) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- targetInvocationWhileMethodInstantiation(String, ClassDescriptor, Exception) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- targetInvocationWhileMethodInstantiationOfFactory(String, ClassDescriptor, Exception) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- targetInvocationWhileObsoleteEventExecute(String, ClassDescriptor, Exception) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- targetInvocationWhileSettingValueThruMethodAccessor(String, Object, Throwable) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- targetKeyFields - Variable in class org.eclipse.persistence.mappings.RelationTableMechanism
-
The field in the target table that corresponds to the key in the relation table
- targetObjectPrimaryKeys - Variable in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
- targetPrimaryKeyFields - Variable in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatementForTempTable
- targetPrimaryKeyFields - Variable in class org.eclipse.persistence.mappings.OneToManyMapping
-
Primary keys of targetForeignKeyTable: the same as referenceDescriptor().getPrimaryKeyFields() in case the table is default table of reference descriptor; otherwise contains secondary table's primary key fields in the same order as default table primary keys mapped to them.
- targetRelationKeyFields - Variable in class org.eclipse.persistence.mappings.RelationTableMechanism
-
The field in the intermediate table that corresponds to the key in the target table
- TargetServer - Class in org.eclipse.persistence.config
-
Target server persistence property values.
- targetTable - Variable in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatementForTempTable
- targetTable - Variable in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
- targetTable - Variable in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
- targetToSourceKeyFields - Variable in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
Maps the target primary/foreign key fields to the source foreign/primary key fields.
- targetToSourceKeyFields - Variable in class org.eclipse.persistence.mappings.OneToOneMapping
-
Maps the target primary/foreign key fields to the source foreign/primary key fields.
- tcw - Variable in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
- TEMP_DOC - Static variable in class org.eclipse.persistence.internal.xr.Util
- TEMP_TABLES_NOT_SUPPORTED - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- tempClassLoader - Variable in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
- TempEntityLoader(URL[], ClassLoader, Collection) - Constructor for class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer.TempEntityLoader
- TempEntityLoader(URL[], ClassLoader, Collection, boolean) - Constructor for class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer.TempEntityLoader
- tempInitSession - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
The session is temporarily used for initialization.
- Temporal - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- TEMPORAL_MUTABLE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The
eclipselink.temporal.mutableproperty configures the default for detecting changes to temporal field (Date, Calendar). - TemporalImpl - Class in org.eclipse.persistence.internal.jpa.config.converters
-
JPA scripting API implementation.
- TemporalImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.converters.TemporalImpl
- TemporalLiteralNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- TemporalLiteralNode(String, TemporalLiteralNode.TemporalType) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.TemporalLiteralNode
-
Return a new StringLiteralNode with the internal string set to the passed value
- TemporalLiteralNode(TemporalLiteralNode.TemporalType) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.TemporalLiteralNode
-
Return a new StringLiteralNode
- TemporalLiteralNode.TemporalType - Enum Class in org.eclipse.persistence.internal.jpa.parsing
- TemporalMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
-
INTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.
- TemporalMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.TemporalMetadata
-
INTERNAL: Used for XML loading.
- TemporalMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.TemporalMetadata
-
INTERNAL: Used for annotation loading.
- temporaryCachedQueryResults - Variable in class org.eclipse.persistence.queries.ReadQuery
-
Optimization: temporarily stores cached query results while they are being built in a cloned query
- tempTablesNotSupported(DatabaseQuery, String) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- TENANT_DISCRIMINATOR_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- TENANT_DISCRIMINATOR_CONTEXT_PROPERTY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- TENANT_TABLE_DISCRIMINATOR_CONTEXT_PROPERTY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- TENANT_TABLE_DISCRIMINATOR_TYPE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- TenantDiscriminatorColumn - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- TenantDiscriminatorColumn - Annotation Interface in org.eclipse.persistence.annotations
-
Tenant discriminator column(s) are used with a MultitenantType.SINGLE_TABLE multitenant strategy.
- TenantDiscriminatorColumnImpl - Class in org.eclipse.persistence.internal.jpa.config.columns
-
JPA scripting API implementation.
- TenantDiscriminatorColumnImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.TenantDiscriminatorColumnImpl
- TenantDiscriminatorColumnMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
-
Object to hold onto tenant discriminator metadata.
- TenantDiscriminatorColumnMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.TenantDiscriminatorColumnMetadata
-
INTERNAL: Used for XML loading.
- TenantDiscriminatorColumnMetadata(MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.TenantDiscriminatorColumnMetadata
-
INTERNAL: Used for defaulting.
- TenantDiscriminatorColumnMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.TenantDiscriminatorColumnMetadata
-
INTERNAL: Used for annotation loading.
- TenantDiscriminatorColumns - Annotation Interface in org.eclipse.persistence.annotations
-
A TenantDiscriminatorColumns annotation allows the definition of multiple TenantDiscriminatorColumns.
- tenantDiscriminatorFields - Variable in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
- tenantDiscriminatorFieldsKeyedOnContext - Variable in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
- TenantTableDiscriminator - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- TenantTableDiscriminator - Annotation Interface in org.eclipse.persistence.annotations
-
A tenant table discriminator is used with a MultitenantType.TABLE_PER_TENANT multitenant strategy.
- TenantTableDiscriminatorImpl - Class in org.eclipse.persistence.internal.jpa.config.multitenant
-
JPA scripting API implementation.
- TenantTableDiscriminatorImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.multitenant.TenantTableDiscriminatorImpl
- TenantTableDiscriminatorMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.multitenant
-
Object to hold onto tenant table discriminator metadata.
- TenantTableDiscriminatorMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.multitenant.TenantTableDiscriminatorMetadata
-
INTERNAL: Used for XML loading.
- TenantTableDiscriminatorMetadata(MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.multitenant.TenantTableDiscriminatorMetadata
-
INTERNAL: Used for defaulting.
- TenantTableDiscriminatorMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.multitenant.TenantTableDiscriminatorMetadata
-
INTERNAL: Used for annotation loading.
- TenantTableDiscriminatorType - Enum Class in org.eclipse.persistence.annotations
-
An enum that is used within the TenantTableDiscriminator annotation.
- terminationStrings - Variable in class org.eclipse.persistence.expressions.ListExpressionOperator
- TEXT - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- TEXT - Static variable in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
- TEXT_FRAGMENT - Static variable in class org.eclipse.persistence.internal.oxm.XPathFragment
- TEXT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
-
Notifies the text property has changed.
- TextEdit - Interface in org.eclipse.persistence.jpa.jpql.tools
-
A
TextEditcontains the information of a change that can be made to the JPQL query after performing a refactoring operation. - textEdits - Variable in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AbstractRenamer
-
The list of
TextEditobjects that were created for each refactoring operation. - textEdits() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
- textEdits() - Method in interface org.eclipse.persistence.jpa.jpql.tools.RefactoringDelta
-
Returns the collection of
TextEditobjects that have been added during one or several refactoring operations. - textWrapperFragment - Variable in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
- textWrapperFragment - Variable in class org.eclipse.persistence.oxm.record.MarshalRecord
- THE_INSTANCE_NAME - Static variable in class org.eclipse.persistence.tools.dbws.Util
- THEN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'THEN'.
- THEN_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Notify the
StateObjectrepresenting the scalar expression that follows theTHENidentifier has changed. - THIRD_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Notifies the third
StateObjectproperty has changed. - thirdExpressionInvalidKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
- thirdExpressionLength(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
- thirdExpressionMissingKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
- THIS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'this'.
- thisObject() - Method in class org.eclipse.persistence.internal.sessions.coordination.rmi.iiop._RMIRemoteCommandConnectionImpl_Tie
- thisObject() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionControllerDispatcher_Tie
- thread - Variable in class org.eclipse.persistence.logging.SessionLogEntry
-
Deprecated, for removal: This API element is subject to removal in a future version.Use SessionLogEntry.getThread() instead
- THREAD - Enum constant in enum class org.eclipse.persistence.logging.LogCategory
- THREAD - Static variable in interface org.eclipse.persistence.logging.SessionLog
-
Thread logging category.
- THREAD_EXTENDED_LOGGING - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The
eclipselink.thread.extended.loggingproperty control (enable/disable) some additional logging messages like print error message if cached Entity is picked by different thread, or if EntityManager/UnitOfWork is reused/passed to different thread. - THREAD_EXTENDED_LOGGING_THREADDUMP - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The
eclipselink.thread.extended.logging.threaddumpproperty control (enable/disable) store and display thread dump. - THREAD_STRING - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
-
Thread string
- ThreadCursoredList<E> - Class in org.eclipse.persistence.internal.helper
-
Special List/Vector subclass that allows concurrent population of the contents while the list is in use.
- ThreadCursoredList() - Constructor for class org.eclipse.persistence.internal.helper.ThreadCursoredList
-
Construct an empty list so that its internal data array has size
10and its standard capacity increment is zero. - ThreadCursoredList(int) - Constructor for class org.eclipse.persistence.internal.helper.ThreadCursoredList
-
Construct an empty list with the specified initial capacity and with its capacity increment equal to zero.
- ThreadCursoredList(int, int) - Constructor for class org.eclipse.persistence.internal.helper.ThreadCursoredList
-
Construct an empty list with the specified initial capacity and capacity increment.
- threadDepth - Variable in class org.eclipse.persistence.internal.helper.DeferredLockManager
- threadPool - Variable in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
Allow pooling of threads for asynchronous processing in RCM and other areas.
- threadPoolSize - Variable in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
Allow the thread pool size to be configured.
- threshold - Variable in class org.eclipse.persistence.internal.helper.IdentityHashSet
- threshold - Variable in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
- THROW_ALL_CONFORM_EXCEPTIONS - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
- THROW_EXCEPTIONS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The
eclipselink.orm.throw.exceptionsproperty specifies if the first exception that occurs during deployment should be thrown, or if all exceptions should be caught and summary thrown at end of deployment attempt. - throwable - Variable in class org.eclipse.persistence.logging.SessionLogEntry
-
Deprecated, for removal: This API element is subject to removal in a future version.Use SessionLogEntry.getException() instead
- throwCheckTransactionFailedException() - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionWrapper
- throwCheckTransactionFailedException() - Method in class org.eclipse.persistence.internal.jpa.transaction.JTATransactionWrapper
- throwException(RuntimeException) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
-
Record that the population thread hit an exception, that should be thrown to the processing thread on the next access.
- throwIndirectionException() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
- throwing(Throwable) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
Log a throwable at FINER level.
- throwing(Throwable) - Method in class org.eclipse.persistence.logging.jul.JavaLog
-
Log a throwable.
- throwing(Throwable) - Method in interface org.eclipse.persistence.logging.SessionLog
-
Log a Throwable at SessionLog.FINER level.
- throwInitObjectException(Exception, Class<?>, String, boolean) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
- throwNonUniqueResultException(String) - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
- throwNoResultException(String) - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
- throwPersistenceUnitNameAlreadyInUseException(String, PersistenceUnitInfo, PersistenceUnitInfo) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
- throwUserTransactionException() - Method in class org.eclipse.persistence.internal.jpa.transaction.JTATransactionWrapper
- TIME - Enum constant in enum class org.eclipse.persistence.internal.jpa.parsing.TemporalLiteralNode.TemporalType
- TIME - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
- TIME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- TIME - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'TIME'.
- TIME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- TIME_INSTANT - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
- TIME_LDATE - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
- TIME_LDATETIME - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
- TIME_LTIME - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
- TIME_ODATETIME - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
- TIME_OTIME - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
- TIME_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- TIME_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
- TIME_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- TIME_TYPE - Enum constant in enum class org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- TIME_TYPE - Enum constant in enum class org.eclipse.persistence.tools.oracleddl.metadata.ScalarDatabaseTypeEnum
- TIME_YEAR - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
- timeFromCalendar(Calendar) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Answer a sql.Time from a Calendar.
- timeFromDate(Date) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Answer a Time from a Date
- timeFromHourMinuteSecond(int, int, int) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Answer a Time with the hour, minute, second.
- timeFromLong(Long) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Answer a Time from a long
- timeFromString(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Answer a Time from a string representation.
- timeFromTimestamp(Timestamp) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Answer a Time from a Timestamp Usus the Hours, Minutes, Seconds instead of getTime() ms value.
- TimeOfDay - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- TimeOfDay - Annotation Interface in org.eclipse.persistence.annotations
-
A TimeOfDay annotation is used to specify a specific time of day using a Calendar instance which is to be used within an OptimisticLocking annotation.
- TimeOfDayImpl - Class in org.eclipse.persistence.internal.jpa.config.cache
-
JPA scripting API implementation.
- TimeOfDayImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.cache.TimeOfDayImpl
- TimeOfDayMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.cache
-
Object to hold onto time of day metadata.
- TimeOfDayMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.cache.TimeOfDayMetadata
-
INTERNAL: Used for XML loading.
- TimeOfDayMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.cache.TimeOfDayMetadata
-
INTERNAL: Used for annotation loading.
- timeOfDeath - Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
- timeout - Variable in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSReceiveInteractionSpec
- timeout - Variable in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSSendReceiveInteractionSpec
- timeout - Variable in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLInteractionSpec
- TIMEOUT - Static variable in class org.eclipse.persistence.eis.adapters.jms.JMSPlatform
- TIMEOUT - Static variable in exception class org.eclipse.persistence.eis.EISException
- TIMEOUT - Static variable in class org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform
-
Deprecated.
- TIMEOUT - Static variable in class org.eclipse.persistence.nosql.adapters.sdk.OracleNoSQLPlatform
- timeoutOccurred() - Static method in exception class org.eclipse.persistence.eis.EISException
- TIMER - Static variable in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
- TIMESTAMP - Enum constant in enum class org.eclipse.persistence.internal.jpa.parsing.TemporalLiteralNode.TemporalType
- TIMESTAMP - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
- TIMESTAMP - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'TIMESTAMP'.
- TIMESTAMP_CLASS - Static variable in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPTypes
- TIMESTAMP_CLASS - Static variable in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
- TIMESTAMP_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
- TIMESTAMP_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- TIMESTAMP_TYPE - Enum constant in enum class org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- TimestampCodec() - Constructor for class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs.TimestampCodec
- timeStampFormatter - Variable in class org.eclipse.persistence.logging.AbstractSessionLog
-
Formatter used to print the current date/time.
- timestampFromCalendar(Calendar) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Answer a Timestamp from a Calendar.
- timestampFromDate(Date) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Answer a Timestamp from a java.util.Date.
- timestampFromLong(long) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Answer a Time from a long
- timestampFromLong(Long) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Answer a Time from a long
- timestampFromString(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Answer a Timestamp from a string representation.
- timestampFromYearMonthDateHourMinuteSecondNanos(int, int, int, int, int, int, int) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Answer a Timestamp with the year, month, day, hour, minute, second.
- TIMESTAMPHelper - Class in org.eclipse.persistence.internal.platform.database.oracle
-
Used as a helper class for TIMESTAMP, TIMESTAMPTZ and TIMESTAMPLTZ in oracle9.
- TIMESTAMPHelper() - Constructor for class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPHelper
- TimestampLockingPolicy - Class in org.eclipse.persistence.descriptors
-
Purpose: Used to allow a single version timestamp to be used for optimistic locking.
- TimestampLockingPolicy() - Constructor for class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
PUBLIC: Create a new TimestampLockingPolicy.
- TimestampLockingPolicy(String) - Constructor for class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
PUBLIC: Create a new TimestampLockingPolicy.
- TimestampLockingPolicy(DatabaseField) - Constructor for class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL: Create a new TimestampLockingPolicy.
- TIMESTAMPLTZ_CLASS - Static variable in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPTypes
- TIMESTAMPLTZWrapper - Class in org.eclipse.persistence.internal.platform.database.oracle
-
This class is used as a wrapper for TIMESTAMPLTZ.
- TIMESTAMPLTZWrapper(ZonedDateTime, boolean) - Constructor for class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPLTZWrapper
- timestampQuery - Variable in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
-
Store the query use to query the current server time.
- timestampType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link Timestamp}.
- timestampType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
- timestampType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
- TimeStampType - Class in org.eclipse.persistence.tools.oracleddl.metadata
- TimeStampType() - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.TimeStampType
- TimeStampType(long) - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.TimeStampType
- TIMESTAMPTypes - Class in org.eclipse.persistence.internal.platform.database.oracle
-
Oracle TIMESTAMP types are defined here to make sure deployment xml has no dependency on jdbc jar.
- TIMESTAMPTypes() - Constructor for class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPTypes
- TIMESTAMPTZ_CLASS - Static variable in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPTypes
- TIMESTAMPTZWrapper - Class in org.eclipse.persistence.internal.platform.database.oracle
-
This class is used as a wrapper for TIMESTAMPTZ.
- TIMESTAMPTZWrapper(ZonedDateTime) - Constructor for class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPTZWrapper
- TimesTen - Static variable in class org.eclipse.persistence.config.TargetDatabase
- TimesTen7Platform - Class in org.eclipse.persistence.platform.database
-
Purpose: Provides TimesTen 7 specific behavior.
- TimesTen7Platform() - Constructor for class org.eclipse.persistence.platform.database.TimesTen7Platform
-
Default constructor.
- TimesTenPlatform - Class in org.eclipse.persistence.platform.database
-
Database platform for the TimesTen database product.
- TimesTenPlatform() - Constructor for class org.eclipse.persistence.platform.database.TimesTenPlatform
- timeToLive - Variable in class org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
-
Number of milliseconds before invalidation.
- timeToLive(Object) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
-
Returns the remaining life of the given Object (in milliseconds).
- timeToLive(Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
-
Returns the remaining life of the given Object (in milliseconds).
- TimeToLiveCacheInvalidationPolicy - Class in org.eclipse.persistence.descriptors.invalidation
-
PUBLIC: A CacheInvalidationPolicy which allows objects to live for a specific amount of time after they are read.
- TimeToLiveCacheInvalidationPolicy() - Constructor for class org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
-
INTERNAL: Default Constructor for Project XML.
- TimeToLiveCacheInvalidationPolicy(long) - Constructor for class org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
-
PUBLIC: Construct a
TimeToLiveCacheInvalidationPolicy - TimeWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.TimeWrapperImpl
-
Default constructor.
- timeZone - Variable in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- TimeZoneHolder - Interface in org.eclipse.persistence.internal.helper
- timeZoneQualified - Variable in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- TINYINT_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
- TINYINT_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- TINYINT_TYPE - Enum constant in enum class org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- tmpresolverMap - Variable in class org.eclipse.persistence.internal.oxm.record.XMLFragmentReader
- toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
- toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
- toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
- toActualText() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
Generates a string representation of this
Expression, which needs to include any characters that are considered virtual, i.e. - toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
- toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.LocalDateTime
- toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
- toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
- toActualText() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractRefactoringTool
-
Returns the resulted of the refactoring operations.
- toActualText() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
- toActualText() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
- toActualText(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Returns a string representation of this
Expressionand its children. - toArray() - Method in class org.eclipse.persistence.indirection.IndirectList
- toArray() - Method in class org.eclipse.persistence.indirection.IndirectSet
- toArray() - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
- toArray() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
- toArray() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
- toArray() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
-
First wait until complete.
- toArray() - Method in class org.eclipse.persistence.internal.jpa.querydef.TupleImpl
-
Return the values of the result tuple as an array.
- toArray() - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
- toArray() - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
INTERNAL: Converts the ReportQueryResult to a simple array of values.
- toArray() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
- toArray() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
- toArray(E[]) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
- toArray(Object[]) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
- toArray(Object[]) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
Returns an array containing all of the currentElements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
- toArray(T[]) - Method in class org.eclipse.persistence.indirection.IndirectList
- toArray(T[]) - Method in class org.eclipse.persistence.indirection.IndirectSet
- toArray(T[]) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
- toArray(T[]) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
- toArray(T[]) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
-
First wait until complete.
- toArray(T[]) - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
- toBigDecimal(Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Typecast.
- toBigInteger(Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Typecast.
- toBooleanType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Converts the given;@link IType}, if it's the primitive boolean, into the
Booleantype. - toBooleanType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
- toBooleanType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Converts the given
IType, if it's the primitive boolean, into theBooleantype. - toByteArray() - Method in class org.eclipse.persistence.asm.ClassWriter
- toByteArray() - Method in class org.eclipse.persistence.asm.EclipseLinkASMClassWriter
- toByteArray() - Method in class org.eclipse.persistence.asm.internal.platform.ow2.ClassWriterImpl
- toByteArraySuper() - Method in class org.eclipse.persistence.asm.ClassWriter
- toByteArraySuper() - Method in class org.eclipse.persistence.asm.internal.platform.ow2.ClassWriterImpl
- toBytes() - Method in class org.eclipse.persistence.internal.sessions.coordination.ServiceAnnouncement
-
INTERNAL: Convert the instance attributes to serialized bytes.
- toByteType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Converts the given;@link IType}, if it's the primitive byte, into the
Bytetype. - toByteType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
- toByteType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Converts the given
IType, if it's the primitive byte, into theBytetype. - toCalendar() - Method in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPLTZWrapper
- toCalendar() - Method in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPTZWrapper
- toCalendar(String) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a String representation of an SDO date type to a Calendar using the default locale.
- toCalendar(String) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a String representation of an SDO date type to a Calendar using the default locale.
- toCalendar(String, Locale) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a String representation of an SDO date type to a Calendar using the specified locale, or the default locale if the locale is null.
- toCalendar(String, Locale) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a String representation of an SDO date type to a Calendar using the specified locale, or the default locale if the locale is null.
- toChar() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that represents the receiver value converted to a character string.
- toChar() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- toChar(String) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that represents the receiver value converted to a character string, with the database formating options (i.e.
- ToChar - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- toCharacter() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Function, returns the single character string with the ascii or character set value.
- toCharOperator() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL: Build MySQL equivalent to TO_CHAR.
- toCharOperator() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Cloned from MySQLPlatform.java
- toCharOperator() - Static method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL: Build Sybase equivalent to TO_CHAR.
- toCharWithFormat() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- ToCharWithFormat - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- toCompositeData(CompositeType) - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
Convert an instance of this model specific type to a CompositeData.
- toCompositeType() - Static method in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
Returns the CompositeType that describes this model specific class
- toCopyGroup() - Method in class org.eclipse.persistence.queries.AttributeGroup
-
Convert the group to a CopyGroup for usage with the copy() API.
- toCopyGroup(Map<AttributeGroup, CopyGroup>, Map) - Method in class org.eclipse.persistence.queries.AttributeGroup
-
INTERNAL: This method is used internally when converting to a copy group.
- toCopyGroup(Map<AttributeGroup, CopyGroup>, CopyGroup, Map) - Method in class org.eclipse.persistence.internal.queries.AttributeItem
- toCurrentVersion() - Method in enum class org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
-
Converts the current constant to one of the known versions, this means if the constant is
EclipseLinkVersion.DEFAULT_VERSION, then it will be converted into the actual constant representing that version. - toCurrentVersion() - Method in enum class org.eclipse.persistence.jpa.jpql.JPAVersion
-
Converts the current constant to one of the known versions, this means if the constant is
JPAVersion.DEFAULT_VERSION, then it will be converted into the actual constant representing that version. - toDate() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Function, returns date from the string using the default format.
- toDate() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- toDate() - Static method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Converts the character value expression of the conversion source to the DATE type in accordance.
Builds Symfoware equivalent to toDate(Date, format).
Symfoware: CNV_DATE(Date, 'YYYY-MM-DD') - toDate(String) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a String representation of an SDO date type to a Date.
- toDate(String) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a String representation of the Date type to a Date.
- ToDate - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- toDateOperator() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL: Build MySQL equivalent to TO_DATE.
- toDateOperator() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
-
Cloned from MySQLPlatform.java
- toDateOperator() - Static method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL: Build Sybase equivalent to TO_DATE.
- toDateTime(Calendar) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a Calendar to a String representation of the DateTime type.
- toDateTime(Calendar) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a Calendar to a String representation of the DateTime type.
- toDateTime(Date) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a Date to a String representation of the DateTime type.
- toDateTime(Date) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a Date to a String representation of the DateTime type.
- toDateToStringOperator() - Static method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL: Build Sybase equivalent to TO_CHAR.
- today() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- today() - Static method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL: MySQL specific
todayoperator. - toDay(Calendar) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a Calendar to a String representation of the Day type.
- toDay(Calendar) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a Calendar to a String representation of the Day type.
- toDay(Date) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a Date to a String representation of the Day type.
- toDay(Date) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a Date to a String representation of the Day type.
- Today - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
Function to obtain the current timestamp on the database including date and time components.
- toDouble(Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Typecast.
- toDoubleType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Converts the given;@link IType}, if it's the primitive double, into the
Doubletype. - toDoubleType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
- toDoubleType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Converts the given
IType, if it's the primitive double, into theDoubletype. - toDuration(Calendar) - Method in interface commonj.sdo.helper.DataHelper
-
Deprecated.There is no accepted algorithm to convert a date into a Duration so use of this method is discouraged. Convert from a Calendar to a String representation of the Duration type.
- toDuration(Calendar) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a Calendar to a String representation of the Duration type.
- toDuration(Date) - Method in interface commonj.sdo.helper.DataHelper
-
Deprecated.There is no accepted algorithm to convert a date into a Duration so use of this method is discouraged. Convert from a Date to a String representation of the Duration type.
- toDuration(Date) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a Date to a String representation of the Duration type.
- toExpression(Expression) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
ADVANCED: Allow a Criteria Expression to be converted to a EclipseLink native API Expression object.
- toExpression(Expression) - Method in interface org.eclipse.persistence.jpa.JpaCriteriaBuilder
-
ADVANCED: Allow a Criteria Expression to be converted to a EclipseLink native API Expression object.
- toFetchGroup() - Method in class org.eclipse.persistence.queries.AttributeGroup
-
Convert the group to a FetchGroup for usage with queries.
- toFetchGroup(Map<AttributeGroup, FetchGroup>) - Method in class org.eclipse.persistence.queries.AttributeGroup
-
INTERNAL: This method is used internally when converting to a copy group.
- toFetchGroup(Map<AttributeGroup, FetchGroup>, FetchGroup) - Method in class org.eclipse.persistence.internal.queries.AttributeItem
- toFloat(Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Typecast.
- toFloatType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Converts the given;@link IType}, if it's the primitive float, into the
Floattype. - toFloatType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
- toFloatType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Converts the given
IType, if it's the primitive float, into theFloattype. - toggleAdditionalTablePrimaryKeyFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Eclipselink needs additionalTablePKFields entries to be associated with tables other than the main (getTables.get(0)) one.
- toggleArithmeticSign() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Toggles the arithmetic sign, plus becomes minus and vice versa.
- toggleAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Toggles the usage of the
ASidentifier. - toggleAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Toggles the usage of the
ASidentifier. - toggleAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Toggles the usage of the
ASidentifier. - toggleAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Toggles the visibility of the
ASidentifier; either adds it if it's not present otherwise removes it if it's present. - toggleAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Toggles the visibility of the
ASidentifier; either adds it if it's not present otherwise removes it if it's present. - toggleDistinct() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
-
Changes the state of the
DISTINCTidentifier; either adds it if it's not present or removes it if it's present. - toggleDistinct() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Reverses the visibility of the
DISTINCTidentifier. - toggleGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Either adds or removes the state object representing the
GROUP BYclause. - toggleHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Either adds or removes the state object representing the
HAVINGclause. - toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Changes the visibility state of the
NOTidentifier. - toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Changes the visibility state of the
NOTidentifier. - toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Changes the visibility state of the
NOTidentifier. - toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Changes the visibility state of the
NOTidentifier. - toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Changes the visibility state of the
NOTidentifier. - toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Changes the visibility state of the
NOTidentifier. - toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Changes the visibility state of the
NOTidentifier. - toggleOf() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Changes the visibility state of the
OFidentifier. - toggleOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Either adds or removes the
ORDER BYclause. - toggleWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Either adds or removes the state object representing the
WHEREclause. - toggleWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Either adds or removes the state object representing the
WHEREclause. - toInteger(Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Typecast.
- toIntegerType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Converts the given;@link IType}, if it's the primitive int, into the
Integertype. - toIntegerType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
- toIntegerType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Converts the given
IType, if it's the primitive int, into theIntegertype. - token - Variable in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
-
Current token.
- Token - Class in org.eclipse.persistence.sdo.helper.extension
-
A token is used for processing an XPath Expression into postfix notation via OPStack.
- Token - Class in org.eclipse.persistence.tools.oracleddl.parser
-
Describes the input token stream.
- Token() - Constructor for class org.eclipse.persistence.tools.oracleddl.parser.Token
-
No-argument constructor
- Token(int) - Constructor for class org.eclipse.persistence.tools.oracleddl.parser.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class org.eclipse.persistence.tools.oracleddl.parser.Token
-
Constructs a new token for the specified Image and Kind.
- Token(String, int) - Constructor for class org.eclipse.persistence.sdo.helper.extension.Token
-
This constructor sets the name and type to the input values, and sets the priority to the input type.
- Token(String, int, int) - Constructor for class org.eclipse.persistence.sdo.helper.extension.Token
-
This constructor sets the name, type and priority to the input values.
- TOKEN - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- TOKEN_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- token_source - Variable in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
-
Generated Token Manager.
- tokenImage - Static variable in interface org.eclipse.persistence.tools.oracleddl.parser.DDLParserConstants
-
Literal token values.
- tokenImage - Variable in exception class org.eclipse.persistence.tools.oracleddl.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- TokenMgrError - Exception Class in org.eclipse.persistence.tools.oracleddl.parser
-
Token Manager Error.
- TokenMgrError() - Constructor for exception class org.eclipse.persistence.tools.oracleddl.parser.TokenMgrError
-
No arg constructor.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for exception class org.eclipse.persistence.tools.oracleddl.parser.TokenMgrError
-
Full Constructor.
- TokenMgrError(String, int) - Constructor for exception class org.eclipse.persistence.tools.oracleddl.parser.TokenMgrError
-
Constructor with message and reason.
- TOKENS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAsmFactory
-
Set of desc token characters.
- tokensIterator() - Method in class org.eclipse.persistence.internal.mappings.converters.AttributeNameTokenizer
-
INTERNAL: Returns an
TokensIteratorover attribute name tokens. - TokensIterator(String) - Constructor for class org.eclipse.persistence.internal.mappings.converters.AttributeNameTokenizer.TokensIterator
-
INTERNAL: Creates an instance of attribute name tokenizer iterator.
- TokensIterator(String, boolean) - Constructor for class org.eclipse.persistence.internal.mappings.converters.AttributeNameTokenizer.TokensIterator
-
INTERNAL: Creates an instance of attribute name tokenizer iterator.
- tolerateInvalidJPQL - Variable in class org.eclipse.persistence.internal.sessions.AbstractSession
-
Indicates whether Session creation should tolerate an invalid NamedQuery.
- toList() - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
INTERNAL: Converts the ReportQueryResult to a simple list of values.
- toLoadGroup() - Method in class org.eclipse.persistence.queries.AttributeGroup
-
Convert the group to a LoadGroup for usage with queries.
- toLoadGroup(Map<AttributeGroup, LoadGroup>, boolean) - Method in class org.eclipse.persistence.queries.AttributeGroup
- toLoadGroup(Map<AttributeGroup, LoadGroup>, boolean) - Method in class org.eclipse.persistence.queries.FetchGroup
- toLoadGroup(Map<AttributeGroup, LoadGroup>, LoadGroup, boolean) - Method in class org.eclipse.persistence.internal.queries.AttributeItem
- toLoadGroupLoadOnly() - Method in class org.eclipse.persistence.queries.FetchGroup
- toLocalDate() - Method in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPLTZWrapper
- toLocalDate() - Method in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPTZWrapper
- toLocalDateTime() - Method in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPLTZWrapper
- toLocalDateTime() - Method in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPTZWrapper
- toLocalTime() - Method in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPLTZWrapper
- toLocalTime() - Method in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPTZWrapper
- toLong(Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Typecast.
- toLowerCase() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that represents the receiver value converted to lower case.
- toLowerCase() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Create the toLowerCase operator.
- ToLowerCase - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- ToLowerTransformer - Class in org.eclipse.persistence.tools.dbws
- ToLowerTransformer() - Constructor for class org.eclipse.persistence.tools.dbws.ToLowerTransformer
- toMonth(Calendar) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a Calendar to a String representation of the Month type.
- toMonth(Calendar) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a Calendar to a String representation of the Month type.
- toMonth(Date) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a Date to a String representation of the Month type.
- toMonth(Date) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a Date to a String representation of the Month type.
- toMonthDay(Calendar) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a Calendar to a String representation of the MonthDay type.
- toMonthDay(Calendar) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a Calendar to a String representation of the MonthDay type.
- toMonthDay(Date) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a Date to a String representation of the MonthDay type.
- toMonthDay(Date) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a Date to a String representation of the MonthDay type.
- toNumber() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Function, returns the number converted from the string.
- toNumber() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- toNumber() - Static method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Returns the number converted from the string.
Builds Symfoware equivalent to ToNumber(string_exp).
Symfoware: CAST(string_exp AS SMALLINT) - ToNumber - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- toNumberOperator() - Static method in class org.eclipse.persistence.platform.database.FirebirdPlatform
-
INTERNAL: Use CONVERT function for toNumber.
- toNumberOperator() - Static method in class org.eclipse.persistence.platform.database.H2Platform
-
INTERNAL: Use CONVERT function for toNumber.
- toNumberOperator() - Static method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
INTERNAL: Use CONVERT function for toNumber.
- toNumberOperator() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL: Build MySQL equivalent to TO_NUMBER.
- toNumberOperator() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
- toNumberOperator() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: Postgres to_number has two arguments, as fix format argument.
- toNumberOperator() - Static method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL: Build Sybase equivalent to TO_NUMBER.
- toOffsetDateTime() - Method in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPLTZWrapper
- toOffsetDateTime() - Method in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPTZWrapper
- toOffsetTime() - Method in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPLTZWrapper
- toOffsetTime() - Method in class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPTZWrapper
- tooMuchTimeHasElapsed(long, long) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
- toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
- toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
- toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
- toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
- toParsedText() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
Returns a string representation of this
Expressionand its children. - toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
- toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
- toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
- toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
- toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
- toParsedText(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Generates a string representation of this
CollectionExpression. - toParsedText(int, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Returns a string representation from the given range.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Generates a string representation of this
Expression, including its children, if it has any. - toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocalDateTime
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocalExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Generates a string representation of the encapsulated
Expression. - toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
- toParsedTextUntilAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Creates a string representation of this expression up and excluding the AS identifier.
- topic - Variable in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
- TOPIC_CONNECTION_FACTORY_NAME_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- TOPIC_NAME_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- topicConnection - Variable in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
- topicConnectionFactory - Variable in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
- topicName - Variable in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
- topicName - Variable in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
- topicSession - Variable in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
- TOPLEVEL - Static variable in class org.eclipse.persistence.tools.dbws.Util
- TOPLEVEL - Static variable in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- topLevelFirstDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
- TopLevelFirstDeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.TopLevelFirstDeclarationVisitor
-
Default constructor.
- TOPLINK_10_SCHEMA - Static variable in class org.eclipse.persistence.sessions.factories.XMLProjectReader
- TOPLINK_11_SCHEMA - Static variable in class org.eclipse.persistence.sessions.factories.XMLProjectReader
- TOPLINK_INDIRECTION_PACKAGE_NAME - Static variable in class org.eclipse.persistence.internal.codegen.CodeDefinition
- TOPLINK_NAMESPACE - Static variable in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
- TOPLINK_NAMESPACE - Static variable in class org.eclipse.persistence.logging.jul.JavaLog
-
Stores the default session name in case there is the session name is missing.
- TOPLINK_PREFIX - Static variable in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
- TOPLINK_PREFIX - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
-
Cached TopLink prefix string.
- topTransformer - Variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
- toResponse(JPARSException) - Method in class org.eclipse.persistence.jpa.rs.exceptions.JPARSExceptionMapper
- toShortType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Converts the given;@link IType}, if it's the primitive short, into the
Shorttype. - toShortType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
- toShortType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Converts the given
IType, if it's the primitive short, into theShorttype. - toSlashedClassName(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Convert dotted format class name to slashed format class name.
- toString() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
- toString() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
- toString() - Method in class org.eclipse.persistence.descriptors.CacheIndex
- toString() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC: Returns a brief string representation of the receiver.
- toString() - Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
- toString() - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
- toString() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
- toString() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
PUBLIC: Print data source info.
- toString() - Method in class org.eclipse.persistence.eis.EISMappedRecord
-
Print all of the record keys and values.
- toString() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
- toString() - Method in exception class org.eclipse.persistence.exceptions.EclipseLinkException
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Print a debug form of the expression tree.
- toString() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
Print a debug representation of this operator.
- toString() - Method in class org.eclipse.persistence.history.AsOfClause
- toString() - Method in class org.eclipse.persistence.indirection.IndirectList
-
PUBLIC: Use the java.util.Vector#toString(); but wrap it with braces to indicate there is a bit of indirection.
- toString() - Method in class org.eclipse.persistence.indirection.IndirectMap
-
PUBLIC: Use the Hashtable.toString(); but wrap it with braces to indicate there is a bit of indirection.
- toString() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
Use the delegate's #toString(); but wrap it with braces to indicate there is a bit of indirection.
- toString() - Method in class org.eclipse.persistence.indirection.ValueHolder
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.internal.codegen.CodeDefinition
- toString() - Method in class org.eclipse.persistence.internal.codegen.CodeGenerator
- toString() - Method in class org.eclipse.persistence.internal.databaseaccess.BindCallCustomParameter
- toString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
- toString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
-
INTERNAL: Print the SQL string.
- toString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
- toString() - Method in class org.eclipse.persistence.internal.databaseaccess.InOutputParameterForCallableStatement
- toString() - Method in class org.eclipse.persistence.internal.databaseaccess.OutputParameterForCallableStatement
- toString() - Method in class org.eclipse.persistence.internal.descriptors.changetracking.AttributeChangeListener
- toString() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
- toString() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
- toString() - Method in class org.eclipse.persistence.internal.descriptors.RecordInstantiationPolicy
- toString() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl.PropertyWrapper
- toString() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
-
String representation of the dynamic entity using the entity type name and the primary key values - something like {Emp 10} or {Phone 234-5678 10}.
- toString() - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
- toString() - Method in class org.eclipse.persistence.internal.eis.adapters.aq.AQConnectionSpec
- toString() - Method in class org.eclipse.persistence.internal.eis.adapters.aq.AQInteractionSpec
- toString() - Method in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSInteractionSpec
-
Returns the destination URL or class
- toString() - Method in class org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileConnectionSpec
- toString() - Method in class org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileInteractionSpec
- toString() - Method in class org.eclipse.persistence.internal.expressions.SQLStatement
-
Try to print the SQL.
- toString() - Method in class org.eclipse.persistence.internal.expressions.TableAliasLookup
- toString() - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
- toString() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
-
Print the nested depth.
- toString() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
- toString() - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
- toString() - Method in class org.eclipse.persistence.internal.helper.IndexedObject
- toString() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
- toString() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
- toString() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
-
First wait until complete.
- toString() - Method in class org.eclipse.persistence.internal.helper.type.DeadLockComponent
- toString() - Method in class org.eclipse.persistence.internal.helper.type.ReadLockAcquisitionMetadata
- toString() - Method in class org.eclipse.persistence.internal.history.HistoricalSession
- toString() - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
- toString() - Method in class org.eclipse.persistence.internal.identitymaps.CacheId
- toString() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
- toString() - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
- toString() - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
- toString() - Method in class org.eclipse.persistence.internal.jpa.DataSourceConfig
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
- toString() - Method in exception class org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLException
- toString() - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
- toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
-
INTERNAL: Used in the debugger.
- toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.AccessMethodsMetadata
-
INTERNAL: Used for validation exception message string and debugging.
- toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.UuidGeneratorMetadata
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
-
INTERNAL: Return the string representation of the receiver.
- toString() - Method in class org.eclipse.persistence.internal.jpa.metamodel.PluralAttributeImpl
- toString() - Method in class org.eclipse.persistence.internal.jpa.metamodel.SingularAttributeImpl
-
Return the String representation of the receiver.
- toString() - Method in class org.eclipse.persistence.internal.jpa.metamodel.TypeImpl
-
INTERNAL: Return the string representation of the receiver.
- toString() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
- toString() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
-
INTERNAL Print the contents of the parse tree on a string
- toString() - Method in class org.eclipse.persistence.internal.jpa.querydef.ParameterExpressionImpl
- toString() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
- toString() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
- toString() - Method in enum class org.eclipse.persistence.internal.mappings.converters.AttributeNamePrefix
-
INTERNAL: Get instance value in human readable form.
- toString() - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoInteractionSpec
- toString() - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoJCAConnectionSpec
- toString() - Method in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLInteractionSpec
- toString() - Method in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLJCAConnectionSpec
- toString() - Method in class org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLInteractionSpec
- toString() - Method in class org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLJCAConnectionSpec
- toString() - Method in class org.eclipse.persistence.internal.oxm.XMLAccessor
-
Call
#toString(PrintWriter), to allow subclasses to insert additional information. - toString() - Method in class org.eclipse.persistence.internal.oxm.XPathQName
- toString() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
- toString() - Method in class org.eclipse.persistence.internal.queries.ReportItem
- toString() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord.RecordEntry
- toString() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
Print the connection status with the session.
- toString() - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
- toString() - Method in class org.eclipse.persistence.internal.sessions.ChangeRecord
- toString() - Method in class org.eclipse.persistence.internal.sessions.CommitManager
-
Print the in progress depth.
- toString() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
- toString() - Method in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.internal.sessions.coordination.RemoteConnection
- toString() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
- toString() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
-
Avoid the toString printing the accessor and platform.
- toString() - Method in class org.eclipse.persistence.internal.sessions.remote.Transporter
- toString() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
- toString() - Method in enum class org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
- toString() - Method in enum class org.eclipse.persistence.jpa.jpql.JPAVersion
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar4_0
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar5_0
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_2
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar3_0
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar3_1
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar3_2
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
- toString() - Method in enum class org.eclipse.persistence.jpa.jpql.parser.OrderByItem.NullOrdering
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.JavaQuery
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultProblem
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassNameResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EnumLiteralResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.KeyResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TreatResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ValueResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.EmptyIterable
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SingleElementListIterable
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SnapshotCloneIterable
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.EmptyIterator
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
- toString() - Method in class org.eclipse.persistence.jpa.jpql.utility.filter.NullFilter
- toString() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.ArrayIterable
- toString() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.SnapshotCloneListIterable
- toString() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
- toString() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
- toString() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
To string.
- toString() - Method in class org.eclipse.persistence.jpa.rs.util.MethodExitLogData
- toString() - Method in class org.eclipse.persistence.logging.SessionLogEntry
- toString() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Print the mapping attribute name, this is used in error messages.
- toString() - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
INTERNAL: return a string representation of this instance of QueryKey
- toString() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL: Print the dom XML string.
- toString() - Method in class org.eclipse.persistence.oxm.XMLLogin
-
Return a String representation of the object.
- toString() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
- toString() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
- toString() - Method in class org.eclipse.persistence.queries.DatabaseQuery
- toString() - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL: Print the JPQL string.
- toString() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
- toString() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- toString() - Method in class org.eclipse.persistence.queries.ReportQueryResult.RecordEntry
- toString() - Method in class org.eclipse.persistence.queries.ReportQueryResult
- toString() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
- toString() - Method in class org.eclipse.persistence.sdo.helper.extension.Token
- toString() - Method in class org.eclipse.persistence.sdo.helper.extension.XPathHelper.QueryPart
- toString() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
-
INTERNAL: Return the string representation of the receiver.
- toString() - Method in class org.eclipse.persistence.sdo.SDOSetting
-
INTERNAL: Print out a String representation of this object
- toString() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
- toString() - Method in class org.eclipse.persistence.sequencing.Sequence
- toString() - Method in class org.eclipse.persistence.sessions.coordination.ServiceId
- toString() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC: Print all of the connection information.
- toString() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
PUBLIC: Print all of the connection information.
- toString() - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
PUBLIC: Print connection string.
- toString() - Method in exception class org.eclipse.persistence.sessions.factories.SessionLoaderException
- toString() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
- toString() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
- toString() - Method in class org.eclipse.persistence.sessions.JNDIConnector
-
PUBLIC: Print data source info.
- toString() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
- toString() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
PUBLIC: Avoid printing the accessor and platform.
- toString() - Method in class org.eclipse.persistence.sessions.serializers.AbstractSerializer
- toString() - Method in class org.eclipse.persistence.sessions.serializers.JavaSerializer
- toString() - Method in class org.eclipse.persistence.sessions.serializers.JSONSerializer
- toString() - Method in class org.eclipse.persistence.sessions.serializers.kryo.KryoSerializer
- toString() - Method in class org.eclipse.persistence.sessions.serializers.XMLSerializer
- toString() - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL: Print the connection status with the session.
- toString() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
INTERNAL: return a string representation of this ConnectionPolicy
- toString() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
INTERNAL: return a string representation of this connection pool
- toString() - Method in class org.eclipse.persistence.tools.dbws.jdbc.DbColumn
- toString() - Method in class org.eclipse.persistence.tools.dbws.jdbc.DbTable
- toString() - Method in class org.eclipse.persistence.tools.dbws.SQLX2003Transformer
- toString() - Method in class org.eclipse.persistence.tools.dbws.ToLowerTransformer
- toString() - Method in class org.eclipse.persistence.tools.dbws.TypeSuffixTransformer
- toString() - Method in class org.eclipse.persistence.tools.oracleddl.metadata.ArgumentType
- toString() - Method in class org.eclipse.persistence.tools.oracleddl.metadata.DatabaseTypeBase
- toString() - Method in class org.eclipse.persistence.tools.oracleddl.metadata.FieldType
- toString() - Method in class org.eclipse.persistence.tools.oracleddl.metadata.FunctionType
- toString() - Method in class org.eclipse.persistence.tools.oracleddl.metadata.ObjectType
- toString() - Method in class org.eclipse.persistence.tools.oracleddl.metadata.PLSQLCursorType
- toString() - Method in class org.eclipse.persistence.tools.oracleddl.metadata.PLSQLPackageType
- toString() - Method in class org.eclipse.persistence.tools.oracleddl.metadata.PLSQLRecordType
- toString() - Method in class org.eclipse.persistence.tools.oracleddl.metadata.PLSQLSubType
- toString() - Method in class org.eclipse.persistence.tools.oracleddl.metadata.PrecisionType
- toString() - Method in class org.eclipse.persistence.tools.oracleddl.metadata.ProcedureType
- toString() - Method in class org.eclipse.persistence.tools.oracleddl.metadata.ROWTYPEType
- toString() - Method in enum class org.eclipse.persistence.tools.oracleddl.metadata.ScalarDatabaseTypeEnum
- toString() - Method in class org.eclipse.persistence.tools.oracleddl.metadata.SizedType
- toString() - Method in class org.eclipse.persistence.tools.oracleddl.metadata.TableType
- toString() - Method in class org.eclipse.persistence.tools.oracleddl.metadata.TYPEType
- toString() - Method in class org.eclipse.persistence.tools.oracleddl.metadata.VArrayType
- toString() - Method in class org.eclipse.persistence.tools.oracleddl.parser.SimpleNode
- toString() - Method in class org.eclipse.persistence.tools.oracleddl.parser.Token
-
Returns the image.
- toString() - Method in class org.eclipse.persistence.tools.profiler.Profile
- toString() - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
- toString() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition.DatabaseType
- toString() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
- toString(int) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
- toString(int) - Method in class org.eclipse.persistence.internal.jpa.parsing.CoalesceNode
- toString(int) - Method in class org.eclipse.persistence.internal.jpa.parsing.LiteralNode
- toString(int) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
- toString(int) - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
- toString(Expression<Character>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Typecast.
- toString(BufferedWriter, int) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL: Print a debug form of the expression tree.
- toString(PrintWriter) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
INTERNAL: Print something useful on the log.
- toString(PrintWriter) - Method in class org.eclipse.persistence.internal.oxm.XMLAccessor
-
Append more information to the writer.
- toString(PrintWriter) - Method in interface org.eclipse.persistence.sessions.Connector
-
INTERNAL: Print something useful on the log.
- toString(PrintWriter) - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
INTERNAL: Print something useful on the log.
- toString(PrintWriter) - Method in class org.eclipse.persistence.sessions.JNDIConnector
-
INTERNAL: Print something useful on the log.
- toString(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
- toString(Appendable) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Prints out a string representation of this
StateObject, which should not be used to define atruestring representation of a JPQL query but should be used for debugging purposes. - toString(String) - Method in class org.eclipse.persistence.tools.oracleddl.parser.SimpleNode
- toString(StringBuilder) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Adds to the given builder more information about this
JPQLQueryBNF. - toString(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
- toString(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter
-
Creates a string representation of the given
StateObject. - toStringAdditionalInfo() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
Used by toString to print additional info for derived classes.
- toStringAdditionalInfo() - Method in class org.eclipse.persistence.sessions.CopyGroup
-
INTERNAL:
- toStringAditional() - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
- toStringAditional() - Method in class org.eclipse.persistence.internal.sessions.ResultSetRecord
- toStringAditional() - Method in class org.eclipse.persistence.internal.sessions.SimpleResultSetRecord
- toStringAggregateFunction(AggregateFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
- toStringAggregateFunction(AggregateFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
- toStringChildren(ListHolderStateObject<? extends StateObject>, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
- toStringChildren(ListHolderStateObject<? extends StateObject>, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
- toStringCompound(CompoundExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
- toStringCompound(CompoundExpressionStateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
- toStringConditional(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
- toStringDisplayName() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
- toStringDoubleEncapsulated(AbstractDoubleEncapsulatedExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
- toStringDoubleEncapsulated(AbstractDoubleEncapsulatedExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
- toStringEncapsulatedIdentificationVariable(EncapsulatedIdentificationVariableExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
- toStringEncapsulatedIdentificationVariable(EncapsulatedIdentificationVariableExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
- toStringFromClause(AbstractFromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
- toStringFromClause(AbstractFromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
- toStringHelper(StringBuffer) - Method in class org.eclipse.persistence.internal.jpa.metamodel.BasicTypeImpl
-
INTERNAL: Append the partial string representation of the receiver to the StringBuffer.
- toStringHelper(StringBuffer) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
-
INTERNAL: Append the partial string representation of the receiver to the StringBuffer.
- toStringHelper(StringBuffer) - Method in class org.eclipse.persistence.internal.jpa.metamodel.TypeImpl
-
INTERNAL: Append the partial string representation of the receiver to the StringBuffer.
- toStringIdentificationVariableDeclaration(AbstractIdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
- toStringIdentificationVariableDeclaration(AbstractIdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
- toStringIndent(int, StringBuilder) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
- toStringInfo() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
- toStringInfo() - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
- toStringInfo() - Method in class org.eclipse.persistence.queries.CursorPolicy
- toStringInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Prints out a string representation of this
StateObject. - toStringItems() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
Used by toString to print attribute items.
- toStringItems(Appendable, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Adds to the given writer a crude string representation of the children of this one.
- toStringItems(Appendable, List<? extends StateObject>, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
- ToStringLocalization - Class in org.eclipse.persistence.internal.localization
-
Purpose: This is for any toString messages
- ToStringLocalization() - Constructor for class org.eclipse.persistence.internal.localization.ToStringLocalization
- ToStringLocalizationResource - Class in org.eclipse.persistence.internal.localization.i18n
-
English ResourceBundle for ToStringLocalization messages.
- ToStringLocalizationResource() - Constructor for class org.eclipse.persistence.internal.localization.i18n.ToStringLocalizationResource
- toStringModifyStatement(AbstractModifyStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
- toStringModifyStatement(AbstractModifyStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
- toStringNoClassName() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
- toStringPath(String[], int) - Static method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
- toStringPathExpression(AbstractPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
- toStringPathExpression(AbstractPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
- toStringRangeVariableDeclaration(AbstractRangeVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
- toStringRangeVariableDeclaration(AbstractRangeVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
- toStringSelectStatement(AbstractSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
- toStringSelectStatement(AbstractSelectStatementStateObject, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
- toStringSimpleStateObject(SimpleStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
- toStringSimpleStateObject(SimpleStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
- toStringSingleEncapsulated(AbstractSingleEncapsulatedExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
- toStringSingleEncapsulated(AbstractSingleEncapsulatedExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
- toStringTripleEncapsulated(AbstractTripleEncapsulatedExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
- toStringTripleEncapsulated(AbstractTripleEncapsulatedExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
- TOTAL_MS_DIGITS - Static variable in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- TOTAL_NS_DIGITS - Static variable in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- totalTime - Variable in class org.eclipse.persistence.tools.profiler.Profile
- toText(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
- toText(Appendable) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Prints out a string representation of this
StateObject, which should not be used to define atruestring representation of a JPQL query but should be used for debugging purposes. - toText(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
-
Visits the given
StateObjectand prevents its decorator to be called, which will prevent any possible recursion when the decorator is outputting the information. - toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
- toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEncapsulatedExpressionStateObject
-
Prints out a string representation of this encapsulated information, which should not be used to define a
truestring representation of a JPQL query but should be used for debugging purposes. - toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
- toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
- toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
- toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
- toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
- toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEncapsulatedExpressionStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Prints out a string representation of this
StateObject, which should not be used to define atruestring representation of a JPQL query but should be used for debugging purposes. - toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
- toTime(Calendar) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a Calendar to a String representation of the Time type.
- toTime(Calendar) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a Calendar to a String representation of the Time type.
- toTime(Date) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a Date to a String representation of the Time type.
- toTime(Date) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a Date to a String representation of the Time type.
- TOUCH - Enum constant in enum class org.eclipse.persistence.expressions.spatial.SpatialParameters.Mask
- toUpperCase() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that represents the receiver value converted to upper case.
- toUpperCase() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Create the TOUPPERCASE operator.
- ToUpperCase - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
Function operators
- toUppercaseCasedWords() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Function, returns the string with the first letter of each word capitalized.
- toURI(URL) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Convert the URL into a URI allowing for special chars.
- toValue(int) - Static method in enum class org.eclipse.persistence.logging.LogLevel
- toValue(int, LogLevel) - Static method in enum class org.eclipse.persistence.logging.LogLevel
- toValue(String) - Static method in enum class org.eclipse.persistence.internal.mappings.converters.AttributeNamePrefix
-
INTERNAL: Returns an
AttributeNamePrefixinstance withnameequal to the specifiedString. - toValue(String) - Static method in enum class org.eclipse.persistence.logging.LogCategory
-
Returns LogCategory object holding the value of the specified String.
- toValue(String) - Static method in enum class org.eclipse.persistence.logging.LogLevel
- toValue(String, LogLevel) - Static method in enum class org.eclipse.persistence.logging.LogLevel
- toYear(Calendar) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a Calendar to a String representation of the Year type.
- toYear(Calendar) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a Calendar to a String representation of the Year type.
- toYear(Date) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a Date to a String representation of the Year type.
- toYear(Date) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a Date to a String representation of the Year type.
- toYearMonth(Calendar) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a Calendar to a String representation of the YearMonth type.
- toYearMonth(Calendar) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a Calendar to a String representation of the YearMonth type.
- toYearMonth(Date) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a Date to a String representation of the YearMonth type.
- toYearMonth(Date) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a Date to a String representation of the YearMonth type.
- toYearMonthDay(Calendar) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a Calendar to a String representation of the YearMonthDay type.
- toYearMonthDay(Calendar) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a Calendar to a String representation of the YearMonthDay type.
- toYearMonthDay(Date) - Method in interface commonj.sdo.helper.DataHelper
-
Convert from a Date to a String representation of the YearMonthDay type.
- toYearMonthDay(Date) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert from a Date to a String representation of the YearMonthDay type.
- TraceLocalization - Class in org.eclipse.persistence.internal.localization
-
Purpose: This is for any trace related messages Messages are not currently translated by default here.
- TraceLocalization() - Constructor for class org.eclipse.persistence.internal.localization.TraceLocalization
- TraceLocalizationResource - Class in org.eclipse.persistence.internal.localization.i18n
-
English ResourceBundle for TraceLocalization messages.
- TraceLocalizationResource() - Constructor for class org.eclipse.persistence.internal.localization.i18n.TraceLocalizationResource
- TRAILING - Enum constant in enum class org.eclipse.persistence.internal.jpa.parsing.NodeFactory.TrimSpecification
- TRAILING - Enum constant in enum class org.eclipse.persistence.jpa.jpql.parser.TrimExpression.Specification
-
Only the trailing part of the string will be trimmed.
- TRAILING - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'TRAILING'.
- transactedSessionTestError() - Static method in exception class org.eclipse.persistence.eis.EISException
- transaction - Variable in class org.eclipse.persistence.internal.eis.adapters.aq.AQConnection
- transaction - Variable in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSConnection
- transaction - Variable in class org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileConnection
- transaction - Variable in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoConnection
- transaction - Variable in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLConnection
- transaction - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
PERF: Stores the JTA transaction to optimize activeUnitOfWork lookup.
- transaction - Variable in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
The global transaction object.
- Transaction - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
- TRANSACTION - Enum constant in enum class org.eclipse.persistence.logging.LogCategory
- TRANSACTION - Static variable in interface org.eclipse.persistence.logging.SessionLog
-
Transaction logging category.
- TRANSACTION_MANAGER_NOT_SET_FOR_JTS_DRIVER - Static variable in exception class org.eclipse.persistence.exceptions.DatabaseException
- TRANSACTION_NONE - Static variable in class org.eclipse.persistence.sessions.DatabaseLogin
-
Transactions are not supported.
- TRANSACTION_READ_COMMITTED - Static variable in class org.eclipse.persistence.sessions.DatabaseLogin
-
Dirty reads are prevented; non-repeatable reads and phantom reads can occur.
- TRANSACTION_READ_UNCOMMITTED - Static variable in class org.eclipse.persistence.sessions.DatabaseLogin
-
Dirty reads, non-repeatable reads and phantom reads can occur.
- TRANSACTION_REPEATABLE_READ - Static variable in class org.eclipse.persistence.sessions.DatabaseLogin
-
Dirty reads and non-repeatable reads are prevented; phantom reads can occur.
- TRANSACTION_SERIALIZABLE - Static variable in class org.eclipse.persistence.sessions.DatabaseLogin
-
Dirty reads, non-repeatable reads and phantom reads are prevented.
- TRANSACTION_TYPE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The
jakarta.persistence.transactionTypeproperty specifies the transaction type for the persistence unit. - Transactional - Enum constant in enum class org.eclipse.persistence.sessions.server.ConnectionPolicy.ExclusiveMode
- Transactional - Static variable in class org.eclipse.persistence.config.ExclusiveConnectionMode
-
The value causes creation of IsolatedClientSession in isolated case and ClientSession otherwise.
- TransactionException - Exception Class in org.eclipse.persistence.transaction
- TransactionException(String) - Constructor for exception class org.eclipse.persistence.transaction.TransactionException
- TransactionException(String, Exception) - Constructor for exception class org.eclipse.persistence.transaction.TransactionException
- TransactionExceptionResource - Class in org.eclipse.persistence.transaction.i18n
-
INTERNAL: English ResourceBundle for TransactionException messages.
- TransactionExceptionResource() - Constructor for class org.eclipse.persistence.transaction.i18n.TransactionExceptionResource
-
Default constructor.
- transactionId - Variable in class org.eclipse.persistence.internal.identitymaps.CacheKey
-
The ID of the database transaction that last wrote the object.
- transactionIdQuery - Variable in class org.eclipse.persistence.platform.database.oracle.dcn.OracleChangeNotificationListener
-
Cache query for transaction id.
- TransactionImpl - Class in org.eclipse.persistence.internal.jpa.transaction
-
Deprecated.
- TransactionImpl() - Constructor for class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
-
Deprecated.
- transactionIsActive() - Static method in exception class org.eclipse.persistence.transaction.TransactionException
- transactionIsolation - Variable in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
The transaction isolation level to be set on the connection (optional).
- transactionKey - Variable in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
The global transaction key.
- transactionManager - Variable in class org.eclipse.persistence.transaction.JTATransactionController
- TransactionManagerImpl - Class in org.eclipse.persistence.internal.jpa.transaction
-
Deprecated.
- TransactionManagerImpl() - Constructor for class org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl
-
Deprecated.
- transactionManagerNotSetForJTSDriver() - Static method in exception class org.eclipse.persistence.exceptions.DatabaseException
- transactionMutex - Variable in class org.eclipse.persistence.internal.sessions.AbstractSession
-
Ensure mutual exclusion of the session's transaction state across multiple threads.
- transactionNotActive() - Static method in exception class org.eclipse.persistence.transaction.TransactionException
- TransactionNounType - Static variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
- TransactionWrapper - Class in org.eclipse.persistence.jpa.rs.util
- TransactionWrapper - Interface in org.eclipse.persistence.internal.jpa.transaction
-
INTERNAL: Wraps a class that returns a JDK 1.5 EntityTransaction.
- TransactionWrapper() - Constructor for class org.eclipse.persistence.jpa.rs.util.TransactionWrapper
- TransactionWrapperImpl - Class in org.eclipse.persistence.internal.jpa.transaction
- TransactionWrapperImpl(EntityManagerImpl) - Constructor for class org.eclipse.persistence.internal.jpa.transaction.TransactionWrapperImpl
- transalteToReportQuery() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
-
Translate always to
ReportQuery. - transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.eclipse.persistence.internal.jpa.weaving.PersistenceWeaver
-
INTERNAL: Perform dynamic byte code weaving of class.
- transform(String, Class<?>, byte[]) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveClassTransformer
-
The method performs weaving function on the given class.
- transform(Source, Result) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
- transform(Source, Result) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKTransformer
- transform(Source, Result) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
- transform(Document, Node, URL) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
- transform(Document, Node, URL) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKTransformer
- transform(Document, Node, URL) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
- transform(Node, OutputStream) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
- transform(Node, OutputStream) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKTransformer
- transform(Node, OutputStream) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
- transform(Node, Writer) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
- transform(Node, Writer) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKTransformer
- transform(Node, Writer) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
- transform(Node, Result) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
- transform(Node, Result) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKTransformer
- transform(Node, Result) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
- transform(Node, ContentHandler) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
- transform(Node, ContentHandler) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKTransformer
- transform(Node, ContentHandler) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
- TRANSFORM_PREFIX - Static variable in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- Transformation - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- Transformation - Annotation Interface in org.eclipse.persistence.annotations
-
Transformation is an optional annotation for TransformationMapping.
- TRANSFORMATION - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IEclipseLinkMappingType
-
The constant for a transformation mapping.
- TransformationAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
-
INTERNAL: TransformationAccessor.
- TransformationAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.TransformationAccessor
-
INTERNAL:
- TransformationAccessor(MetadataAnnotation, MetadataAnnotatedElement, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.TransformationAccessor
-
INTERNAL:
- TransformationImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
-
JPA scripting API implementation.
- TransformationImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.TransformationImpl
- TransformationMapping - Class in org.eclipse.persistence.mappings
-
Purpose: A transformation mapping is used for a specialized translation between how a value is represented in Java and its representation on the databae.
- TransformationMapping<ABSTRACT_SESSION,
ATTRIBUTE_ACCESSOR, - Interface in org.eclipse.persistence.internal.oxm.mappingsCONTAINER_POLICY, DESCRIPTOR, FIELD, TRANSFORMATION_RECORD, XML_RECORD> - TransformationMapping() - Constructor for class org.eclipse.persistence.mappings.TransformationMapping
-
PUBLIC: Default constructor.
- TransformationMappingChangeRecord - Class in org.eclipse.persistence.internal.sessions
-
Purpose: To record the changes for attributes that can be represented as Transformation Mapping
- TransformationMappingChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
-
Purpose: To Provide API to the TransformationMappingChangeRecord.
- TransformationMappingChangeRecord() - Constructor for class org.eclipse.persistence.internal.sessions.TransformationMappingChangeRecord
-
This default constructor.
- TransformationMappingChangeRecord(ObjectChangeSet) - Constructor for class org.eclipse.persistence.internal.sessions.TransformationMappingChangeRecord
-
This is the basic constructor for this change Record.
- TransformationRecord - Interface in org.eclipse.persistence.internal.oxm.record
- transformAttributeName(String) - Method in class org.eclipse.persistence.jaxb.DefaultXMLNameTransformer
-
By default do not make changes to attribute names
- transformAttributeName(String) - Method in interface org.eclipse.persistence.oxm.XMLNameTransformer
-
Method called when creating an attribute from a Java field
- transformElementName(String) - Method in class org.eclipse.persistence.jaxb.DefaultXMLNameTransformer
-
By default do not make changes to element names
- transformElementName(String) - Method in interface org.eclipse.persistence.oxm.XMLNameTransformer
-
Method called when creating an element from a Java field or method
- transformer - Variable in class org.eclipse.persistence.internal.descriptors.TransformerBasedFieldTransformation
- transformer - Variable in class org.eclipse.persistence.internal.indirection.TransformerBasedValueHolder
-
Stores the method to be executed.
- transformer - Variable in class org.eclipse.persistence.internal.oxm.XMLMarshaller
- TRANSFORMER_CLASS_NOT_FOUND - Static variable in exception class org.eclipse.persistence.jaxb.JAXBException
- TransformerBasedFieldTransformation - Class in org.eclipse.persistence.internal.descriptors
-
INTERNAL: An implementation of FieldTransformation which holds onto a transformer class-name which will be instantiated to do transformations
- TransformerBasedFieldTransformation() - Constructor for class org.eclipse.persistence.internal.descriptors.TransformerBasedFieldTransformation
- TransformerBasedFieldTransformation(FieldTransformer) - Constructor for class org.eclipse.persistence.internal.descriptors.TransformerBasedFieldTransformation
- TransformerBasedValueHolder<T> - Class in org.eclipse.persistence.internal.indirection
- TransformerBasedValueHolder(AttributeTransformer, Object, AbstractRecord, AbstractSession) - Constructor for class org.eclipse.persistence.internal.indirection.TransformerBasedValueHolder
-
Initialize the method-based value holder.
- transformerClass - Variable in class org.eclipse.persistence.internal.descriptors.TransformerBasedFieldTransformation
- transformerClass - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
- transformerClass - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
- transformerClass() - Element in annotation interface org.eclipse.persistence.annotations.ReadTransformer
-
User-defined class that must implement the AttributeTransformer interface.
- transformerClass() - Element in annotation interface org.eclipse.persistence.annotations.WriteTransformer
-
User-defined class that must implement the FieldTransformer interface.
- transformerClass() - Element in annotation interface org.eclipse.persistence.oxm.annotations.XmlReadTransformer
-
User-defined class that must implement the AttributeTransformer interface.
- transformerClass() - Element in annotation interface org.eclipse.persistence.oxm.annotations.XmlWriteTransformer
-
User-defined class that must implement the FieldTransformer interface.
- transformerClassName - Variable in class org.eclipse.persistence.internal.descriptors.TransformerBasedFieldTransformation
- transformerClassNotFound(String) - Static method in exception class org.eclipse.persistence.jaxb.JAXBException
-
PUBLIC: Cause: Transformer class could not be loaded.
- TransformerFactory - Class in org.eclipse.persistence.internal.jpa.weaving
-
This class creates a ClassFileTransformer that is used for dynamic bytecode weaving.
- TransformerFactory(Session, Collection<MetadataClass>, ClassLoader, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
- TransformerHelper - Class in org.eclipse.persistence.internal.helper
-
Transformer helper class.
- TransformerHelper() - Constructor for class org.eclipse.persistence.internal.helper.TransformerHelper
- TransformerPropertyBuilder - Class in org.eclipse.persistence.jaxb.compiler.builder
-
This class is building properties from write transformers.
- TransformerPropertyBuilder(Property, TypeInfo, Helper, String) - Constructor for class org.eclipse.persistence.jaxb.compiler.builder.TransformerPropertyBuilder
- TransformerReflectionHelper - Class in org.eclipse.persistence.jaxb.compiler.builder.helper
-
Provides return type from write transformation method.
- TransformerReflectionHelper(Helper) - Constructor for class org.eclipse.persistence.jaxb.compiler.builder.helper.TransformerReflectionHelper
- transformFromXML(Reader) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
Set the XML from an XML reader.
- transformFromXML(String) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
Set the XML from an XML string.
- transformRootElementName(String) - Method in class org.eclipse.persistence.jaxb.DefaultXMLNameTransformer
-
By default convert class names to xml names based the rules defined in the JAXB specification
- transformRootElementName(String) - Method in interface org.eclipse.persistence.oxm.XMLNameTransformer
-
Method called when creating a simpletype or complextype from a class
- TRANSFORMS - Static variable in class org.eclipse.persistence.tools.oracleddl.util.DBMSMetadataSessionTransformsFactory
- transformsSet - Variable in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- transformToWriter(Writer) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
Write the XML string representation of the DOM.
- transformToXML() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
- transformToXML() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
Return the XML string representation of the DOM.
- transformToXML() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
- transformToXML() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
- transformToXML() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
- transformToXML() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
- transformToXML() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
Return the XML string representation of the DOM.
- transformTypeName(String) - Method in class org.eclipse.persistence.jaxb.DefaultXMLNameTransformer
-
By default convert class names to xml names based the rules defined in the JAXB specification
- transformTypeName(String) - Method in interface org.eclipse.persistence.oxm.XMLNameTransformer
-
Method called when creating a simpletype or complextype from a class
- Transient - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- TRANSIENT - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
-
The constant for an attribute that is not persistent.
- TRANSIENT_IN_PROP_ORDER - Static variable in exception class org.eclipse.persistence.jaxb.JAXBException
- TRANSIENT_REF_CLASS - Static variable in exception class org.eclipse.persistence.jaxb.JAXBException
- TransientAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
-
INTERNAL: An transient accessor ...
- TransientAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.TransientAccessor
-
INTERNAL:
- TransientCompatibleAnnotations - Class in org.eclipse.persistence.annotations
-
PUBLIC: This class is used by our JPA annotation processing to discover which annotations may coexist with a Transient annotation.
- TransientImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
-
JPA scripting API implementation.
- TransientImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.TransientImpl
- transientInProporder(String, String) - Static method in exception class org.eclipse.persistence.jaxb.JAXBException
- transitionToDeferredLock() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
- transitionToDeferredLocks() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
-
INTERNAL: Records that this merge manager has transitioned to use deferred locks during the merge.
- transitionToDeferredLocks(MergeManager) - Method in class org.eclipse.persistence.internal.helper.WriteLockManager
-
INTERNAL: This method will transition the previously acquired active locks to deferred locks in the case a readlock could not be acquired for a related object.
- translate() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- translate() - Method in class org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl
-
Translates from the criteria query to a EclipseLink Database Query.
- translate() - Method in class org.eclipse.persistence.internal.jpa.querydef.ConstructorSelectionImpl
- translate() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaMultiSelectImpl
-
Translates from the criteria query to a EclipseLink Database Query.
- translate() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
-
Translates from the criteria query to a EclipseLink Database Query.
- translate() - Method in interface org.eclipse.persistence.internal.jpa.querydef.CriteriaSelectInternal
-
Translates from the criteria query to a EclipseLink Database Query.
- translate(Object, Object) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Function, returns the string with each char from the from string converted to the char in the to string.
- translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
Arguments to the interaction can be passed two ways.
- translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.interactions.QueryStringInteraction
-
Allow the call to translate the query arguments.
- translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
-
INTERNAL: Allow the call to translate the XQuery arguments.
- translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
-
INTERNAL: Allow the call to translate from the translation for predefined calls.
- translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
Allow the call to translate from the translation for predefined calls.
- translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
-
Allow the call to translate from the translation for predefined calls.
- translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
Translate the PLSQL procedure translation row, into the row expected by the SQL procedure.
- translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.queries.JPQLCall
-
INTERNAL: translate method comment.
- translate(PLSQLargument, AbstractRecord, AbstractRecord, List<DatabaseField>, List<DatabaseField>, List, StoredProcedureCall) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
- translate(PLSQLargument, AbstractRecord, AbstractRecord, List<DatabaseField>, List<DatabaseField>, List, StoredProcedureCall) - Method in enum class org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
- translate(PLSQLargument, AbstractRecord, AbstractRecord, List<DatabaseField>, List<DatabaseField>, List, StoredProcedureCall) - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
- translate(PLSQLargument, AbstractRecord, AbstractRecord, List<DatabaseField>, List<DatabaseField>, List, StoredProcedureCall) - Method in enum class org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- translate(PLSQLargument, AbstractRecord, AbstractRecord, List<DatabaseField>, List<DatabaseField>, List, StoredProcedureCall) - Method in enum class org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
-
INTERNAL: Translate the argument value from the query translation row to call translation row.
- translate(PLSQLargument, AbstractRecord, AbstractRecord, List<DatabaseField>, List<DatabaseField>, List, StoredProcedureCall) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
- translate(DatabaseQuery) - Method in class org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl
-
Translates from the criteria query to a EclipseLink Database Query.
- Translate - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- translateCustomQuery() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL: Parse the query string for # markers for custom query based on a query language.
- translateCustomQuery() - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
-
Parse the query string for # markers for custom query based on a query language.
- translateCustomQuery() - Method in class org.eclipse.persistence.queries.SQLCall
-
INTERNAL: Keep track of the fact that this call has been translated.
- translateExpression(Expression) - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
-
Translate an expression i.e.
- translateField(DatabaseField, DatabaseField, ClassDescriptor) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Apply the field translation from the sourceField to the mappingField.
- translateFields(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: If field names are different in the source and aggregate objects then the translation is done here.
- translateNestedFields(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: If field names are different in the source and aggregate objects then the translation is done here.
- translateOldProperties(Map, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider
-
This is a TEMPORARY method that will be removed.
- translatePureSQLCustomQuery() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL: Parse the query string for ? markers for custom query based on a query language.
- translatePureSQLCustomQuery() - Method in class org.eclipse.persistence.queries.SQLCall
-
INTERNAL: Only translate the call if it was not previously translated
- translateQueryString(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL: Allow the call to translate from the translation for predefined calls.
- translateQueryString(AbstractRecord, AbstractRecord, AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
-
Allow the call to translate from the translation for predefined calls.
- translateQueryStringAndBindParameters(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL: Allow the call to translate from the translation for predefined calls.
- translateQueryStringForParameterizedIN(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL: Translate only IN() parameter values (List parameters).
- translateStringToLoggingLevel(String) - Static method in class org.eclipse.persistence.logging.AbstractSessionLog
-
Translate the string value of the log level to the constant value.
- translateTablesAndFields(ClassDescriptor, HashMap<DatabaseField, DatabaseField>, HashMap<DatabaseTable, DatabaseTable>) - Static method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: Called in case fieldTranslation != null Sets new primary keys, tables, appends fieldTranslation to fieldMap so that all fields in mappings, inheritance etc.
- TRANSLATION - Enum constant in enum class org.eclipse.persistence.internal.databaseaccess.DatasourceCall.ParameterType
- translationRow - Variable in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
-
Stores the row.
- translationRow - Variable in class org.eclipse.persistence.internal.expressions.SQLStatement
- translationRow - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
Translation row stored after translation on the call clone, used only for logging.
- translationRow - Variable in class org.eclipse.persistence.queries.Cursor
- translationRow - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Mappings and the descriptor use parameterized mechanisms that will be translated with the data from the row.
- TransparentIndirectionPolicy - Class in org.eclipse.persistence.internal.indirection
-
Purpose
- TransparentIndirectionPolicy() - Constructor for class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
-
INTERNAL: Construct a new indirection policy.
- Transporter - Class in org.eclipse.persistence.internal.sessions.remote
-
As the name signifies the object is responsible for carrying read objects from the server to the client.
- Transporter() - Constructor for class org.eclipse.persistence.internal.sessions.remote.Transporter
- Transporter(Object) - Constructor for class org.eclipse.persistence.internal.sessions.remote.Transporter
- TransporterDefaultFactory - Class in org.eclipse.persistence.sessions.remote.corba.sun
-
INTERNAL: org/eclipse/persistence/internal/remote/TransporterDefaultFactory.java Generated by the IDL-to-Java compiler (portable), version "3.0" from d:/StarTeam/DIDev/Pine/TopLink/DISource/IDLs/CorbaRemoteSessionControllerSun.idl Thursday, May 3, 2001 1:36:59 PM EDT
- TransporterDefaultFactory() - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.TransporterDefaultFactory
-
Default constructor.
- TransporterHelper - Class in org.eclipse.persistence.sessions.remote.corba.sun
-
INTERNAL: org/eclipse/persistence/internal/remote/TransporterHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" from d:/StarTeam/DIDev/Pine/TopLink/DISource/IDLs/CorbaRemoteSessionControllerSun.idl Thursday, May 3, 2001 1:36:59 PM EDT
- TransporterHelper() - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHelper
-
Default constructor.
- TransporterHolder - Class in org.eclipse.persistence.sessions.remote.corba.sun
-
INTERNAL: org/eclipse/persistence/internal/remote/TransporterHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from d:/StarTeam/DIDev/Pine/TopLink/DISource/IDLs/CorbaRemoteSessionControllerSun.idl Thursday, May 3, 2001 1:36:59 PM EDT
- TransporterHolder() - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHolder
- TransporterHolder(Transporter) - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHolder
- transportManager - Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
Manages the transport level connections between command managers
- TransportManager - Class in org.eclipse.persistence.sessions.coordination
-
Purpose: Provide an abstract class that offers a common API to handling remote command connections.
- TransportManager() - Constructor for class org.eclipse.persistence.sessions.coordination.TransportManager
-
Default constructor.
- TransportManagerConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.transport
-
INTERNAL:
- TransportManagerConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.transport.TransportManagerConfig
- traversalState - Variable in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
- traverse - Variable in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
-
Determines if the
RangeVariableDeclarationshould traverse its identification variable expression or simply visit the parent hierarchy. - traverseRelatedLocks(Object, Map, Map, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.helper.WriteLockManager
-
INTERNAL: Traverse the object and acquire locks on all related objects.
- traverseSourceDirectory(File) - Method in class org.eclipse.persistence.tools.PackageRenamer
-
This traverseSourceDirectory() traverse source-root-directory, creating a corresponding output directory, and calling another method for replacing old TopLink package name.
- treat(CollectionJoin<X, T>, Class<E>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
- treat(Join<X, T>, Class<V>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
- treat(ListJoin<X, T>, Class<E>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
- treat(MapJoin<X, K, T>, Class<V>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
- treat(Path<X>, Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
- treat(Root<X>, Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
- treat(SetJoin<X, T>, Class<E>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
- treat(Class<?>) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED: Return an expression that allows you to treat its base as if it were a subclass of the class returned by the base This can only be called on an ExpressionBuilder, the result of expression.get(String), expression.getAllowingNull(String), the result of expression.anyOf("String") or the result of expression.anyOfAllowingNull("String")
- treat(Class<?>) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
-
Return an expression that allows you to treat its base as if it were a subclass of the class returned by the base This can only be called on an ExpressionBuilder, the result of expression.get(String), expression.getAllowingNull(String), the result of expression.anyOf("String") or the result of expression.anyOfAllowingNull("String")
- treat(Class<?>) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
-
ADVANCED: Return an expression that allows you to treat its base as if it were a subclass of the class returned by the base This can only be called on an ExpressionBuilder, the result of expression.get(String), expression.getAllowingNull(String), the result of expression.anyOf("String") or the result of expression.anyOfAllowingNull("String")
- TREAT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'TREAT', which is an EclipseLink specific identifier that was added in version 2.1.
- TreatAsExpression - Class in org.eclipse.persistence.internal.expressions
- TreatAsExpression(Class<?>, ObjectExpression) - Constructor for class org.eclipse.persistence.internal.expressions.TreatAsExpression
- TreatExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
Returns an expression that allows to treat its base as if it were a subclass of the class returned by the base.
- TreatExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Creates a new
TreatExpression. - TreatExpression_InvalidJPAPlatform - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- TreatExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a
TREATexpression. - TreatExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TreatExpressionBNF
-
Creates a new
TreatExpressionBNF. - TreatExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
TreatExpressionFactorycreates a newTreatExpressionwhen the portion of the query to parse starts with TREAT. - TreatExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TreatExpressionFactory
-
Creates a new
TreatExpressionFactory. - TreatExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
Returns an expression that allows to treat its base as if it were a subclass of the class returned by the base.
- TreatExpressionStateObject(JoinStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Creates a new
TreatExpressionStateObject. - TreatExpressionStateObject(JoinStateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Creates a new
TreatExpressionStateObject. - TreatExpressionStateObject(JoinStateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Creates a new
TreatExpressionStateObject. - TreatResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolverresolves a path and casts it as another entity type. - TreatResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.TreatResolver
-
Creates a new
TreatResolver. - TreeObjectBuilder - Class in org.eclipse.persistence.internal.oxm
-
INTERNAL:
- TreeObjectBuilder(ClassDescriptor) - Constructor for class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
- Trigger - Static variable in class org.eclipse.persistence.config.CacheUsageIndirectionPolicy
-
If conforming encounters an uninstantiated indirection/lazy object it is triggered.
- triggerIndirection() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
- triggerMetadataRefresh(Map<String, ?>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
-
This method is just a wrapper on refreshMetadata so that core does not need a dependency on JPA due to the EntityManagerSetupImpl return value.
- triggerMetadataRefresh(Map<String, ?>) - Method in interface org.eclipse.persistence.sessions.coordination.MetadataRefreshListener
- trim() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Function, returns the string trimmed for white space.
- trim() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- trim(char, Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create expression to trim character from both ends of a string.
- trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create expression to trim character from a string.
- trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create expression to trim character from a string.
- trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create expression to trim blanks from a string.
- trim(Expression<Character>, Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create expression to trim character from both ends of a string.
- trim(Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create expression to trim blanks from both ends of a string.
- trim(Object) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Function, returns the string right and left trimmed for the substring.
- trim(TrimExpression.Specification, String, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- trim(TrimExpression.Specification, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- trim(TrimExpression.Specification, String, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
- trim(TrimExpression.Specification, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- trim(TrimExpression.Specification, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- trim(TrimExpression.Specification, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
- Trim - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- TRIM - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'TRIM'.
- TRIM_CHARACTER_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Notify the state object representing the trim character has changed.
- TRIM_STRINGS_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- trim2() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build Trim operator.
- trim2() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
DB2 does not support untyped parameter binding for <operand2>
- trim2() - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
-
Disable binding support.
- trim2() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
Enable binding since DB2 disables it
- Trim2 - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- trim2Operator() - Static method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL: Build Trim operator.
- trim2Operator() - Static method in class org.eclipse.persistence.platform.database.SybasePlatform
-
INTERNAL: Build Trim operator.
- TrimExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The TRIM function trims the specified character from a string.
- TrimExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Creates a new
TrimExpression. - TrimExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- TrimExpression_InvalidTrimCharacter - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- TrimExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- TrimExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- TrimExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- TrimExpression_NotSingleStringLiteral - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- TrimExpression.Specification - Enum Class in org.eclipse.persistence.jpa.jpql.parser
-
The possible ways to trim the string.
- TrimExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
TrimExpressionFactorycreates a newTrimExpressionwhen the portion of the query to parse starts with TRIM. - TrimExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TrimExpressionFactory
-
Creates a new
TrimExpressionFactory. - trimExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- TrimExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The
TRIMfunction trims the specified character from a string. - TrimExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Creates a new
TrimExpressionStateObject. - TrimExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Creates a new
TrimExpressionStateObject. - TrimExpressionStateObject(StateObject, TrimExpression.Specification, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Creates a new
TrimExpressionStateObject. - TrimExpressionStateObject(StateObject, TrimExpression.Specification, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Creates a new
TrimExpressionStateObject. - trimFieldsForInsert() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
-
INTERNAL Remove a potential sequence number field and invoke the ReturningPolicy trimModifyRowsForInsert method
- trimFieldsForInsert(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL Remove a potential sequence number field and invoke the ReturningPolicy trimModifyRowsForInsert method
- trimModifyRow(AbstractRecord, int) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
- trimModifyRowForInsert(AbstractRecord) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- TrimNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- TrimNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.TrimNode
-
TrimNode constructor.
- trimOperator() - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
-
Disable binding support.
- trimOperator() - Static method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
INTERNAL: Use TRIM(FROM ?) function for trim.
- trimOperator() - Static method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL: Use RTRIM(LTRIM(?)) function for trim.
- trimOperator() - Static method in class org.eclipse.persistence.platform.database.SybasePlatform
-
INTERNAL: Use RTRIM(LTRIM(?)) function for trim.
- trimRowForJoin(AbstractRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL: Return a sub-partition of the row starting at the index.
- trimRowForJoin(AbstractRecord, JoinedAttributeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL: Return a sub-partition of the row starting at the index for the mapping.
- trimToSize() - Method in class org.eclipse.persistence.indirection.IndirectList
- trimToSize() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
- trimToSize() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
-
First wait until complete.
- TripleEncapsulatedCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
- trpltab - Static variable in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForOracleAnonymousBlock
- TRUE - Static variable in class org.eclipse.persistence.config.HintValues
- TRUE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'TRUE'.
- TRUE - Static variable in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
- TRUE - Static variable in class org.eclipse.persistence.oxm.record.MarshalRecord
- TRUE() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- TRUE() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- TRUE() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
- trunc() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- trunc(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC: Return a new expression that applies the function to the given expression.
- trunc(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC: Return a new expression that applies the function to the given expression.
- Trunc - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- truncateDate() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- truncateDate() - Static method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Truncates a date by using the truncating unit.
Builds Symfoware equivalent to truncateDate(date, unit).
Symfoware: TRUNC_DATE(date, unit) - truncateDate(String) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: return the date truncated to the indicated datePart.
- truncateDate(Date) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Return a sql.Date with time component zeroed out.
- TruncateDate - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- truncateDateIgnoreMilliseconds(Date) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Return a sql.Date with time component zeroed out (with possible exception of milliseconds).
- truncateDefaultTables(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Truncate all tables in the default table schema for the project this session is associated with.
- tsr - Variable in class org.eclipse.persistence.transaction.JTA11TransactionController
-
Primary point of integration with JTA 1.1.
- tuneDeploy(Session) - Method in class org.eclipse.persistence.tools.tuning.SafeModeTuner
-
Allow any Session configuration to be tune after meta-data has been processed, but before connecting the session.
- tuneDeploy(Session) - Method in interface org.eclipse.persistence.tools.tuning.SessionTuner
-
Allow any Session configuration to be tune after meta-data has been processed, but before connecting the session.
- tuneDeploy(Session) - Method in class org.eclipse.persistence.tools.tuning.StandardTuner
-
Allow any Session configuration to be tune after meta-data has been processed, but before connecting the session.
- tunePostDeploy(Session) - Method in class org.eclipse.persistence.tools.tuning.SafeModeTuner
-
Allow any Session configuration to be tune after deploying and connecting the session.
- tunePostDeploy(Session) - Method in interface org.eclipse.persistence.tools.tuning.SessionTuner
-
Allow any Session configuration to be tune after deploying and connecting the session.
- tunePostDeploy(Session) - Method in class org.eclipse.persistence.tools.tuning.StandardTuner
-
Allow any Session configuration to be tune after deploying and connecting the session.
- tunePreDeploy(Map) - Method in class org.eclipse.persistence.tools.tuning.SafeModeTuner
-
Allow any JPA persistence unit properties to be configured, prior to deployment.
- tunePreDeploy(Map) - Method in interface org.eclipse.persistence.tools.tuning.SessionTuner
-
Allow any JPA persistence unit properties to be configured, prior to deployment.
- tunePreDeploy(Map) - Method in class org.eclipse.persistence.tools.tuning.StandardTuner
-
Allow any JPA persistence unit properties to be configured, prior to deployment.
- tuner - Variable in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
-
Stores the tuner used to tune the configuration of this session.
- TunerType - Class in org.eclipse.persistence.config
-
Tuning persistence property values.
- TUNING - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The
eclipselink.tuningproperty configures the type of tuner to use to configure the persistence unit. - tuple(Selection<?>...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
- tuple(List<Selection<?>>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
- TUPLE - Enum constant in enum class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl.ResultType
- TupleImpl - Class in org.eclipse.persistence.internal.jpa.querydef
- TupleImpl(List<? super Selection<?>>, ReportQueryResult) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.TupleImpl
- TupleQuery - Class in org.eclipse.persistence.internal.jpa.querydef
-
Purpose: This is a special subclass of the ReportQuery that constructs Tuple results.
- TupleQuery(List<? super Selection<?>>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.TupleQuery
- TW_CT_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
- TW_LAZY_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
- twist(Expression, Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL: We are given an expression that comes from a different context than the one in which this was built, e.g.
- twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
- twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
- twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.ClassTypeExpression
- twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
-
INTRENAL: Used to change an expression off of one base to an expression off of a different base.
- twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
-
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
- twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
-
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
- twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.FromSubSelectExpression
-
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
- twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
-
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
- twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.LiteralExpression
-
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
- twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.ManualQueryKeyExpression
-
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
- twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
-
INTERNAL: Rebuild against the base, with the values of parameters supplied by the context expression.
- twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
-
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
- twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.SubSelectExpression
- twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.TableExpression
-
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
- twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
- TWO_STRUCT_CONVERTERS_ADDED_FOR_SAME_CLASS - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- twosComplement(int, int) - Method in class org.eclipse.persistence.internal.eis.cobol.helper.ByteConverter
-
this method performs a bitwise twos complement on a section of a byte array starting at
offsetand ending atoffset + length - twoStructConvertersAddedForSameClass(String) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- TX_CURRENT_FACTORY_CLASS - Static variable in class org.eclipse.persistence.transaction.jotm.JotmTransactionController
- TX_CURRENT_FACTORY_METHOD - Static variable in class org.eclipse.persistence.transaction.jotm.JotmTransactionController
- TX_MANAGER_FACTORY_METHOD - Static variable in class org.eclipse.persistence.transaction.jotm.JotmTransactionController
- TX_SESSION_TEST_ERROR - Static variable in exception class org.eclipse.persistence.eis.EISException
- txnController - Variable in class org.eclipse.persistence.internal.jpa.transaction.JTATransactionWrapper
- txnKey - Variable in class org.eclipse.persistence.internal.jpa.transaction.TransactionWrapperImpl
- type - Variable in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
The class represented by this AttrbuteGroup.
- type - Variable in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
- type - Variable in class org.eclipse.persistence.expressions.ExpressionOperator
- type - Variable in class org.eclipse.persistence.internal.codegen.ClassDefinition
- type - Variable in class org.eclipse.persistence.internal.codegen.NonreflectiveAttributeDefinition
- type - Variable in class org.eclipse.persistence.internal.codegen.ReflectiveAttributeDefinition
- type - Variable in class org.eclipse.persistence.internal.codegen.ReflectiveMethodDefinition
- type - Variable in class org.eclipse.persistence.internal.descriptors.QueryArgument
-
The type of the query argument
- type - Variable in class org.eclipse.persistence.internal.dynamic.DynamicPropertiesManager
- type - Variable in class org.eclipse.persistence.internal.helper.DatabaseField
-
Respective Java type desired for the field's value, used to optimize performance and for binding.
- type - Variable in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Attribute
- type - Variable in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Descriptor
- type - Variable in class org.eclipse.persistence.internal.xr.Parameter
- type - Variable in class org.eclipse.persistence.internal.xr.Result
- type - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- type - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- type - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- type - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
- type - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy.IsSetParameter
- type - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
- type - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
- type - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Key
- type - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Value
- type - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
- type - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
- type - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
- type - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- type - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- type - Variable in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
-
The
LiteralTypehelps to determine when traversing anExpressionwhat to retrieve. - type - Variable in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
-
The well defined type, which does not have to be calculated.
- type - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AcceptableTypeVisitor
-
The type that is retrieved based on the expression, it determines what is acceptable.
- type - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingTypeFilter
-
The type used to determine if the mapping's type is a valid type.
- type - Variable in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
Indicates if a simple/complex type definition, element, or group is being referenced
- type - Variable in class org.eclipse.persistence.queries.BatchFetchPolicy
-
Define the type of batch fetching to use.
- type - Variable in class org.eclipse.persistence.tools.dbws.BindingModel
- type - Variable in class org.eclipse.persistence.tools.dbws.jdbc.DbTable
- type - Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
Java type class for the field.
- type - Variable in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
- type - Variable in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
- type() - Element in annotation interface org.eclipse.persistence.annotations.Cache
-
The type of cache to use.
- type() - Element in annotation interface org.eclipse.persistence.annotations.OptimisticLocking
-
The type of optimistic locking policy to use.
- type() - Element in annotation interface org.eclipse.persistence.annotations.StoredProcedureParameter
-
The type of Java class desired back from the procedure, this is dependent on the type returned from the procedure.
- type() - Element in annotation interface org.eclipse.persistence.annotations.TenantTableDiscriminator
-
The type of tenant table discriminator to use with the tables of the persistence unit.
- type() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that wraps the inheritance type field in an expression.
- type() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
-
PUBLIC: Return an expression that wraps the inheritance type field in an expression.
- type() - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
- type() - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
- type() - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
- type() - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
- type() - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
-
Return an expression corresponding to the type of the path.
- type() - Method in class org.eclipse.persistence.internal.jpa.querydef.PathImpl
-
Return an expression corresponding to the type of the path.
- type() - Static method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHelper
- type() - Static method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionHelper
- type() - Element in annotation interface org.eclipse.persistence.oxm.annotations.XmlNamedSubgraph
-
Only required for inheritance or with XMLChoiceCollectionMapping or XMLChoiceObjectMapping to specify which of the possible targets this subgraph is to be applied to.
- type() - Element in annotation interface org.eclipse.persistence.oxm.annotations.XmlParameter
- type() - Element in annotation interface org.eclipse.persistence.oxm.annotations.XmlVariableNode
-
The class being referenced
- type() - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHelper
- type() - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHelper
- type(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- type(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- type(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression
TYPE(identification_variable | single_valued_object_path_expression | input_parameter). - Type - Class in org.eclipse.persistence.asm
- Type - Interface in commonj.sdo
-
A representation of the type of a
propertyof adata object. - Type() - Constructor for class org.eclipse.persistence.asm.Type
- TYPE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'TYPE'.
- TYPE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- TYPE_BIG_DECIMAL - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- TYPE_BIG_INTEGER - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- TYPE_BINARY - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- TYPE_BLOB - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- TYPE_BOOLEAN - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- TYPE_BYTE - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- TYPE_CANNOT_BE_OPEN_AND_DATATYPE - Static variable in exception class org.eclipse.persistence.sdo.SDOException
- TYPE_CHAR - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- TYPE_CLOB - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- TYPE_DATE - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- TYPE_DEFAULT - Static variable in class org.eclipse.persistence.internal.jpa.metadata.multitenant.TenantTableDiscriminatorMetadata
- TYPE_DIFFERENCE - Enum constant in enum class org.eclipse.persistence.tools.schemaframework.TableValidationException.DifferentColumns.Type
-
Type difference.
- TYPE_DOUBLE - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- TYPE_FLOAT - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- TYPE_FORWARD_ONLY - Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
-
JDBC 2.0 The type for a ResultSet object whose cursor may move only forward.
- TYPE_INTEGER - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- TYPE_LOAD_OPTION - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- TYPE_LONG - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- TYPE_MACRO - Static variable in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- TYPE_MISMATCH_BETWEEN_ATTRIBUTE_AND_CONSTANT_ON_EXPRESSION - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- TYPE_NAME - Static variable in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
- TYPE_NAME_NOT_SET - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- TYPE_NOT_FOUND - Static variable in exception class org.eclipse.persistence.sdo.SDOException
- TYPE_NOT_FOUND_FOR_INTERFACE - Static variable in exception class org.eclipse.persistence.sdo.SDOException
- TYPE_NUMBER - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- TYPE_NUMERIC - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- TYPE_PROPERTY_MUST_BE_A_TYPE - Static variable in exception class org.eclipse.persistence.sdo.SDOException
- TYPE_REFERENCED_BUT_NEVER_DEFINED - Static variable in exception class org.eclipse.persistence.sdo.SDOException
- TYPE_SCROLL_INSENSITIVE - Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
-
JDBC 2.0 The type for a ResultSet object that is scrollable but generally not sensitive to changes made by others.
- TYPE_SCROLL_SENSITIVE - Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
-
JDBC 2.0 The type for a ResultSet object that is scrollable and generally sensitive to changes made by others.
- TYPE_SHORT - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- TYPE_STR - Static variable in class org.eclipse.persistence.internal.xr.Util
- TYPE_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
- TYPE_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- TYPE_SUFFIX - Static variable in class org.eclipse.persistence.tools.dbws.WSDLGenerator
- TYPE_TIME - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- TYPE_TIMESTAMP - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- TYPE_VARCHAR - Static variable in interface org.eclipse.persistence.tools.schemaframework.DDLPlatform
- typeCannotBeOpenAndDataType(String, String) - Static method in exception class org.eclipse.persistence.sdo.SDOException
-
INTERNAL: Exception trying to set a type to be both open and dataType
- TypeConversionConverter - Class in org.eclipse.persistence.mappings.converters
-
Purpose: Type conversion converters are used to explicitly map a database type to a Java type.
- TypeConversionConverter() - Constructor for class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
PUBLIC: Default constructor.
- TypeConversionConverter(DatabaseMapping) - Constructor for class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
PUBLIC: Default constructor.
- TypeConverter - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- TypeConverter - Annotation Interface in org.eclipse.persistence.annotations
-
The TypeConverter annotation is used to specify an EclipseLink TypeConversionConverter for modification of the data value(s) during the reading and writing of a mapped attribute.
- TypeConverterImpl - Class in org.eclipse.persistence.internal.jpa.config.converters
-
JPA scripting API implementation.
- TypeConverterImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.converters.TypeConverterImpl
- TypeConverterMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
-
INTERNAL: Object to hold onto a type converter metadata.
- TypeConverterMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.TypeConverterMetadata
-
INTERNAL: Used for XML loading.
- TypeConverterMetadata(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.TypeConverterMetadata
-
INTERNAL: Used for XML loading.
- TypeConverterMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.TypeConverterMetadata
-
INTERNAL: Used for annotation loading.
- typeConverters - Variable in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
- TypeConverters - Annotation Interface in org.eclipse.persistence.annotations
-
A TypeConverters annotation allows the definition of multiple TypeConverters.
- TypedAssociation - Class in org.eclipse.persistence.mappings
-
Purpose: Generic association object.
- TypedAssociation() - Constructor for class org.eclipse.persistence.mappings.TypedAssociation
-
Default constructor.
- TypedAssociation(Object, Object) - Constructor for class org.eclipse.persistence.mappings.TypedAssociation
-
PUBLIC: Create an association.
- typeDDL - Variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
- typeDeclaration(PLSQLPackageType) - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- typeDefinition - Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
Database-specific complete type definition like "VARCHAR2(50) UNIQUE NOT NULL".
- TypeDefinition - Class in org.eclipse.persistence.tools.schemaframework
-
Purpose: Allow for Oracle 8 object-relational user defined type to be created.
- TypeDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.TypeDefinition
- TypeDefParticle - Class in org.eclipse.persistence.internal.oxm.schema.model
-
Purpose: Base class for Sequence, Choice and All
- TypeDefParticle() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.TypeDefParticle
- TypeDefParticleOwner - Interface in org.eclipse.persistence.internal.oxm.schema.model
-
Purpose: Class to represent an object that can be the owner of sequence, choice, all in a Schema
- typeDropDDL - Variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
- typeExpression - Variable in class org.eclipse.persistence.internal.expressions.TreatAsExpression
- TypeExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
An entity type expression can be used to restrict query polymorphism.
- TypeExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
-
Creates a new
TypeExpression. - TypeExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- TypeExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- TypeExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- TypeExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- TypeExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- typeExpressionBase - Variable in class org.eclipse.persistence.internal.expressions.TreatAsExpression
- TypeExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a type expression.
- TypeExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TypeExpressionBNF
-
Creates a new
TypeExpressionBNF. - TypeExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
TypeExpressionFactorycreates a newTypeExpressionwhen the portion of the query to parse starts with TYPE. - TypeExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TypeExpressionFactory
-
Creates a new
TypeExpressionFactory. - typeExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- TypeExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
An entity type expression can be used to restrict query polymorphism.
- TypeExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
-
Creates a new
TypeExpressionStateObject. - TypeExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
-
Creates a new
TypeExpressionStateObject. - TypeExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
-
Creates a new
TypeExpressionStateObject. - typeField - Variable in class org.eclipse.persistence.mappings.VariableOneToOneMapping
- typeHelper - Variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext
- typeHelper() - Method in class commonj.sdo.impl.HelperProviderImpl
- TypeHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
This helper contains methods related to
ITypeand can perform equivalency checks. - TypeHelper - Interface in commonj.sdo.helper
-
Look up a Type given the uri and typeName or interfaceClass.
- TypeHelper - Interface in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- TypeHelper(ITypeRepository) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Creates a new
TypeHelper. - TypeHelperImpl - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- TypeHelperImpl(AbstractSession, ClassLoader) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.TypeHelperImpl
- TypeImpl - Class in org.eclipse.persistence.asm.internal.platform.ow2
- TypeImpl<X> - Class in org.eclipse.persistence.internal.jpa.metamodel
-
Purpose: Provides the implementation for the Type interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
- TypeImpl() - Constructor for class org.eclipse.persistence.asm.internal.platform.ow2.TypeImpl
- TypeImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOTypeType.TypeImpl
-
Default constructor.
- TypeImpl(Class<?>) - Constructor for class org.eclipse.persistence.asm.internal.platform.ow2.TypeImpl
- TypeImpl(Class<X>) - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.TypeImpl
- TypeImpl(Class<X>, String) - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.TypeImpl
- TypeImpl(String) - Constructor for class org.eclipse.persistence.asm.internal.platform.ow2.TypeImpl
- typeIndicatorNameTranslation - Variable in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
parallel table typeIndicatorTranslation used prior to initialization to avoid type indicators on Mapping Workbench
- typeIndicatorTranslation - Variable in class org.eclipse.persistence.mappings.VariableOneToOneMapping
- TypeInfo - Class in org.eclipse.persistence.jaxb.compiler
-
INTERNAL:
- TypeInfo(Helper, JavaClass) - Constructor for class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
This constructor sets the Helper to be used throughout XML and Annotations processing.
- TypeInstantiationPolicy(SDOType) - Constructor for class org.eclipse.persistence.sdo.SDOType.TypeInstantiationPolicy
- typeIsValid(Class<?>) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
-
INTERNAL: Return whether the type is appropriate for the indirection policy.
- typeIsValid(Class<?>) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
-
INTERNAL: Return whether the type is appropriate for the indirection policy.
- typeIsValid(Class<?>) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
-
INTERNAL: Return whether the type is appropriate for the indirection policy.
- typeIsValid(Class<?>) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
-
INTERNAL: Return whether the type is appropriate for the indirection policy.
- TypeMapping - Class in org.eclipse.persistence.internal.descriptors
-
Purpose: Used to define object-type converter object->data values mapping.
- TypeMapping() - Constructor for class org.eclipse.persistence.internal.descriptors.TypeMapping
-
Default constructor.
- TypeMapping(Object, Object) - Constructor for class org.eclipse.persistence.internal.descriptors.TypeMapping
-
Create an association.
- TypeMappingInfo - Class in org.eclipse.persistence.jaxb
-
Purpose: Provides a wrapper for a java type to be used when creating a JAXB context.
- TypeMappingInfo() - Constructor for class org.eclipse.persistence.jaxb.TypeMappingInfo
- TypeMappingInfo.ElementScope - Enum Class in org.eclipse.persistence.jaxb
- typeMismatchBetweenAttributeAndConstantOnExpression(Class<?>, Class<?>) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- typeName - Variable in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
The name of the class represented by this AttrbuteGroup.
- typeName - Variable in class org.eclipse.persistence.internal.databaseaccess.OutputParameterForCallableStatement
- typeName - Variable in class org.eclipse.persistence.internal.descriptors.QueryArgument
- typeName - Variable in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
- typeName - Variable in class org.eclipse.persistence.internal.helper.DatabaseField
- typeName - Variable in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
-
The fully qualified name of the type.
- typeName - Variable in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AttributeNameRenamer
-
The fully qualified name of the type that got one of its attributes renamed.
- typeName - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.FieldNameRenamer
-
The fully qualified name of the type that got one of its attributes renamed.
- typeName - Variable in class org.eclipse.persistence.tools.oracleddl.metadata.DatabaseTypeBase
- typeName - Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
Generic database type name for the field, which can be used instead of the Java class 'type'.
- typeName - Variable in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
- typeName - Variable in class org.eclipse.persistence.tools.schemaframework.TypeTableDefinition
-
The name of the type that this table is of.
- typeName - Variable in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
- typeName() - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.BinaryType
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.BlobType
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.CharType
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.ClobType
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.DecimalType
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.DoubleType
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.FloatType
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.LongRawType
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.LongType
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.NCharType
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.NClobType
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.NumericType
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.NVarChar2Type
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.RawType
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.RealType
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.TableType
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.TimeStampType
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.URowIdType
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.VarChar2Type
- TYPENAME - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.VarCharType
- TYPENAME_DAYPART - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.IntervalDayToSecond
- TYPENAME_MONTHPART - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.IntervalYearToMonth
- TYPENAME_SECONDPART - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.IntervalDayToSecond
- TYPENAME_YEARPART - Static variable in class org.eclipse.persistence.tools.oracleddl.metadata.IntervalYearToMonth
- typeNameNotSet(DatabaseType) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- TypeNodeValue - Class in org.eclipse.persistence.internal.oxm
- TypeNodeValue() - Constructor for class org.eclipse.persistence.internal.oxm.TypeNodeValue
- typeNotFound(String, String) - Static method in exception class org.eclipse.persistence.sdo.SDOException
-
INTERNAL: Exception trying to lookup a type with the given uri and name
- typeNotFoundForInterface(String, boolean) - Static method in exception class org.eclipse.persistence.sdo.SDOException
-
INTERNAL: Exception trying to lookup a type with the given interface
- typeOrSubTypeDeclaration(PLSQLPackageType) - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- typePropertyMustBeAType(Exception) - Static method in exception class org.eclipse.persistence.sdo.SDOException
-
INTERNAL: thrown from SDOXMLHelperDelegate
- typeReferencedButNotDefined(String, String) - Static method in exception class org.eclipse.persistence.sdo.SDOException
- types - Variable in class org.eclipse.persistence.internal.jpa.rs.metadata.model.PersistenceUnit
- types - Variable in class org.eclipse.persistence.tools.oracleddl.metadata.PLSQLPackageType
- typeSize - Variable in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
- typeSize - Variable in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
- typeSpec() - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- typesRepository - Variable in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- TypeStringConverter - Class in org.eclipse.persistence.sdo.helper.metadata
- TypeStringConverter(SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
- typeStrings - Variable in class org.eclipse.persistence.platform.database.SybasePlatform
- typeSuffix - Static variable in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForOracleAnonymousBlock
- TypeSuffixTransformer - Class in org.eclipse.persistence.tools.dbws
- TypeSuffixTransformer() - Constructor for class org.eclipse.persistence.tools.dbws.TypeSuffixTransformer
- TypeTableDefinition - Class in org.eclipse.persistence.tools.schemaframework
-
Purpose: Allow for tables of Oracle 8 object-relational user defined type to be created.
- TypeTableDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.TypeTableDefinition
- TYPEType - Class in org.eclipse.persistence.tools.oracleddl.metadata
- TYPEType(String) - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.TYPEType
- TypeValidator() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.TypeValidator
- typeValueFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.ClassTypeExpression
-
INTERNAL This method returns the inheritance field value for an object to conform in an in-memory query.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form|System Properties