A B C D E F G H I J K L M N O P Q R S T U V W _ 

A

abort(Executor) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
abs(Expression<N>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
AbstractColumn - Class in org.batoo.jpa.core.impl.jdbc
Abstract base implementation for columns
AbstractColumn() - Constructor for class org.batoo.jpa.core.impl.jdbc.AbstractColumn
 
AbstractCriteriaQueryImpl<T> - Class in org.batoo.jpa.core.impl.criteria
the definition of the functionality that is common to both top-level queries and subqueries.
AbstractCriteriaQueryImpl(MetamodelImpl, Class<T>) - Constructor for class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
 
AbstractExpression<T> - Class in org.batoo.jpa.core.impl.criteria.expression
Type for query expressions.
AbstractExpression(Class<T>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.AbstractExpression
 
AbstractFrom<Z,X> - Class in org.batoo.jpa.core.impl.criteria.join
Represents a bound type, usually an entity that appears in the from clause, but may also be an embeddable belonging to an entity in the from clause.
AbstractFrom(AbstractFrom<?, Z>, TypeImpl<X>, JoinedMapping<? super Z, ?, X>, JoinType) - Constructor for class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
Constructor for joined types
AbstractFrom(EntityTypeImpl<X>) - Constructor for class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
Constructor for root types
AbstractGenerator - Class in org.batoo.jpa.core.impl.model
Abstract base implementation of Sequence and Table generators.
AbstractGenerator(GeneratorMetadata) - Constructor for class org.batoo.jpa.core.impl.model.AbstractGenerator
 
AbstractJdbcAdaptor - Class in org.batoo.jpa.core.impl.jdbc
 
AbstractJdbcAdaptor() - Constructor for class org.batoo.jpa.core.impl.jdbc.AbstractJdbcAdaptor
 
AbstractJoin<Z,X> - Class in org.batoo.jpa.core.impl.criteria.join
Abstract implementation of joins.
AbstractJoin(AbstractFrom<?, Z>, JoinedMapping<? super Z, ?, X>, JoinType) - Constructor for class org.batoo.jpa.core.impl.criteria.join.AbstractJoin
 
AbstractPath<X> - Class in org.batoo.jpa.core.impl.criteria.path
The abstract implementation of Path.
AbstractPath(ParentPath<?, ?>, Class<X>) - Constructor for class org.batoo.jpa.core.impl.criteria.path.AbstractPath
 
AbstractPluralJoin<Z,C,E> - Class in org.batoo.jpa.core.impl.criteria.join
The implementation of PluralJoin.
AbstractPluralJoin(AbstractFrom<?, Z>, JoinedMapping<? super Z, ?, E>, JoinType) - Constructor for class org.batoo.jpa.core.impl.criteria.join.AbstractPluralJoin
 
AbstractQueryRunner - Class in org.batoo.jpa.core.impl.jdbc.dbutils
The base class for QueryRunner & AsyncQueryRunner.
AbstractQueryRunner() - Constructor for class org.batoo.jpa.core.impl.jdbc.dbutils.AbstractQueryRunner
Default constructor, sets pmdKnownBroken to false and ds to null.
AbstractQueryRunner(boolean) - Constructor for class org.batoo.jpa.core.impl.jdbc.dbutils.AbstractQueryRunner
Constructor to allow workaround for Oracle drivers
AbstractQueryRunner(DataSource) - Constructor for class org.batoo.jpa.core.impl.jdbc.dbutils.AbstractQueryRunner
Constructor to provide a DataSource.
AbstractQueryRunner(DataSource, boolean) - Constructor for class org.batoo.jpa.core.impl.jdbc.dbutils.AbstractQueryRunner
Constructor to allow workaround for Oracle drivers.
AbstractSelection<X> - Class in org.batoo.jpa.core.impl.criteria
The definition of an item that is to be returned in a query result.
AbstractSelection(Class<X>) - Constructor for class org.batoo.jpa.core.impl.criteria.AbstractSelection
 
AbstractTable - Class in org.batoo.jpa.core.impl.jdbc
Abstract implementation for Entity, Secondary and Join tables.
AbstractTable(String, TableMetadata) - Constructor for class org.batoo.jpa.core.impl.jdbc.AbstractTable
 
AbstractTable(TableMetadata) - Constructor for class org.batoo.jpa.core.impl.jdbc.AbstractTable
 
AbstractTypeExpression<T> - Class in org.batoo.jpa.core.impl.criteria.expression
Type for query expressions.
AbstractTypeExpression(AbstractPath<T>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.AbstractTypeExpression
 
activateObject(ConnectionImpl) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionFactory
add(E) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
add(int, E) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
add(E) - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
add(E) - Method in class org.batoo.jpa.core.impl.collections.WrappedListIterator
add(AbstractExpression<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.InExpression
Adds the expression to the list of values.
addAll(Collection<? extends E>) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
addAll(int, Collection<? extends E>) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
addAll(Collection<? extends E>) - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
addAssociations(List<AssociationMapping<?, ?, ?>>) - Method in class org.batoo.jpa.core.impl.model.mapping.ParentMapping
Adds the associations to the list of associations.
addAttribute(AttributeImpl<? super X, ?>) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Adds the attribute into attributes.
addAttribute(AttributeImpl<? super X, ?>) - Method in class org.batoo.jpa.core.impl.model.type.IdentifiableTypeImpl
Adds the attribute into attributes.
addAttribute(AttributeImpl<? super X, ?>) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
Adds the attribute into attributes.
addAttributes(ManagedTypeMetadata) - Method in class org.batoo.jpa.core.impl.model.type.IdentifiableTypeImpl
Creates and adds the attributes of the managed type from the metadata.
addAttributes(ManagedTypeMetadata) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
Creates and adds the attributes of the managed type from the metadata.
addBasicMappings(List<BasicMapping<?, ?>>) - Method in class org.batoo.jpa.core.impl.model.mapping.ParentMapping
Adds the basic mappings to the list of mappings.
addBatch() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
addBatch(String) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
addChild(EntryImpl<Object, ManagedInstance<?>>) - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Adds the child to the managed list without initialize checks.
addChild(EntryImpl<Object, ManagedInstance<?>>) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
Adds the child to the managed list without initialize checks.
addChild(EntryImpl<Object, ManagedInstance<?>>) - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
Adds the child to the managed list without initialize checks.
addChild(EntryImpl<Object, ManagedInstance<?>>) - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
Adds the child to the managed list without initialize checks.
addColumn(AbstractColumn) - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Adds the column to the table
addColumn(AbstractColumn) - Method in class org.batoo.jpa.core.impl.jdbc.EntityTable
Adds the column to the table
addColumn(ResultSet) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcForeignKey
Adds a column to the foreign key.
addColumn(String) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcIndex
Adds a column to the index.
addElement(EntryImpl<Object, ?>) - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Adds the child to the managed list without initialize checks.
addElement(EntryImpl<Object, ?>) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
Adds the child to the managed list without initialize checks.
addElement(EntryImpl<Object, ?>) - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
Adds the child to the managed list without initialize checks.
addElement(EntryImpl<Object, ?>) - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
Adds the child to the managed list without initialize checks.
addForeignKey(ForeignKey) - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Adds a foreign key to the table.
addIndex(String, BasicColumn...) - Method in class org.batoo.jpa.core.impl.jdbc.EntityTable
Adds the index to table.
addJoinedMappings(List<JoinedMapping<?, ?, ?>>) - Method in class org.batoo.jpa.core.impl.model.mapping.ParentMapping
Adds the joined mappings to the list of mappings.
addNamedQuery(String, JpqlQuery) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
Adds the named query to the entity manager factory.
addNamedQuery(String, Query) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
Adds the query to the named queries.
addObject(K) - Method in class org.batoo.jpa.core.pool.GenericKeyedPool
addObject() - Method in class org.batoo.jpa.core.pool.GenericPool
addPluralMappings(List<PluralMapping<?, ?, ?>>) - Method in class org.batoo.jpa.core.impl.model.mapping.ParentMapping
Adds the plural mappings to the list of element collections.
addSequenceGenerator(SequenceGeneratorMetadata) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Adds the sequence generator to the metamodel
addSingularMappings(List<Mapping<?, ?, ?>>) - Method in class org.batoo.jpa.core.impl.model.mapping.ParentMapping
Adds the singular mappings to the list of mappings.
addTableGenerator(TableGeneratorMetadata) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Adds the sequence generator to the metamodel
AggregationExpression<T> - Class in org.batoo.jpa.core.impl.criteria.expression
The expression for aggregate functions
AggregationExpression(AggregationExpression.AggregationFunctionType, Expression<?>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.AggregationExpression
 
AggregationExpression.AggregationFunctionType - Enum in org.batoo.jpa.core.impl.criteria.expression
 
alias(String) - Method in class org.batoo.jpa.core.impl.criteria.AbstractSelection
Aliased - Class in org.batoo.jpa.core.impl.criteria.jpql
 
Aliased(Tree) - Constructor for class org.batoo.jpa.core.impl.criteria.jpql.Aliased
 
all(Subquery<Y>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
AllAnyExpression<T> - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for all / any modifiers.
AllAnyExpression(boolean, Subquery<T>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.AllAnyExpression
 
and(Expression<Boolean>, Expression<Boolean>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
and(Predicate...) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
any(Subquery<Y>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
applyConcat(List<String>) - Method in class org.batoo.jpa.core.jdbc.adapter.DerbyAdaptor
Applies the concat operation to the arguments.
applyConcat(List<String>) - Method in class org.batoo.jpa.core.jdbc.adapter.H2Adaptor
Applies the concat operation to the arguments.
applyConcat(List<String>) - Method in class org.batoo.jpa.core.jdbc.adapter.HsqlAdaptor
Applies the concat operation to the arguments.
applyConcat(List<String>) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Applies the concat operation to the arguments.
applyConcat(List<String>) - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Applies the concat operation to the arguments.
applyConcat(List<String>) - Method in class org.batoo.jpa.core.jdbc.adapter.MySqlAdaptor
Applies the concat operation to the arguments.
applyConcat(List<String>) - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
Applies the concat operation to the arguments.
applyConcat(List<String>) - Method in class org.batoo.jpa.core.jdbc.adapter.PostgreSqlAdaptor
Applies the concat operation to the arguments.
applyLikeEscape(String) - Method in class org.batoo.jpa.core.jdbc.adapter.DerbyAdaptor
Appends the escape pattern.
applyLikeEscape(String) - Method in class org.batoo.jpa.core.jdbc.adapter.H2Adaptor
Appends the escape pattern.
applyLikeEscape(String) - Method in class org.batoo.jpa.core.jdbc.adapter.HsqlAdaptor
Appends the escape pattern.
applyLikeEscape(String) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Appends the escape pattern.
applyLikeEscape(String) - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Appends the escape pattern.
applyLikeEscape(String) - Method in class org.batoo.jpa.core.jdbc.adapter.MySqlAdaptor
Appends the escape pattern.
applyLikeEscape(String) - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
Appends the escape pattern.
applyLikeEscape(String) - Method in class org.batoo.jpa.core.jdbc.adapter.PostgreSqlAdaptor
Appends the escape pattern.
applyLock(String, LockModeType) - Method in class org.batoo.jpa.core.jdbc.adapter.DerbyAdaptor
Applies the lock to SQL string.
applyLock(String, LockModeType) - Method in class org.batoo.jpa.core.jdbc.adapter.H2Adaptor
Applies the lock to SQL string.
applyLock(String, LockModeType) - Method in class org.batoo.jpa.core.jdbc.adapter.HsqlAdaptor
Applies the lock to SQL string.
applyLock(String, LockModeType) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Applies the lock to SQL string.
applyLock(String, LockModeType) - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Applies the lock to SQL string.
applyLock(String, LockModeType) - Method in class org.batoo.jpa.core.jdbc.adapter.MySqlAdaptor
Applies the lock to SQL string.
applyLock(String, LockModeType) - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
Applies the lock to SQL string.
applyLock(String, LockModeType) - Method in class org.batoo.jpa.core.jdbc.adapter.PostgreSqlAdaptor
Applies the lock to SQL string.
applyPagination(String, int, int) - Method in class org.batoo.jpa.core.jdbc.adapter.DerbyAdaptor
Applies the pagination to SQL string.
applyPagination(String, int, int) - Method in class org.batoo.jpa.core.jdbc.adapter.H2Adaptor
Applies the pagination to SQL string.
applyPagination(String, int, int) - Method in class org.batoo.jpa.core.jdbc.adapter.HsqlAdaptor
Applies the pagination to SQL string.
applyPagination(String, int, int) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Applies the pagination to SQL string.
applyPagination(String, int, int) - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Applies the pagination to SQL string.
applyPagination(String, int, int) - Method in class org.batoo.jpa.core.jdbc.adapter.MySqlAdaptor
Applies the pagination to SQL string.
applyPagination(String, int, int) - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
Applies the pagination to SQL string.
applyPagination(String, int, int) - Method in class org.batoo.jpa.core.jdbc.adapter.PostgreSqlAdaptor
Applies the pagination to SQL string.
applySubStr(String, String, String) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Returns the sub string function.
applySubStr(String, String, String) - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Returns the sub string function.
applyTrim(CriteriaBuilder.Trimspec, String, String) - Method in class org.batoo.jpa.core.jdbc.adapter.H2Adaptor
Applies the trim to argument
applyTrim(CriteriaBuilder.Trimspec, String, String) - Method in class org.batoo.jpa.core.jdbc.adapter.HsqlAdaptor
Applies the trim to argument
applyTrim(CriteriaBuilder.Trimspec, String, String) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Applies the trim to argument
applyTrim(CriteriaBuilder.Trimspec, String, String) - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Applies the trim to argument
applyTrim(CriteriaBuilder.Trimspec, String, String) - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
Applies the trim to argument
ArithmeticExression<N extends Number> - Class in org.batoo.jpa.core.impl.criteria.expression
Artithmetic operation expression.
ArithmeticExression(ArithmeticExression.ArithmeticOperation, Expression<? extends N>, Expression<? extends N>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.ArithmeticExression
 
ArithmeticExression.ArithmeticOperation - Enum in org.batoo.jpa.core.impl.criteria.expression
The types of the arithmetic operations.
array(Selection<?>...) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
as(Class<X>) - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractExpression
asc(Expression<?>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
assertOpen() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
Checks if the entity manager factory is open.
assertOpen() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Checks if the entity manager is open.
assertTransaction() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Asserts that a transaction is active.
assertTransaction() - Method in class org.batoo.jpa.core.impl.manager.JtaEntityManagerImpl
Asserts that a transaction is active.
AssociatedSingularAttribute<X,T> - Class in org.batoo.jpa.core.impl.model.attribute
Implementation of SingularMapping representing types of ManyToOne and OneToOne
AssociatedSingularAttribute(ManagedTypeImpl<X>, Attribute.PersistentAttributeType, AssociationAttributeMetadata) - Constructor for class org.batoo.jpa.core.impl.model.attribute.AssociatedSingularAttribute
 
AssociationMapping<Z,X,Y> - Class in org.batoo.jpa.core.impl.model.mapping
Mapping for associations.
AssociationMapping(ParentMapping<?, Z>, AssociationAttributeMetadata, AttributeImpl<? super Z, X>) - Constructor for class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
 
attach(ConnectionImpl, ManagedInstance<?>, Object, Object, int) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Attaches the child.
attach(ConnectionImpl, ManagedInstance<?>, Object, Object, int) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Attaches the child.
attach(ConnectionImpl, ManagedInstance<?>, Object, Object, int) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMapping
Attaches the child.
AttributeImpl<X,Y> - Class in org.batoo.jpa.core.impl.model.attribute
Implementation of Attribute.
AttributeImpl(ManagedTypeImpl<X>, AttributeMetadata) - Constructor for class org.batoo.jpa.core.impl.model.attribute.AttributeImpl
 
avg(Expression<N>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl

B

BaseQuery<T> - Interface in org.batoo.jpa.core.impl.criteria
 
BaseQueryImpl<T> - Class in org.batoo.jpa.core.impl.criteria
Commons super class for criteria queries.
BaseQueryImpl(MetamodelImpl) - Constructor for class org.batoo.jpa.core.impl.criteria.BaseQueryImpl
 
BasicAttribute<X,T> - Class in org.batoo.jpa.core.impl.model.attribute
Implementation of SingularAttribute for basic, version and id attributes.
BasicAttribute(IdentifiableTypeImpl<X>, VersionAttributeMetadata) - Constructor for class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
Constructor for version attributes.
BasicAttribute(ManagedTypeImpl<X>, BasicAttributeMetadata) - Constructor for class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
Constructor for basic attributes.
BasicAttribute(ManagedTypeImpl<X>, IdAttributeMetadata) - Constructor for class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
Constructor for basic id attributes.
BasicColumn - Class in org.batoo.jpa.core.impl.jdbc
BasicColumn to persist basic attributes of the entity.
BasicColumn(JdbcAdaptor, BasicMapping<?, ?>, int, ColumnMetadata) - Constructor for class org.batoo.jpa.core.impl.jdbc.BasicColumn
 
BasicMapping<Z,X> - Class in org.batoo.jpa.core.impl.model.mapping
The mapping for basic attributes.
BasicMapping(ParentMapping<?, Z>, BasicAttribute<? super Z, X>) - Constructor for class org.batoo.jpa.core.impl.model.mapping.BasicMapping
 
BasicPath<X> - Class in org.batoo.jpa.core.impl.criteria.path
Physical Attribute implementation of Path.
BasicPath(ParentPath<?, ?>, BasicMapping<?, X>) - Constructor for class org.batoo.jpa.core.impl.criteria.path.BasicPath
 
BasicTypeImpl<X> - Class in org.batoo.jpa.core.impl.model.type
Implementation of BasicType.
BasicTypeImpl(MetamodelImpl, Class<X>) - Constructor for class org.batoo.jpa.core.impl.model.type.BasicTypeImpl
 
batch(Connection, String, Object[][]) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
Execute a batch of SQL INSERT, UPDATE, or DELETE queries.
batch(String, Object[][]) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
Execute a batch of SQL INSERT, UPDATE, or DELETE queries.
BatooPersistenceProvider - Class in org.batoo.jpa.core
Implementation of PersistenceProvider.
BatooPersistenceProvider() - Constructor for class org.batoo.jpa.core.BatooPersistenceProvider
 
begin() - Method in class org.batoo.jpa.core.impl.manager.EntityTransactionImpl
between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
between(Expression<? extends Y>, Y, Y) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
BIG_DECIMAL - Static variable in class org.batoo.jpa.core.impl.criteria.expression.ExpressionConverter
BigDecimal converter.
BIG_INTEGER - Static variable in class org.batoo.jpa.core.impl.criteria.expression.ExpressionConverter
BigInteger converter.
BJPASettings - Interface in org.batoo.jpa.core
 
BooleanExpression - Class in org.batoo.jpa.core.impl.criteria.expression
Wrapper expression for boolean expressions.
BooleanExpression(Expression<Boolean>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.BooleanExpression
 
borrowObject(K) - Method in class org.batoo.jpa.core.pool.GenericKeyedPool
borrowObject() - Method in class org.batoo.jpa.core.pool.GenericPool

C

CacheImpl - Class in org.batoo.jpa.core.impl.cache
The implementation of Cache.
CacheImpl(EntityManagerFactoryImpl, SharedCacheMode) - Constructor for class org.batoo.jpa.core.impl.cache.CacheImpl
 
CacheInstance - Class in org.batoo.jpa.core.impl.cache
The serializable cache information of the instance.
CacheInstance(CacheImpl, ManagedInstance<?>) - Constructor for class org.batoo.jpa.core.impl.cache.CacheInstance
 
CacheReference - Class in org.batoo.jpa.core.impl.cache
Reference to another cachable entity
CacheReference(MetamodelImpl, Object) - Constructor for class org.batoo.jpa.core.impl.cache.CacheReference
 
CacheStats - Class in org.batoo.jpa.core.impl.cache
The statistics repository for the class.
call() - Method in class org.batoo.jpa.core.impl.deployment.DeploymentUnitTask
Callback - Class in org.batoo.jpa.core.impl.manager
 
Callback(AbstractLocator, Class<?>, String, EntityListenerMetadata.EntityListenerType, Callback.CallbackType) - Constructor for class org.batoo.jpa.core.impl.manager.Callback
 
Callback.CallbackType - Enum in org.batoo.jpa.core.impl.manager
Type of the callback
CallbackAvailability - Class in org.batoo.jpa.core.impl.manager
 
CallbackAvailability() - Constructor for class org.batoo.jpa.core.impl.manager.CallbackAvailability
 
CallbackManager - Class in org.batoo.jpa.core.impl.manager
Manager for callbacks
CallbackManager(IdentifiableTypeMetadata, Class<?>) - Constructor for class org.batoo.jpa.core.impl.manager.CallbackManager
Constructor for identifiable types.
CallbackManager(List<EntityListenerMetadata>) - Constructor for class org.batoo.jpa.core.impl.manager.CallbackManager
Constructor for metamodel.
cancel() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
cannotDereference(String) - Method in class org.batoo.jpa.core.impl.criteria.path.AbstractPath
returns cannot dereference exception.
cascadeDetach(EntityManagerImpl) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Cascades the detach operation.
cascadeMerge(EntityTypeImpl<T>, T, MutableBoolean, IdentityHashMap<Object, Object>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Cascades the merge operation
cascadePersist(EntityManagerImpl, ArrayList<Object>) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Cascades the persist operation.
cascadeRemovals() - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Cascades the removals.
cascadeRemove(EntityManagerImpl) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Cascades the remove operation
cascadesDetach() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Returns if the type cascades detach operations.
cascadesMerge() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Returns if the type cascades merge operations.
cascadesMerge() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Returns if merges are cascaded.
cascadesMerge() - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMapping
Returns if merges are cascaded.
cascadesPersist() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Returns if the type cascades persist operations.
cascadesRefresh() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Returns if the type cascades refresh operations.
cascadesRemove() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Returns if the type cascades remove operations.
CaseImpl<T> - Class in org.batoo.jpa.core.impl.criteria.expression
Implementation of CriteriaBuilder.Case.
CaseImpl() - Constructor for class org.batoo.jpa.core.impl.criteria.expression.CaseImpl
 
CaseTransformationExpression - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for string upper and lower functions.
CaseTransformationExpression(Expression<String>, CaseTransformationExpression.CaseTransformationType) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.CaseTransformationExpression
 
CaseTransformationExpression.CaseTransformationType - Enum in org.batoo.jpa.core.impl.criteria.expression
 
castBoolean(String) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Casts the expression to boolean if necessary.
castBoolean(String) - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Casts the expression to boolean if necessary.
castBoolean(String) - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
Casts the expression to boolean if necessary.
changed() - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Marks the collection as changed.
changed() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Marks the instance as may have changed.
checkTransient(Object) - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Checks if the instance is managed in this session
checkTransient(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Checks that the association references not a transient instance
checkTransient(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Checks that the association references not a transient instance
checkTransient(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMapping
Checks that the association references not a transient instance
checkTransients() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Checks that no association of the instance is transient
checkUpdated() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Checks if the instance updated.
checkVersion(ConnectionImpl) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Checks the optimistic lock for the instance.
clear() - Method in class org.batoo.jpa.core.impl.collections.ManagedList
clear() - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
clear() - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
clear() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
clear() - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Clears the session.
clear() - Method in class org.batoo.jpa.core.pool.GenericKeyedPool
clear(K) - Method in class org.batoo.jpa.core.pool.GenericKeyedPool
clear() - Method in class org.batoo.jpa.core.pool.GenericPool
clearBatch() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
clearParameters() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
clearTransaction() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Clears the transaction.
clearWarnings() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
clearWarnings() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
close() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
close() - Method in class org.batoo.jpa.core.impl.jdbc.DataSourceImpl
Closes the connection provider
close(Connection) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.AbstractQueryRunner
Close a Connection.
close(ResultSet) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.AbstractQueryRunner
Close a ResultSet.
close(Statement) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.AbstractQueryRunner
Close a Statement.
close() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
close() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
close() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
close() - Method in class org.batoo.jpa.core.pool.GenericKeyedPool
close() - Method in class org.batoo.jpa.core.pool.GenericPool
closeConnection() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Closes the database connection.
closeConnection() - Method in class org.batoo.jpa.core.impl.manager.JtaEntityManagerImpl
Closes the database connection.
closeConnectionIfNecessary() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Closes the connection if the connections is obtained from JTA managed datasource.
closeConnectionIfNecessary() - Method in class org.batoo.jpa.core.impl.manager.JtaEntityManagerImpl
Closes the connection if the connections is obtained from JTA managed datasource.
closeOnCompletion() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
coalesce() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
coalesce(Expression<? extends Y>, Y) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
CoalesceExpression<T> - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for colesce function.
CoalesceExpression() - Constructor for class org.batoo.jpa.core.impl.criteria.expression.CoalesceExpression
 
CoalesceExpression(Expression<? extends T>, Expression<? extends T>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.CoalesceExpression
 
CollectionAttributeImpl<X,E> - Class in org.batoo.jpa.core.impl.model.attribute
Implementation of CollectionAttribute.
CollectionAttributeImpl(ManagedTypeImpl<X>, AttributeMetadata, Attribute.PersistentAttributeType) - Constructor for class org.batoo.jpa.core.impl.model.attribute.CollectionAttributeImpl
 
CollectionExpression<C extends Collection<E>,E> - Class in org.batoo.jpa.core.impl.criteria.expression
 
CollectionExpression(ParentPath<?, ?>, Mapping<?, Collection<E>, E>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.CollectionExpression
 
CollectionJoinImpl<Z,E> - Class in org.batoo.jpa.core.impl.criteria.join
Implementation of CollectionJoin.
CollectionJoinImpl(AbstractFrom<?, Z>, PluralMapping<? super Z, Collection<E>, E>, JoinType) - Constructor for class org.batoo.jpa.core.impl.criteria.join.CollectionJoinImpl
 
CollectionTable - Class in org.batoo.jpa.core.impl.jdbc
The table for element collection attributes.
CollectionTable(EntityTypeImpl<?>, CollectionTableMetadata) - Constructor for class org.batoo.jpa.core.impl.jdbc.CollectionTable
 
commit() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
commit() - Method in class org.batoo.jpa.core.impl.manager.EntityTransactionImpl
compare(E, E) - Method in class org.batoo.jpa.core.impl.model.mapping.ListComparator
compareTo(DeploymentUnitTask) - Method in class org.batoo.jpa.core.impl.deployment.DeploymentUnitTask
ComparisonExpression - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for comparisons.
ComparisonExpression(ComparisonExpression.Comparison, Expression<?>, Expression<?>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.ComparisonExpression
 
ComparisonExpression(ComparisonExpression.Comparison, Expression<?>, Expression<?>, Expression<?>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.ComparisonExpression
 
ComparisonExpression.Comparison - Enum in org.batoo.jpa.core.impl.criteria.expression
The comparison types
CompoundSelectionImpl<X> - Class in org.batoo.jpa.core.impl.criteria
The implementation of CompoundSelection.
CompoundSelectionImpl(Class<X>, List<Selection<?>>) - Constructor for class org.batoo.jpa.core.impl.criteria.CompoundSelectionImpl
 
CompoundSelectionImpl(Class<X>, Selection<?>...) - Constructor for class org.batoo.jpa.core.impl.criteria.CompoundSelectionImpl
constructJoins
concat(Expression<String>, Expression<String>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
concat(Expression<String>, String) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
concat(String, Expression<String>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
ConcatExpression - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for string concat function.
ConcatExpression(Expression<String>...) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.ConcatExpression
 
conjunction() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
ConnectionFactory - Class in org.batoo.jpa.core.impl.jdbc
 
ConnectionFactory(DataSourceImpl) - Constructor for class org.batoo.jpa.core.impl.jdbc.ConnectionFactory
 
ConnectionImpl - Class in org.batoo.jpa.core.impl.jdbc
 
ConnectionImpl(Connection, ObjectPool<ConnectionImpl>) - Constructor for class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
 
ConstantExpression<T> - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for constants.
ConstantExpression(TypeImpl<T>, T) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.ConstantExpression
 
construct(Class<Y>, Selection<?>...) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
contains(Class<?>, Object) - Method in class org.batoo.jpa.core.impl.cache.CacheImpl
contains(Object) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
contains(Object) - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
contains(Object) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
containsAll(Collection<?>) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
containsAll(Collection<?>) - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
containsKey(Object) - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
containsValue(Object) - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
convert(Object) - Method in class org.batoo.jpa.core.impl.criteria.expression.ExpressionConverter
Converts the number to T type.
convertImpl(Object) - Method in class org.batoo.jpa.core.impl.criteria.expression.ExpressionConverter
 
convertValue(Object) - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Converts the value corresponding to enum or temporal type
copyTo(CacheImpl, ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.cache.CacheInstance
Copies the instance state to the given managed instance.
correlate(CollectionJoin<X, Y>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
correlate(Join<X, Y>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
correlate(ListJoin<X, Y>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
correlate(MapJoin<X, K, V>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
correlate(Root<Y>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
correlate(SetJoin<X, Y>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
count(Expression<?>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
countDistinct(Expression<?>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
CountExpression - Class in org.batoo.jpa.core.impl.criteria.expression
The expression for count function.
CountExpression(Expression<?>, boolean) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.CountExpression
 
create(Class<?>) - Static method in class org.batoo.jpa.core.impl.instance.Enhancer
Returns the enhanced class bytecode.
create(ManagedTypeImpl<X>, AttributeMetadata, Attribute.PersistentAttributeType) - Static method in class org.batoo.jpa.core.impl.model.attribute.PluralAttributeImpl
Creates an associated plural attribute corresponding to member type
create(F, S) - Static method in class org.batoo.jpa.core.util.Pair
Creates a pair.
createArrayOf(String, Object[]) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
createBasicType(Class<T>) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Creates of returns an existing BasicTypeImpl of clazz
createBlob() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
createClob() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
createColumnDDL(AbstractColumn) - Method in class org.batoo.jpa.core.jdbc.adapter.DerbyAdaptor
Creates the BasicColumn Definition DDL For the column.
createColumnDDL(AbstractColumn) - Method in class org.batoo.jpa.core.jdbc.adapter.H2Adaptor
Creates the BasicColumn Definition DDL For the column.
createColumnDDL(AbstractColumn) - Method in class org.batoo.jpa.core.jdbc.adapter.HsqlAdaptor
Creates the BasicColumn Definition DDL For the column.
createColumnDDL(AbstractColumn) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Creates the BasicColumn Definition DDL For the column.
createColumnDDL(AbstractColumn) - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Creates the BasicColumn Definition DDL For the column.
createColumnDDL(AbstractColumn) - Method in class org.batoo.jpa.core.jdbc.adapter.MySqlAdaptor
Creates the BasicColumn Definition DDL For the column.
createColumnDDL(AbstractColumn) - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
Creates the BasicColumn Definition DDL For the column.
createColumnDDL(AbstractColumn) - Method in class org.batoo.jpa.core.jdbc.adapter.PostgreSqlAdaptor
Creates the BasicColumn Definition DDL For the column.
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.batoo.jpa.core.BatooPersistenceProvider
createCreateTableStatement(AbstractTable, List<String>, List<String>) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Creates the create table statement
createDestinationJoin(JoinType, String, String) - Method in class org.batoo.jpa.core.impl.jdbc.ForeignKey
Creates the join for destination foreign keys.
createEntityManager() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
createEntityManager(Map<String, Object>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
createEntityManagerFactory(String, Map) - Method in class org.batoo.jpa.core.BatooPersistenceProvider
createEntityManagerFactory(String, Map<String, String>, String[]) - Method in class org.batoo.jpa.core.BatooPersistenceProvider
Creates a persistence unit without persistence.xml file.
createForeignKey(DataSourceImpl, ForeignKey) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Creates a foreign key on the table
createIndex(DataSourceImpl, EntityTable, String, BasicColumn[]) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Creates the index for the table.
createJoin(JoinType, String, String, boolean) - Method in class org.batoo.jpa.core.impl.jdbc.JoinTable
Creates a join between the source and destination entities
createMappings() - Method in class org.batoo.jpa.core.impl.model.mapping.ParentMapping
Creates the mappings.
createNamedQuery(String) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
createNamedQuery(String, Class<T>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
createNativeQuery(String) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
createNativeQuery(String, Class<?>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
createNativeQuery(String, String) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
createNClob() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
createOrUpdateTable(AbstractTable, DataSourceImpl, DDLMode) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Creates or update the table.
createQuery() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
createQuery(Class<T>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
createQuery(CriteriaDeleteImpl<?>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
createQuery(CriteriaQuery<T>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
createQuery(CriteriaUpdateImpl<?>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
createQuery(String) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
createQuery(String, Class<T>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
createSequenceIfNecessary(DataSource, SequenceGenerator) - Method in class org.batoo.jpa.core.jdbc.adapter.DerbyAdaptor
Creates the sequence if not exists.
createSequenceIfNecessary(DataSource, SequenceGenerator) - Method in class org.batoo.jpa.core.jdbc.adapter.H2Adaptor
Creates the sequence if not exists.
createSequenceIfNecessary(DataSource, SequenceGenerator) - Method in class org.batoo.jpa.core.jdbc.adapter.HsqlAdaptor
Creates the sequence if not exists.
createSequenceIfNecessary(DataSource, SequenceGenerator) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Creates the sequence if not exists.
createSequenceIfNecessary(DataSource, SequenceGenerator) - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Creates the sequence if not exists.
createSequenceIfNecessary(DataSource, SequenceGenerator) - Method in class org.batoo.jpa.core.jdbc.adapter.MySqlAdaptor
Creates the sequence if not exists.
createSequenceIfNecessary(DataSource, SequenceGenerator) - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
Creates the sequence if not exists.
createSequenceIfNecessary(DataSource, SequenceGenerator) - Method in class org.batoo.jpa.core.jdbc.adapter.PostgreSqlAdaptor
Creates the sequence if not exists.
createSourceJoin(JoinType, String, String) - Method in class org.batoo.jpa.core.impl.jdbc.ForeignKey
Creates the join for source foreign keys.
createSQLXML() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
createStatement() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
createStatement(int, int) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
createStatement(int, int, int) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
createStruct(String, Object[]) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
createTableGeneratorIfNecessary(DataSourceImpl, TableGenerator) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Creates the table generator if not exists.
createTupleQuery() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
createTypedQuery(EntityManagerImpl) - Method in class org.batoo.jpa.core.impl.criteria.jpql.JpqlQuery
Creates a typed query for the JPQL.
CriteriaBuilderImpl - Class in org.batoo.jpa.core.impl.criteria
Used to construct criteria queries, compound selections, expressions, predicates, orderings.
CriteriaBuilderImpl(MetamodelImpl) - Constructor for class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
 
CriteriaDeleteImpl<T> - Class in org.batoo.jpa.core.impl.criteria
Implementation of CriteriaDelete.
CriteriaDeleteImpl(MetamodelImpl) - Constructor for class org.batoo.jpa.core.impl.criteria.CriteriaDeleteImpl
 
CriteriaModify<T> - Class in org.batoo.jpa.core.impl.criteria
Base class for for the update and delete criterias.
CriteriaModify(MetamodelImpl) - Constructor for class org.batoo.jpa.core.impl.criteria.CriteriaModify
 
CriteriaQueryImpl<T> - Class in org.batoo.jpa.core.impl.criteria
Base of the CriteriaQueryImpl that performs the SQL generations.
CriteriaQueryImpl(MetamodelImpl) - Constructor for class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
 
CriteriaQueryImpl(MetamodelImpl, Class<T>) - Constructor for class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
 
CriteriaUpdateImpl<T> - Class in org.batoo.jpa.core.impl.criteria
Implementation of CriteriaUpdate.
CriteriaUpdateImpl(MetamodelImpl) - Constructor for class org.batoo.jpa.core.impl.criteria.CriteriaUpdateImpl
 
currentDate() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
CurrentTemporalExpression<T> - Class in org.batoo.jpa.core.impl.criteria.expression
The expression for CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP functions.
CurrentTemporalExpression(TemporalType, Class<T>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.CurrentTemporalExpression
 
currentTime() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
currentTimestamp() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl

D

DataSourceImpl - Class in org.batoo.jpa.core.impl.jdbc
 
DataSourceImpl(String) - Constructor for class org.batoo.jpa.core.impl.jdbc.DataSourceImpl
 
DataSourceImpl(String, String, String) - Constructor for class org.batoo.jpa.core.impl.jdbc.DataSourceImpl
 
DDL - Static variable in interface org.batoo.jpa.core.BJPASettings
DDL operations, DROP | CREATE (*) | UPDATE | VERIFY | NONE
DdlManager - Class in org.batoo.jpa.core.impl.deployment
A Manager that performs the DDL operations.
DdlManager.DdlPhase - Enum in org.batoo.jpa.core.impl.deployment
The phase of the DDL Operation
DDLMode - Enum in org.batoo.jpa.core.jdbc
The valid modes for DDL
DEFAULT_NAME - Static variable in class org.batoo.jpa.core.impl.model.AbstractGenerator
The default name for the generators
DeploymentManager<X> - Class in org.batoo.jpa.core.impl.deployment
Abstract base class for Deployment Managers.
DeploymentManager(BLogger, String, MetamodelImpl, DeploymentManager.Context) - Constructor for class org.batoo.jpa.core.impl.deployment.DeploymentManager
 
DeploymentManager.Context - Enum in org.batoo.jpa.core.impl.deployment
The context for the operation
DeploymentUnitTask - Class in org.batoo.jpa.core.impl.deployment
Implementation for deployment unit tasks.
DeploymentUnitTask(DeploymentManager, Object) - Constructor for class org.batoo.jpa.core.impl.deployment.DeploymentUnitTask
 
DerbyAdaptor - Class in org.batoo.jpa.core.jdbc.adapter
JDBC Adapter for Derby.
DerbyAdaptor() - Constructor for class org.batoo.jpa.core.jdbc.adapter.DerbyAdaptor
 
desc(Expression<?>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
destroyObject(ConnectionImpl) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionFactory
destroyObject(String, PreparedStatementImpl) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementFactory
detach(Object) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
detach(ConnectionImpl, ManagedInstance<?>, Object, Object) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
detaches the child.
detach(ConnectionImpl, ManagedInstance<?>, Object, Object) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
detaches the child.
detach(ConnectionImpl, ManagedInstance<?>, Object, Object) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMapping
detaches the child.
detachAll(ConnectionImpl, ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Details all the children.
detachAll(ConnectionImpl, ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Details all the children.
detachAll(ConnectionImpl, ManagedInstance<?>) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMapping
Details all the children.
diff(Expression<? extends N>, Expression<? extends N>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
diff(Expression<? extends N>, N) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
diff(N, Expression<? extends N>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
DiscriminatorColumn - Class in org.batoo.jpa.core.impl.jdbc
Column implementation for discriminator columns.
DiscriminatorColumn(EntityTypeImpl<?>, DiscriminatorColumnMetadata) - Constructor for class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
 
disjunction() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
distinct(boolean) - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
distinct(boolean) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
distinct(boolean) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
doTopUp(Runnable) - Method in class org.batoo.jpa.core.impl.model.IdQueue
Tops up the queue.
DOUBLE - Static variable in class org.batoo.jpa.core.impl.criteria.expression.ExpressionConverter
Double converter.
dropAllForeignKeys(DataSourceImpl, Set<AbstractTable>) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
 
dropAllSequences(DataSourceImpl, Collection<SequenceGenerator>) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
 
dropAllTables(DataSourceImpl) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Drops all the tables in the database.
dropAllTables(DataSourceImpl, Collection<AbstractTable>) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Drops the tables in the database
dropSequence(QueryRunner, SequenceGenerator) - Method in class org.batoo.jpa.core.jdbc.adapter.DerbyAdaptor
Drops the sequence.
dropSequence(QueryRunner, SequenceGenerator) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Drops the sequence.
ds - Variable in class org.batoo.jpa.core.impl.jdbc.dbutils.AbstractQueryRunner
The DataSource to retrieve connections from.

E

ElementCollectionMapping<Z,C,E> - Class in org.batoo.jpa.core.impl.model.mapping
Mapping for element collections.
ElementCollectionMapping(ParentMapping<?, Z>, PluralAttributeImpl<? super Z, C, E>) - Constructor for class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
 
ElementColumn - Class in org.batoo.jpa.core.impl.jdbc
Columns for list type attributes.
ElementColumn(JdbcAdaptor, CollectionTable, String, Class<?>, EnumType, TemporalType, boolean, ColumnMetadata) - Constructor for class org.batoo.jpa.core.impl.jdbc.ElementColumn
 
ElementMapping<X> - Class in org.batoo.jpa.core.impl.model.mapping
Root mapping for Embeddable element mappings.
ElementMapping(ElementCollectionMapping<?, ?, X>, EmbeddableTypeImpl<X>) - Constructor for class org.batoo.jpa.core.impl.model.mapping.ElementMapping
 
embeddable(Class<X>) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
EmbeddableTypeImpl<X> - Class in org.batoo.jpa.core.impl.model.type
Implementation of EmbeddableType.
EmbeddableTypeImpl(MetamodelImpl, Class<X>, EmbeddableMetadata) - Constructor for class org.batoo.jpa.core.impl.model.type.EmbeddableTypeImpl
 
EmbeddedAttribute<X,T> - Class in org.batoo.jpa.core.impl.model.attribute
Implementation of SingularMapping for embeddable attributes.
EmbeddedAttribute(IdentifiableTypeImpl<X>, EmbeddedIdAttributeMetadata) - Constructor for class org.batoo.jpa.core.impl.model.attribute.EmbeddedAttribute
Constructor for id type embedded attributes.
EmbeddedAttribute(ManagedTypeImpl<X>, EmbeddedAttributeMetadata) - Constructor for class org.batoo.jpa.core.impl.model.attribute.EmbeddedAttribute
Constructor for regular embedded attributes.
EmbeddedAttributePath<Z,X> - Class in org.batoo.jpa.core.impl.criteria.path
Physical Attribute implementation of Path.
EmbeddedAttributePath(ParentPath<?, Z>, EmbeddedMapping<? super Z, X>) - Constructor for class org.batoo.jpa.core.impl.criteria.path.EmbeddedAttributePath
 
EmbeddedMapping<Z,X> - Class in org.batoo.jpa.core.impl.model.mapping
Mapping for the entities.
EmbeddedMapping(ParentMapping<?, Z>, EmbeddedAttribute<? super Z, X>) - Constructor for class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
 
enhance(EntityType<T>) - Static method in class org.batoo.jpa.core.impl.instance.Enhancer
Enhances a type.
enhance(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Enhances the collection to the managed collection
enhance(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Enhances the collection to the managed collection
enhance(ManagedInstance<?>) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMapping
Enhances the collection to the managed collection
enhanceCollections() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Enhances the collections of the managed instance.
Enhanced - Class in org.batoo.jpa.core.impl.instance
A Sample class for the enhanced type.
Enhanced() - Constructor for class org.batoo.jpa.core.impl.instance.Enhanced
 
Enhanced(Class<?>, SessionImpl, Object, boolean) - Constructor for class org.batoo.jpa.core.impl.instance.Enhanced
 
EnhancedInstance - Interface in org.batoo.jpa.core.impl.instance
Interface implemented by enhanced managed instances.
Enhancer - Class in org.batoo.jpa.core.impl.instance
The helper class to enhance a persistent class.
Enhancer() - Constructor for class org.batoo.jpa.core.impl.instance.Enhancer
 
ensureAlias(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl
Ensures the alias has been created.
ensureAlias(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
Ensure that the alias is assigned.
ensureSelection() - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
Ensures that there is a valid selection.
entity(Class<X>) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
entity(String) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Returns the entity by name.
EntityManagerFactoryImpl - Class in org.batoo.jpa.core.impl.manager
Implementation of EntityManagerFactory.
EntityManagerFactoryImpl(String, PersistenceParser) - Constructor for class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
 
EntityManagerImpl - Class in org.batoo.jpa.core.impl.manager
Implementation of EntityManager.
EntityManagerImpl(EntityManagerFactoryImpl, MetamodelImpl, DataSourceImpl, Map<String, Object>, JdbcAdaptor) - Constructor for class org.batoo.jpa.core.impl.manager.EntityManagerImpl
 
EntityMapping<X> - Class in org.batoo.jpa.core.impl.model.mapping
Mapping for the entities.
EntityMapping(EntityTypeImpl<X>) - Constructor for class org.batoo.jpa.core.impl.model.mapping.EntityMapping
 
EntityPath<Z,X> - Class in org.batoo.jpa.core.impl.criteria.path
Entity type attribute implementation of Path.
EntityPath(ParentPath<?, Z>, String, EntityTypeImpl<X>) - Constructor for class org.batoo.jpa.core.impl.criteria.path.EntityPath
 
EntityTable - Class in org.batoo.jpa.core.impl.jdbc
Table representing an entity persistent storage.
EntityTable(EntityTypeImpl<?>, TableMetadata) - Constructor for class org.batoo.jpa.core.impl.jdbc.EntityTable
 
EntityTransactionImpl - Class in org.batoo.jpa.core.impl.manager
Implementation of EntityTransaction.
EntityTransactionImpl(EntityManagerImpl, ConnectionImpl) - Constructor for class org.batoo.jpa.core.impl.manager.EntityTransactionImpl
 
EntityTypeExpression<T> - Class in org.batoo.jpa.core.impl.criteria.expression
The type expression for entities.
EntityTypeExpression(ParentPath<?, T>, DiscriminatorColumn) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.EntityTypeExpression
 
EntityTypeImpl<X> - Class in org.batoo.jpa.core.impl.model.type
Implementation of EntityType.
EntityTypeImpl(MetamodelImpl, IdentifiableTypeImpl<? super X>, Class<X>, EntityMetadata) - Constructor for class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
 
entry() - Method in class org.batoo.jpa.core.impl.criteria.join.MapJoinImpl
EntryImpl<K,V> - Class in org.batoo.jpa.core.impl.criteria
Entry for Map collections
EntryImpl(K, V) - Constructor for class org.batoo.jpa.core.impl.criteria.EntryImpl
 
entrySet() - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
equal(Expression<?>, Expression<?>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
equal(Expression<?>, Object) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
equals(Object) - Method in class org.batoo.jpa.core.impl.cache.ResultListReference
equals(Object) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
equals(Object) - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
equals(Object) - Method in class org.batoo.jpa.core.impl.criteria.EntryImpl
equals(Object) - Method in class org.batoo.jpa.core.impl.instance.ManagedId
equals(Object) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
equals(Object) - Method in class org.batoo.jpa.core.impl.model.mapping.Mapping
equals(Object) - Method in class org.batoo.jpa.core.util.Pair
escape(String) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Escapes an SQL name
evict(Class<?>) - Method in class org.batoo.jpa.core.impl.cache.CacheImpl
evict(Class<?>, Object) - Method in class org.batoo.jpa.core.impl.cache.CacheImpl
evictAll() - Method in class org.batoo.jpa.core.impl.cache.CacheImpl
evicts() - Method in class org.batoo.jpa.core.impl.cache.CacheStats
Returns the number of evicts.
excludeDefaultListeners() - Method in class org.batoo.jpa.core.impl.manager.CallbackManager
Returns if the default listeners are excluded.
excludeSuperclassListeners() - Method in class org.batoo.jpa.core.impl.manager.CallbackManager
Returns if the super class listeners are excluded.
execute() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
execute(String) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
execute(String, int) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
execute(String, int[]) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
execute(String, String[]) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
executeBatch() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
executeQuery() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
executeQuery(String) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
executeUpdate() - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
executeUpdate() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
executeUpdate(String) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
executeUpdate(String, int) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
executeUpdate(String, int[]) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
executeUpdate(String, String[]) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
exists(Subquery<?>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
ExistsExpression - Class in org.batoo.jpa.core.impl.criteria.expression
Expression exists function.
ExistsExpression(Subquery<?>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.ExistsExpression
 
ExpressionConverter<N> - Class in org.batoo.jpa.core.impl.criteria.expression
Converter for expressions types.
ExpressionConverter() - Constructor for class org.batoo.jpa.core.impl.criteria.expression.ExpressionConverter
 
extendz(EntityTypeImpl<?>) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns if this entity extends the parent entity.
extractKey(E) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Extracts key from the value.
extractKey(X) - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
Extracts key from the value.
extractKey(Y) - Method in interface org.batoo.jpa.core.impl.model.mapping.JoinedMapping
Extracts key from the value.
extractKey(E) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Extracts key from the value.
extractKey(X) - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMapping
Extracts key from the value.

F

fetch(PluralAttribute<? super X, ?, Y>) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
fetch(PluralAttribute<? super X, ?, Y>, JoinType) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
fetch(SingularAttribute<? super X, Y>) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
fetch(SingularAttribute<? super X, Y>, JoinType) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
fetch(String) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
fetch(String, JoinType) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
fetch(PluralAttribute<? super X, ?, Y>) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
fetch(PluralAttribute<? super X, ?, Y>, JoinType) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
fetch(SingularAttribute<? super X, Y>) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
fetch(SingularAttribute<? super X, Y>, JoinType) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
fetch(String) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
fetch(String, JoinType) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
FetchImpl<Z,X> - Class in org.batoo.jpa.core.impl.criteria.join
Implementation of Fetch.
FetchImpl(FetchParentImpl<?, Z>, JoinedMapping<? super Z, ?, X>, JoinType) - Constructor for class org.batoo.jpa.core.impl.criteria.join.FetchImpl
 
FetchParentImpl<Z,X> - Class in org.batoo.jpa.core.impl.criteria.join
Implementation of FetchParent.
FetchParentImpl(EntityTypeImpl<X>) - Constructor for class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
 
FetchParentImpl(JoinedMapping<? super Z, ?, X>) - Constructor for class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
 
fillIdValues() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Fills the sequence / table generated values.
fillStatement(PreparedStatement, Object...) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.AbstractQueryRunner
Fill the PreparedStatement replacement parameters with the given objects.
fillValue(EntityTypeImpl<?>, ManagedInstance<?>, Object) - Method in class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
Fills the sequence / table generated value.
fillValue(EntityTypeImpl<?>, ManagedInstance<?>, Object) - Method in class org.batoo.jpa.core.impl.model.mapping.BasicMapping
Fills the sequence / table generated value.
fillValue(EntityTypeImpl<?>, ManagedInstance<?>, Object) - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
Fills the sequence / table generated value.
fillValue(EntityTypeImpl<?>, ManagedInstance<?>, Object) - Method in interface org.batoo.jpa.core.impl.model.mapping.SingularMapping
Fills the sequence / table generated value.
find(Class<T>, Object) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
find(Class<T>, Object, LockModeType) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
find(Class<T>, Object, Map<String, Object>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
fire(Object) - Method in class org.batoo.jpa.core.impl.manager.Callback
Fires the callback.
fireCallbacks(EntityListenerMetadata.EntityListenerType) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Fires the callbacks.
fireCallbacks(Object, EntityListenerMetadata.EntityListenerType) - Method in class org.batoo.jpa.core.impl.manager.CallbackManager
Fires the callbacks.
fireCallbacks(Object, EntityListenerMetadata.EntityListenerType) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Fires the callbacks.
fireCallbacks(Object, EntityListenerMetadata.EntityListenerType) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Fires the callbacks.
fireCallbacks(boolean, Object, EntityListenerMetadata.EntityListenerType) - Method in class org.batoo.jpa.core.impl.model.type.IdentifiableTypeImpl
Fires the callbacks.
FLOAT - Static variable in class org.batoo.jpa.core.impl.criteria.expression.ExpressionConverter
Float converter.
flush(ConnectionImpl, boolean, boolean) - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Flushes the collection
flush(ConnectionImpl, boolean, boolean) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
Flushes the collection
flush(ConnectionImpl, boolean, boolean) - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
Flushes the collection
flush(ConnectionImpl, boolean, boolean) - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
Flushes the collection
flush(ConnectionImpl) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Flushes the state of the instance to the database.
flush() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
flush(ConnectionImpl) - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Flushes the session persisting changes to the database.
flush(ConnectionImpl, ManagedInstance<?>, boolean, boolean) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Flushes the associates.
flush(ConnectionImpl, ManagedInstance<?>, boolean, boolean) - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
Flushes the associates.
flush(ConnectionImpl, ManagedInstance<?>, boolean, boolean) - Method in interface org.batoo.jpa.core.impl.model.mapping.JoinedMapping
Flushes the associates.
flush(ConnectionImpl, ManagedInstance<?>, boolean, boolean) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Flushes the associates.
flush(ConnectionImpl, ManagedInstance<?>, boolean, boolean) - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMapping
Flushes the associates.
flushAssociations(ConnectionImpl, boolean, boolean) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Flushes the associations.
ForeignKey - Class in org.batoo.jpa.core.impl.jdbc
Foreign key definition.
ForeignKey(JdbcAdaptor, List<JoinColumnMetadata>) - Constructor for class org.batoo.jpa.core.impl.jdbc.ForeignKey
Constructor to create a join foreign key
ForeignKey(JdbcAdaptor, List<JoinColumnMetadata>, boolean) - Constructor for class org.batoo.jpa.core.impl.jdbc.ForeignKey
Constructor to create a join foreign key
ForeignKey(JdbcAdaptor, SecondaryTable, EntityTypeImpl<?>, List<PrimaryKeyJoinColumnMetadata>) - Constructor for class org.batoo.jpa.core.impl.jdbc.ForeignKey
 
from(Class<X>) - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
from(EntityType<X>) - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
from(Class<T>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaModify
Create and add a query root corresponding to the entity that is the target of the delete.
from(EntityType<T>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaModify
Create and add a query root corresponding to the entity that is the target of the delete.
from(Class<X>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
from(EntityType<X>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
function(String, Class<T>, Expression<?>...) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
FunctionExpression<T> - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for db functions.
FunctionExpression(Class<T>, String, Expression<?>...) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.FunctionExpression
 

G

ge(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
ge(Expression<? extends Number>, Number) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
generateDiscrimination(boolean) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
Returns the restriction based on discrimination.
generateDiscrimination(boolean) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
Returns the restriction based on discrimination.
generateJpql() - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
Generates the JPQL for the query.
generateJpql() - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
Generates the JPQL for the query.
generateJpql() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaDeleteImpl
Generates the JPQL for the query.
generateJpql() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
Generates the JPQL for the query.
generateJpql() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaUpdateImpl
Generates the JPQL for the query.
generateJpql() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Generates the JPQL for the query.
generateJpqlFetches(String) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchImpl
Returns the description of the fetch.
generateJpqlFetches(String) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
Returns the description of the fetch.
generateJpqlJoins(AbstractCriteriaQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
Returns the JPQL joins fragment.
generateJpqlJoins(AbstractCriteriaQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractJoin
Returns the JPQL joins fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractTypeExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.AggregationExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.AllAnyExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.ArithmeticExression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.BooleanExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.CaseImpl
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.CaseTransformationExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.CoalesceExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.CollectionExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.ComparisonExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.ConcatExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.ConstantExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.CountExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.CurrentTemporalExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.ExistsExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.FunctionExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.IndexExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.InExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.IsEmptyExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.IsNullExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.LikeExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.LocateExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.MapEntryExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.MapExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.MemberOfExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.NegationExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.NullIfExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.NumericFunctionExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.PredicateImpl
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.SimpleCaseImpl
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.SizeExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.SubstringExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.TrimExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.path.BasicPath
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.path.EmbeddedAttributePath
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.path.EntityPath
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.path.MapKeyPath
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Returns the JPQL where fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.AbstractSelection
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.CompoundSelectionImpl
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractTypeExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.AggregationExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.AllAnyExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.ArithmeticExression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.BooleanExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.CaseImpl
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.CaseTransformationExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.CoalesceExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.CollectionExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.ComparisonExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.ConcatExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.ConstantExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.CountExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.CurrentTemporalExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.ExistsExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.FunctionExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.IndexExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.InExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.IsEmptyExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.IsNullExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.LikeExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.LocateExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.MapEntryExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.MapExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.MemberOfExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.NegationExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.NullIfExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.NumericFunctionExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.PredicateImpl
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.SimpleCaseImpl
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.SizeExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.SubstringExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.TrimExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractJoin
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.path.BasicPath
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.path.EmbeddedAttributePath
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.path.EntityPath
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.path.MapKeyPath
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.RootImpl
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Returns the JPQL select fragment.
generateSql() - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
Returns the generated SQL.
generateSql() - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
Returns the generated SQL.
generateSql() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaDeleteImpl
Returns the generated SQL.
generateSql() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
Returns the generated SQL.
generateSql() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaUpdateImpl
Returns the generated SQL.
generateSql() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Returns the generated SQL.
generateSqlFrom(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.RootImpl
Returns the generated from SQL fragment.
generateSqlJoins(AbstractCriteriaQueryImpl<?>, Map<Joinable, String>) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
Generates SQL joins fragment.
generateSqlJoins(AbstractCriteriaQueryImpl<?>, List<String>) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchImpl
Generates the self SQL joins fragments.
generateSqlJoins(AbstractCriteriaQueryImpl<?>, List<String>) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
Generates the self SQL joins fragments.
generateSqlJoins(AbstractCriteriaQueryImpl<?>, Map<Joinable, String>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
Generates joins SQL fragment for the fetch chain.
generateSqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.BooleanExpression
Returns the SQL where fragment.
generateSqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.PredicateImpl
Returns the SQL where fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.AbstractSelection
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.CompoundSelectionImpl
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractTypeExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.AggregationExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.AllAnyExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.ArithmeticExression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.BooleanExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.CaseImpl
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.CaseTransformationExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.CoalesceExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.CollectionExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.ComparisonExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.ConcatExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.ConstantExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.CountExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.CurrentTemporalExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.ExistsExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.FunctionExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.IndexExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.InExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.IsEmptyExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.IsNullExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.LikeExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.LocateExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.MapEntryExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.MapExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.MemberOfExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.NegationExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.NullIfExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.NumericFunctionExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.PredicateImpl
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.SimpleCaseImpl
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.SizeExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.SubstringExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.TrimExpression
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean, boolean) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
Returns the generated SQL fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean, boolean, MapJoinImpl.MapSelectType) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
Returns the generated SQL fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.join.MapJoinImpl
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean, MapJoinImpl.MapSelectType) - Method in class org.batoo.jpa.core.impl.criteria.join.MapJoinImpl
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.path.BasicPath
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.path.EmbeddedAttributePath
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.path.EntityPath
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.path.MapKeyPath
Returns the SQL select fragment.
generateSqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Returns the SQL select fragment.
generateTableAlias(boolean) - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
Returns the generated entity alias.
generateTableAlias(boolean) - Method in class org.batoo.jpa.core.impl.criteria.BaseQueryImpl
Returns the generated entity alias.
generateTableAlias(boolean) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Returns the generated entity alias.
generateTableAlias(boolean) - Method in class org.batoo.jpa.core.impl.criteria.SubQueryStub
Returns the generated entity alias.
GenericKeyedPool<K,V> - Class in org.batoo.jpa.core.pool
FIXME requires proper implementation
GenericKeyedPool(KeyedPoolableObjectFactory<K, V>) - Constructor for class org.batoo.jpa.core.pool.GenericKeyedPool
 
GenericPool<T> - Class in org.batoo.jpa.core.pool
FIXME requires proper implementation
GenericPool(PoolableObjectFactory<T>) - Constructor for class org.batoo.jpa.core.pool.GenericPool
 
get(ManagedId<?>) - Method in class org.batoo.jpa.core.impl.cache.CacheImpl
Returns the instance with the id
get(String, Object[]) - Method in class org.batoo.jpa.core.impl.cache.CacheImpl
Returns the resultset for the query
get(int) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
get(Object) - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
get(MapAttribute<? super X, K, V>) - Method in class org.batoo.jpa.core.impl.criteria.path.AbstractPath
get(PluralAttribute<? super X, C, E>) - Method in class org.batoo.jpa.core.impl.criteria.path.AbstractPath
get(SingularAttribute<? super X, Y>) - Method in class org.batoo.jpa.core.impl.criteria.path.AbstractPath
get(String) - Method in class org.batoo.jpa.core.impl.criteria.path.AbstractPath
get(MapAttribute<? super X, K, V>) - Method in class org.batoo.jpa.core.impl.criteria.path.ParentPath
get(PluralAttribute<? super X, C, E>) - Method in class org.batoo.jpa.core.impl.criteria.path.ParentPath
get(SingularAttribute<? super X, Y>) - Method in class org.batoo.jpa.core.impl.criteria.path.ParentPath
get(String) - Method in class org.batoo.jpa.core.impl.criteria.path.ParentPath
get(int) - Method in class org.batoo.jpa.core.impl.criteria.TupleImpl
get(int, Class<X>) - Method in class org.batoo.jpa.core.impl.criteria.TupleImpl
get(String) - Method in class org.batoo.jpa.core.impl.criteria.TupleImpl
get(String, Class<X>) - Method in class org.batoo.jpa.core.impl.criteria.TupleImpl
get(TupleElement<X>) - Method in class org.batoo.jpa.core.impl.criteria.TupleImpl
get(ManagedId<X>) - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Returns the managed instance instance in the session
get(X) - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Returns the managed instance instance in the session
get(Object) - Method in class org.batoo.jpa.core.impl.model.attribute.AttributeImpl
Returns the attribute value of instance.
get(Object) - Method in class org.batoo.jpa.core.impl.model.mapping.Mapping
Returns the mapping value of instance.
get(Object) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMapping
Returns the values of the mapping.
get(Object) - Method in interface org.batoo.jpa.core.impl.model.mapping.SingularMapping
Returns the mapping value of instance.
get__enhanced__$$__id() - Method in class org.batoo.jpa.core.impl.instance.Enhanced
 
getAdapter(ClassLoader, String) - Static method in class org.batoo.jpa.core.impl.jdbc.AbstractJdbcAdaptor
Returns the JDBC Adapter.
getAlias() - Method in class org.batoo.jpa.core.impl.criteria.AbstractSelection
getAlias(AbstractSelection<?>) - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
Returns the generated alias for the selection.
getAlias(ParameterExpressionImpl<?>) - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
Returns the generated alias for the parameter.
getAlias(AbstractSelection<?>) - Method in class org.batoo.jpa.core.impl.criteria.BaseQueryImpl
Returns the generated alias for the selection.
getAlias(ParameterExpressionImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.BaseQueryImpl
Returns the generated alias for the parameter.
getAlias() - Method in class org.batoo.jpa.core.impl.criteria.jpql.Aliased
Returns the alias of the Aliased.
getAlias(AbstractSelection<?>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Returns the generated alias for the selection.
getAlias(ParameterExpressionImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Returns the generated alias for the parameter.
getAlias(AbstractSelection<?>) - Method in class org.batoo.jpa.core.impl.criteria.SubQueryStub
Returns the generated alias for the selection.
getAlias(ParameterExpressionImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.SubQueryStub
Returns the generated alias for the parameter.
getAllocationSize() - Method in class org.batoo.jpa.core.impl.model.AbstractGenerator
Returns the allocationSize of the generator.
getAllTables() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns all the tables in the inheritance chain.
getAssociationMetadata() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Returns the effective association metadata for the attribute checking with the parent mappings and entities.
getAssociationOverride(String) - Method in class org.batoo.jpa.core.impl.model.attribute.EmbeddedAttribute
Returns the association override if one exists for the path.
getAssociationOverride(String) - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
Returns the association override or null
getAssociationOverride(String) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns if attribute with the path is overridden by the entity.
getAssociations() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the associations of the type.
getAssociationsDetachable() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the associated attributes that are detachable by the type.
getAssociationsJoined() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the associated attributes that are joined.
getAssociationsLoaded() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Returns the associations that are loaded.
getAssociationsNotPersistable() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the plural associations that are not persistable.
getAssociationsPersistable() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the associated attributes that are persistable by the type.
getAssociationsPlural() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the plural associations.
getAssociationsRemovable() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the associated mappings that are removable by the type.
getAssociationsSingular() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the singular associated mappings.
getAssociationsSingularOwnerLazy() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the array of singular owner lazy association of the type.
getAttribute() - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractJoin
getAttribute() - Method in class org.batoo.jpa.core.impl.criteria.join.FetchImpl
getAttribute() - Method in class org.batoo.jpa.core.impl.model.mapping.BasicMapping
Returns the attribute of the mapping.
getAttribute() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Returns the attribute of the mapping.
getAttribute() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementMapping
Returns the attribute of the mapping.
getAttribute() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
Returns the attribute of the mapping.
getAttribute() - Method in class org.batoo.jpa.core.impl.model.mapping.EntityMapping
Returns the attribute of the mapping.
getAttribute() - Method in interface org.batoo.jpa.core.impl.model.mapping.JoinedMapping
Returns the attribute of the mapping
getAttribute() - Method in class org.batoo.jpa.core.impl.model.mapping.Mapping
Returns the attribute of the mapping.
getAttribute() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Returns the attribute of the mapping.
getAttribute() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMapping
Returns the attribute of the mapping.
getAttribute() - Method in interface org.batoo.jpa.core.impl.model.mapping.SingularMapping
Returns the attribute of the mapping.
getAttribute(String) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getAttributeCount() - Method in class org.batoo.jpa.core.impl.model.type.EmbeddableTypeImpl
Returns the attribute count of the embeddable.
getAttributeId() - Method in class org.batoo.jpa.core.impl.model.attribute.AttributeImpl
Returns the ordinal id of the attribute.
getAttributeOverride(String) - Method in class org.batoo.jpa.core.impl.model.attribute.EmbeddedAttribute
Returns the attribute override if one exists for the path.
getAttributeOverride(String) - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
Returns the attribute override or null
getAttributeOverride(String) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns if attribute with the path is overridden by the entity.
getAttributes() - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getAttributeType() - Method in class org.batoo.jpa.core.impl.model.attribute.PluralAttributeImpl
Returns the attributeType of the PluralAttributeImpl.
getAutoCommit() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
getAvailability() - Method in class org.batoo.jpa.core.impl.model.type.IdentifiableTypeImpl
Returns the callback availability.
getAvailibility(MetamodelImpl, IdentifiableTypeImpl<?>) - Method in class org.batoo.jpa.core.impl.manager.CallbackManager
Returns the callback availability.
getBasicMappings() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the basic mappings of the type.
getBindableJavaType() - Method in class org.batoo.jpa.core.impl.model.attribute.PluralAttributeImpl
getBindableJavaType() - Method in class org.batoo.jpa.core.impl.model.attribute.SingularAttributeImpl
getBindableJavaType() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
getBindableType() - Method in class org.batoo.jpa.core.impl.model.attribute.PluralAttributeImpl
getBindableType() - Method in class org.batoo.jpa.core.impl.model.attribute.SingularAttributeImpl
getBindableType() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
getCache() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
getCacheMode() - Method in class org.batoo.jpa.core.impl.cache.CacheImpl
Returns the cache mode of the cache.
getCacheRetrieveMode(EntityTypeImpl<?>) - Method in class org.batoo.jpa.core.impl.cache.CacheImpl
Returns the cache retrieve mode for the entity
getCacheStoreMode(EntityTypeImpl<?>) - Method in class org.batoo.jpa.core.impl.cache.CacheImpl
Returns the cache store mode for the entity
getCallbackManager() - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Returns the callback manager of the metamodel.
getCallbackManager() - Method in class org.batoo.jpa.core.impl.model.type.IdentifiableTypeImpl
Returns the callbackManager.
getCallbackType() - Method in class org.batoo.jpa.core.impl.manager.Callback
Returns the callback type of the Callback.
getCatalog() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Returns the catalog.
getCatalog() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
getCatalog() - Method in class org.batoo.jpa.core.impl.model.AbstractGenerator
Returns the catalog of the generator.
getChild(String) - Method in class org.batoo.jpa.core.impl.model.mapping.ParentMapping
Returns the mapping corresponding to the name.
getChild(String) - Method in interface org.batoo.jpa.core.impl.model.mapping.RootMapping
Returns the mapping corresponding to the name.
getChildren() - Method in class org.batoo.jpa.core.impl.model.mapping.ParentMapping
Returns the children of the mapping.
getChildType(Object) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the child based on the discriminatorValue value.
getClassloader() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
Returns the classloader of the entity manager factory.
getClientInfo() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
getClientInfo(String) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
getCollection(ManagedInstance<?>, PluralAssociationMapping<?, ?, ?>) - Method in class org.batoo.jpa.core.impl.cache.CacheInstance
 
getCollection(String) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getCollection(String, Class<E>) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getCollectionTable() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Returns the collection table.
getCollectionTable() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementMapping
Returns the collection table.
getCollectionType() - Method in class org.batoo.jpa.core.impl.model.attribute.CollectionAttributeImpl
getCollectionType() - Method in class org.batoo.jpa.core.impl.model.attribute.ListAttributeImpl
getCollectionType() - Method in class org.batoo.jpa.core.impl.model.attribute.MapAttributeImpl
getCollectionType() - Method in class org.batoo.jpa.core.impl.model.attribute.SetAttributeImpl
getColumn() - Method in class org.batoo.jpa.core.impl.model.mapping.BasicMapping
Returns the column of the mapping.
getColumn(String) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcTable
Returns the column metadata for the column with the name.
getColumnDefinition() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Returns the static definition of the column.
getColumnDefinition() - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Returns the static definition of the column.
getColumnDefinition() - Method in class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
Returns the static definition of the column.
getColumnDefinition() - Method in class org.batoo.jpa.core.impl.jdbc.ElementColumn
Returns the static definition of the column.
getColumnDefinition() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the columnDefinition of the JoinColumn.
getColumnDefinition() - Method in class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
Returns the static definition of the column.
getColumnDefinition() - Method in class org.batoo.jpa.core.impl.jdbc.OrderColumn
Returns the static definition of the column.
getColumnNames() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Returns the set of column names.
getColumns() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Returns the collection of basicColumns of the table.
getColumns(AbstractTable) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Returns the sorted columns.
getColumnType(AbstractColumn, int) - Method in class org.batoo.jpa.core.jdbc.adapter.H2Adaptor
Returns the data type of the column.
getColumnType(AbstractColumn, int) - Method in class org.batoo.jpa.core.jdbc.adapter.HsqlAdaptor
Returns the data type of the column.
getColumnType(AbstractColumn, int) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Returns the data type of the column.
getColumnType(AbstractColumn, int) - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Returns the data type of the column.
getColumnType(AbstractColumn, int) - Method in class org.batoo.jpa.core.jdbc.adapter.MySqlAdaptor
Returns the data type of the column.
getColumnType(AbstractColumn, int) - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
Returns the data type of the column.
getColumnType(AbstractColumn, int) - Method in class org.batoo.jpa.core.jdbc.adapter.PostgreSqlAdaptor
Returns the data type of the column.
getCompoundSelectionItems() - Method in class org.batoo.jpa.core.impl.criteria.AbstractSelection
getConnection() - Method in class org.batoo.jpa.core.impl.jdbc.DataSourceImpl
getConnection(String, String) - Method in class org.batoo.jpa.core.impl.jdbc.DataSourceImpl
getConnection() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
getConnection() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Returns the active connection.
getConverter() - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractExpression
Returns the converter of the expression.
getCorrelatedJoins() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
getCorrelationParent() - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
getCriteriaBuilder() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
getCriteriaBuilder() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
getCriteriaQuery() - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
Returns the criteria query of the typed query.
getCurrentDate() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Returns the current date literal
getCurrentDate() - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Returns the current date literal
getCurrentTime() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Returns the current time literal
getCurrentTime() - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Returns the current time literal
getCurrentTime() - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
Returns the current time literal
getCurrentTimeStamp() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Returns the current time stamp literal
getCurrentTimeStamp() - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Returns the current time stamp literal
getDatabaseName() - Method in class org.batoo.jpa.core.jdbc.adapter.DerbyAdaptor
getDatabaseName() - Method in class org.batoo.jpa.core.jdbc.adapter.H2Adaptor
getDatabaseName() - Method in class org.batoo.jpa.core.jdbc.adapter.HsqlAdaptor
getDatabaseName() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
 
getDatabaseName() - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
getDatabaseName() - Method in class org.batoo.jpa.core.jdbc.adapter.MySqlAdaptor
getDatabaseName() - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
getDatabaseName() - Method in class org.batoo.jpa.core.jdbc.adapter.PostgreSqlAdaptor
getDataSource() - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.AbstractQueryRunner
Returns the DataSource this runner is using.
getDecimalDigits() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcColumn
Returns the decimalDigits of the column.
getDeclaredAttribute(String) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getDeclaredAttributes() - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getDeclaredCollection(String) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getDeclaredCollection(String, Class<E>) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getDeclaredId(Class<Y>) - Method in class org.batoo.jpa.core.impl.model.type.IdentifiableTypeImpl
getDeclaredList(String) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getDeclaredList(String, Class<E>) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getDeclaredMap(String) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getDeclaredMap(String, Class<K>, Class<V>) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getDeclaredPluralAttributes() - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getDeclaredSet(String) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getDeclaredSet(String, Class<E>) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getDeclaredSingularAttribute(String) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getDeclaredSingularAttribute(String, Class<Y>) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getDeclaredSingularAttributes() - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getDeclaredVersion(Class<Y>) - Method in class org.batoo.jpa.core.impl.model.type.IdentifiableTypeImpl
getDeclaringType() - Method in class org.batoo.jpa.core.impl.model.attribute.AttributeImpl
getDelegate() - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Returns the delegate collection.
getDelegate() - Method in class org.batoo.jpa.core.impl.collections.ManagedList
Returns the delegate collection.
getDelegate() - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
Returns the delegate collection.
getDelegate() - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
Returns the delegate collection.
getDelegate() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
getDependenciesFor(EntityTypeImpl<?>) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the dependencies for the associate type
getDependencyCount() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the dependencyCount.
getDestinationKey() - Method in class org.batoo.jpa.core.impl.jdbc.JoinTable
Returns the destinationKey of the JoinTable.
getDiscriminatorColumn() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the discriminator column of the entity.
getDiscriminators() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the set of discriminator values in the range of this entity's hierarchy.
getDiscriminatorValue() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the discriminatorValue of the EntityTypeImpl.
getDropForeignKeySql(String, String, String) - Method in class org.batoo.jpa.core.jdbc.adapter.H2Adaptor
Returns the SQL to drop the foreign key.
getDropForeignKeySql(String, String, String) - Method in class org.batoo.jpa.core.jdbc.adapter.HsqlAdaptor
Returns the SQL to drop the foreign key.
getDropForeignKeySql(String, String, String) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Returns the SQL to drop the foreign key.
getDropForeignKeySql(String, String, String) - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
Returns the SQL to drop the foreign key.
getDropForeignKeySql(String, String, String) - Method in class org.batoo.jpa.core.jdbc.adapter.PostgreSqlAdaptor
Returns the SQL to drop the foreign key.
getEagerMappings() - Method in class org.batoo.jpa.core.impl.model.mapping.ParentMapping
Returns the eager mappings.
getElements() - Method in class org.batoo.jpa.core.impl.criteria.TupleImpl
getElementType() - Method in class org.batoo.jpa.core.impl.model.attribute.PluralAttributeImpl
getEmbeddables() - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
getEntities() - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
getEntity() - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
Returns the entity of the from.
getEntity() - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
Returns the entity of the joinable.
getEntity() - Method in interface org.batoo.jpa.core.impl.criteria.join.Joinable
Returns the entity of the joinable.
getEntity() - Method in class org.batoo.jpa.core.impl.criteria.path.EntityPath
Returns the entity of the joinable.
getEntity() - Method in class org.batoo.jpa.core.impl.jdbc.EntityTable
Returns the entity of the EntityTable.
getEntity() - Method in class org.batoo.jpa.core.impl.jdbc.JoinTable
Returns the oner entity of the table.
getEntity() - Method in class org.batoo.jpa.core.impl.model.mapping.EntityMapping
Returns the entity of the root mapping.
getEntity(Class<?>) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Returns the entity that corresponds to clazz's parant chain.
getEntityManager() - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Returns the entity manager.
getEntityManagerFactory() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
getEntityManagerFactory() - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Returns the entity manager factory.
getEntityName() - Method in class org.batoo.jpa.core.impl.cache.CacheInstance
Returns the name of the entity of the cache instance.
getEnumType() - Method in class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
Returns the enum type of the attribute.
getExpandedCount(MetamodelImpl) - Method in class org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl
Returns the number of SQL parameters when expanded.
getExpression() - Method in class org.batoo.jpa.core.impl.criteria.expression.SimpleCaseImpl
getExpression() - Method in class org.batoo.jpa.core.impl.criteria.InPredicate
getExpression() - Method in class org.batoo.jpa.core.impl.criteria.OrderImpl
getExpression(String) - Method in class org.batoo.jpa.core.impl.criteria.path.ParentPath
Returns the expression corresponding to the attribute name.
getExpressions() - Method in class org.batoo.jpa.core.impl.criteria.expression.PredicateImpl
getFetchDirection() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
getFetches() - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
getFetches() - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
getFetchRoot() - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
Returns the fetchRoot of the AbstractFrom.
getFetchRoot() - Method in class org.batoo.jpa.core.impl.criteria.path.EmbeddedAttributePath
Returns the fetch root of the path.
getFetchRoot() - Method in class org.batoo.jpa.core.impl.criteria.path.EntityPath
Returns the fetch root of the path.
getFetchRoot() - Method in class org.batoo.jpa.core.impl.criteria.path.MapKeyPath
Returns the fetch root of the path.
getFetchRoot() - Method in class org.batoo.jpa.core.impl.criteria.path.ParentPath
Returns the fetch root of the path.
getFetchSize() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
getFieldAlias(String, AbstractColumn) - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
 
getFieldAlias(String, AbstractColumn) - Method in class org.batoo.jpa.core.impl.criteria.BaseQueryImpl
getFieldAlias(String, AbstractColumn) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
getFieldAlias(String, AbstractColumn) - Method in class org.batoo.jpa.core.impl.criteria.SubQueryStub
getFirst() - Method in class org.batoo.jpa.core.util.Pair
Returns the first.
getFirstResult() - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getFlushMode() - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getFlushMode() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
getForeignKey() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Returns the foreign key of the mapping.
getForeignKey() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Returns the foreign key of the mapping.
getForeignKey() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMapping
Returns the foreign key of the mapping.
getForeignKey(String) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcTable
Returns the foreign key with then name.
getForeignKeys() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Returns the foreign keys of the table.
getForeignKeys() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcTable
Returns the foreign keys of the table.
getFragment() - Method in enum org.batoo.jpa.core.impl.criteria.expression.ArithmeticExression.ArithmeticOperation
 
getGeneratedKeys() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
getGroupList() - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
getGroupList() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
getGroupRestriction() - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
getGroupRestriction() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
getHints() - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getHoldability() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
getId() - Method in class org.batoo.jpa.core.impl.cache.CacheReference
Returns the id of the reference.
getId() - Method in class org.batoo.jpa.core.impl.instance.ManagedId
Returns the id of the managed id.
getId() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Returns the id of the instance.
getId(Class<Y>) - Method in class org.batoo.jpa.core.impl.model.type.IdentifiableTypeImpl
getIdClassAttributes() - Method in class org.batoo.jpa.core.impl.model.type.IdentifiableTypeImpl
getIdentifiables() - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Returns the identifiable types.
getIdentifier(Object) - Method in class org.batoo.jpa.core.impl.manager.PersistenceUnitUtilImpl
getIdMapping() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the single id mapping.
getIdMappings() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns an array of id attributes.
getIdType() - Method in class org.batoo.jpa.core.impl.jdbc.PkColumn
Returns the idType of the column.
getIdType() - Method in class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
Returns the id type of the attribute.
getIdType() - Method in class org.batoo.jpa.core.impl.model.type.IdentifiableTypeImpl
getIndex() - Method in class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
Returns the index of the basic attribute.
getIndex(String) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcTable
Returns the index with then name.
getIndexes() - Method in class org.batoo.jpa.core.impl.jdbc.EntityTable
Returns the indexes of the table.
getInheritanceType() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the inheritance type of the entity.
getInitialValue() - Method in class org.batoo.jpa.core.impl.model.AbstractGenerator
Returns the initialValue of the generator.
getInsertColumns(EntityTypeImpl<?>) - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Returns the columns for the insert.
getInsertSql(EntityTypeImpl<?>) - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Returns the insert statement for the table specifically.
getInstance() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Returns the instance.
getInstanceId(X) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the id of the instance.
getInverse() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Returns the inverse attribute.
getInverse() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Returns the inverse attribute.
getInverse() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMapping
Returns the inverse attribute.
getJavaMember() - Method in class org.batoo.jpa.core.impl.model.attribute.AttributeImpl
getJavaType() - Method in class org.batoo.jpa.core.impl.criteria.TupleElementImpl
getJavaType() - Method in class org.batoo.jpa.core.impl.model.attribute.AttributeImpl
getJavaType() - Method in class org.batoo.jpa.core.impl.model.mapping.Mapping
Returns the javaType of the mapping.
getJavaType() - Method in class org.batoo.jpa.core.impl.model.type.TypeImpl
getJdbcAdaptor() - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
Returns the JDBC Adaptor.
getJdbcAdaptor() - Method in class org.batoo.jpa.core.impl.criteria.BaseQueryImpl
Returns the JDBC Adaptor.
getJdbcAdaptor() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Returns the JDBC Adaptor.
getJdbcAdaptor() - Method in class org.batoo.jpa.core.impl.jdbc.EntityTable
Returns the jdbcAdaptor of the EntityTable.
getJdbcAdaptor() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Returns the JDBC adaptor.
getJdbcAdaptor() - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Returns the JDBC Adaptor.
getJoinColumns() - Method in class org.batoo.jpa.core.impl.jdbc.ForeignKey
Returns the list of join columns of the foreign key.
getJoins() - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
getJoinType() - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractJoin
getJoinType() - Method in class org.batoo.jpa.core.impl.criteria.join.FetchImpl
getJpql() - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
Returns the JPQL for the query.
getJpql() - Method in class org.batoo.jpa.core.impl.criteria.BaseQueryImpl
Returns the JPQL for the query.
getJpql() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaModify
Returns the JPQL for the query.
getJpql() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Returns the JPQL for the query.
getJpqlQuery(String) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
Returns a lazy created JpqlQuery for the query.
getKey() - Method in class org.batoo.jpa.core.impl.criteria.EntryImpl
getKey() - Method in class org.batoo.jpa.core.impl.jdbc.CollectionTable
Returns the key.
getKeyColumn() - Method in class org.batoo.jpa.core.impl.jdbc.CollectionTable
Returns the key column of the collection table.
getKeyJavaType() - Method in class org.batoo.jpa.core.impl.model.attribute.MapAttributeImpl
getKeyMapping() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Returns the key mapping of the element collection mapping.
getKeyType() - Method in class org.batoo.jpa.core.impl.model.attribute.MapAttributeImpl
getLastUsed() - Method in class org.batoo.jpa.core.impl.criteria.jpql.JpqlQuery
Returns the time query last used.
getLength() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Returns the length of the column.
getLength() - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Returns the length of the column.
getLength() - Method in class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
Returns the length of the column.
getLength() - Method in class org.batoo.jpa.core.impl.jdbc.ElementColumn
Returns the length of the column.
getLength() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the length of the column.
getLength() - Method in class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
Returns the length of the column.
getLength() - Method in class org.batoo.jpa.core.impl.jdbc.OrderColumn
Returns the length of the column.
getList(String) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getList(String, Class<E>) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getListenerType() - Method in class org.batoo.jpa.core.impl.manager.Callback
Returns the listener type of the Callback.
getLocator() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Returns the locator of the column.
getLocator() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Returns the locator.
getLocator() - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Returns the locator of the column.
getLocator() - Method in class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
Returns the locator of the column.
getLocator() - Method in class org.batoo.jpa.core.impl.jdbc.ElementColumn
Returns the locator of the column.
getLocator() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the locator of the JoinColumn.
getLocator() - Method in class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
Returns the locator of the column.
getLocator() - Method in class org.batoo.jpa.core.impl.jdbc.OrderColumn
Returns the locator of the column.
getLocator() - Method in class org.batoo.jpa.core.impl.model.AbstractGenerator
Returns the locator of the generator.
getLocator() - Method in class org.batoo.jpa.core.impl.model.attribute.AttributeImpl
Returns the locator of the AttributeImpl.
getLocator() - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
Returns the locator of the managed type.
getLockMode() - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getLockMode() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Returns the lock mode of the instance.
getLockMode(Object) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
getLoginTimeout() - Method in class org.batoo.jpa.core.impl.jdbc.DataSourceImpl
getLogWriter() - Method in class org.batoo.jpa.core.impl.jdbc.DataSourceImpl
getManagedInstance() - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Returns the managed instance of the managed collection.
getManagedInstance(SessionImpl, X) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the managed instance for the instance.
getManagedInstanceById(SessionImpl, ManagedId<X>, boolean) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Creates a new managed instance with the id.
getManagedTypes() - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
getMap(String) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getMap(String, Class<K>, Class<V>) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getMapKey() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Returns the map key of the element collection mapping.
getMapKeyClass() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Returns the class of the map key.
getMapKeyClass() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Returns the key class of the association.
getMapKeyClass() - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMapping
Returns the class of the map key.
getMapKeyIdMapping() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Returns the key mapping of the association.
getMapKeyIdMappings() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Returns the map key id mappings of the association.
getMappedBy() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Returns the mappedBy of the mapping.
getMappedId(String, Object) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the mapped id.
getMapping() - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Returns the mapping of the managed collection.
getMapping() - Method in class org.batoo.jpa.core.impl.criteria.expression.CollectionExpression
Returns the mapping of the CollectionExpression.
getMapping() - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractJoin
Returns the mapping.
getMapping(String) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractPluralJoin
Returns the child mapping for the name.
getMapping() - Method in class org.batoo.jpa.core.impl.criteria.join.FetchImpl
Returns the mapping of the fetch.
getMapping() - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
Returns the mapping of the fetch.
getMapping(String) - Method in class org.batoo.jpa.core.impl.criteria.join.SingularJoin
Returns the child mapping for the name.
getMapping() - Method in class org.batoo.jpa.core.impl.criteria.path.EmbeddedAttributePath
Returns the mapping.
getMapping(String) - Method in class org.batoo.jpa.core.impl.criteria.path.EmbeddedAttributePath
Returns the child mapping for the name.
getMapping(String) - Method in class org.batoo.jpa.core.impl.criteria.path.EntityPath
Returns the child mapping for the name.
getMapping(String) - Method in class org.batoo.jpa.core.impl.criteria.path.MapKeyPath
Returns the child mapping for the name.
getMapping(String) - Method in class org.batoo.jpa.core.impl.criteria.path.ParentPath
Returns the child mapping for the name.
getMapping(String) - Method in class org.batoo.jpa.core.impl.criteria.RootImpl
Returns the child mapping for the name.
getMapping() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Returns the mapping of the BasicColumn.
getMapping() - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Returns the mapping of the BasicColumn.
getMapping() - Method in class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
Returns the mapping of the BasicColumn.
getMapping() - Method in class org.batoo.jpa.core.impl.jdbc.ElementColumn
Returns the mapping of the BasicColumn.
getMapping() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the mapping of the BasicColumn.
getMapping() - Method in class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
Returns the mapping of the BasicColumn.
getMapping() - Method in class org.batoo.jpa.core.impl.jdbc.OrderColumn
Returns the mapping of the BasicColumn.
getMapping(String) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Returns child mapping of the type.
getMapping(String) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementMapping
Returns the mapping corresponding to the path.
getMapping(String) - Method in class org.batoo.jpa.core.impl.model.mapping.EntityMapping
Returns the mapping corresponding to the path.
getMapping(String) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Returns child mapping of the type.
getMapping(String) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMapping
Returns child mapping of the type.
getMapping(String) - Method in interface org.batoo.jpa.core.impl.model.mapping.RootMapping
Returns the mapping corresponding to the path.
getMappingName() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Returns the mapping name of the column.
getMappingName() - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Returns the mapping name of the column.
getMappingName() - Method in class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
Returns the mapping name of the column.
getMappingName() - Method in class org.batoo.jpa.core.impl.jdbc.ElementColumn
Returns the mapping name of the column.
getMappingName() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the mapping name of the column.
getMappingName() - Method in class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
Returns the mapping name of the column.
getMappingName() - Method in class org.batoo.jpa.core.impl.jdbc.OrderColumn
Returns the mapping name of the column.
getMappingsJoined() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Retuns the element collection mappings.
getMappingsPlural() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Retuns the element collection mappings.
getMappingsPluralSorted() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the sorted plural associations.
getMappingsSingular() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the singular mappings.
getMappingType() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Returns the type of the mapping.
getMappingType() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
Returns the type of the mapping.
getMappingType() - Method in interface org.batoo.jpa.core.impl.model.mapping.JoinedMapping
Returns the type of the mapping.
getMappingType() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Returns the type of the mapping.
getMappingType() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMapping
Returns the type of the mapping.
getMapsId() - Method in class org.batoo.jpa.core.impl.model.attribute.AssociatedSingularAttribute
Returns the mapsId of the AssociatedSingularAttribute.
getMaxFieldSize() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
getMaxResults() - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getMaxRows() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
getMetaData() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
getMetaData() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
getMetadata() - Method in class org.batoo.jpa.core.impl.model.attribute.AssociatedSingularAttribute
Returns the metadata of the attribute.
getMetadata() - Method in class org.batoo.jpa.core.impl.model.attribute.AttributeImpl
Returns the metadata of the attribute.
getMetadata() - Method in class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
Returns the metadata of the attribute.
getMetamodel() - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
Returns the metamodel.
getMetamodel() - Method in class org.batoo.jpa.core.impl.criteria.BaseQueryImpl
Returns the metamodel.
getMetamodel() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
Returns the metamodel.
getMetamodel() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Returns the metamodel.
getMetamodel() - Method in class org.batoo.jpa.core.impl.deployment.DeploymentManager
Returns the metamodel.
getMetamodel() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
getMetamodel() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
getMetamodel() - Method in class org.batoo.jpa.core.impl.model.attribute.AttributeImpl
Returns the metamodel.
getMetamodel() - Method in class org.batoo.jpa.core.impl.model.type.TypeImpl
Returns the metamodel.
getModel() - Method in class org.batoo.jpa.core.impl.criteria.join.CollectionJoinImpl
getModel() - Method in class org.batoo.jpa.core.impl.criteria.join.ListJoinImpl
getModel() - Method in class org.batoo.jpa.core.impl.criteria.join.MapJoinImpl
getModel() - Method in class org.batoo.jpa.core.impl.criteria.join.SetJoinImpl
getModel() - Method in class org.batoo.jpa.core.impl.criteria.join.SingularJoin
getModel() - Method in class org.batoo.jpa.core.impl.criteria.path.BasicPath
getModel() - Method in class org.batoo.jpa.core.impl.criteria.path.EmbeddedAttributePath
getModel() - Method in class org.batoo.jpa.core.impl.criteria.path.EntityPath
getModel() - Method in class org.batoo.jpa.core.impl.criteria.path.MapKeyPath
getModel() - Method in class org.batoo.jpa.core.impl.criteria.RootImpl
getMoreResults() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
getMoreResults(int) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
getName() - Method in class org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl
getName() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Returns the name of the column.
getName() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Returns the name.
getName() - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Returns the name of the column.
getName() - Method in class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
Returns the name of the column.
getName() - Method in class org.batoo.jpa.core.impl.jdbc.ElementColumn
Returns the name of the column.
getName() - Method in class org.batoo.jpa.core.impl.jdbc.ForeignKey
Returns a generated name for the foreign key.
getName() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the name of the JoinColumn.
getName() - Method in class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
Returns the name of the column.
getName() - Method in class org.batoo.jpa.core.impl.jdbc.OrderColumn
Returns the name of the column.
getName() - Method in class org.batoo.jpa.core.impl.model.AbstractGenerator
Returns the name of the generator.
getName() - Method in class org.batoo.jpa.core.impl.model.attribute.AttributeImpl
getName() - Method in class org.batoo.jpa.core.impl.model.mapping.Mapping
Returns the name of the Mapping.
getName() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the name of the type.
getName() - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
Returns the name of the type.
getName() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcColumn
Returns the name of the column.
getName() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcForeignKey
Returns the name of the JdbcForeignKey.
getName() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcIndex
Returns the name of the index.
getName() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcTable
Returns the name of the table.
getNamedQueries() - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Returns the set of named queries.
getNamedQuery(String) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
Returns the named query with the name name.
getNetworkTimeout() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
getNextId() - Method in class org.batoo.jpa.core.impl.model.IdQueue
Returns the next value from the database.
getNextId() - Method in class org.batoo.jpa.core.impl.model.SequenceQueue
Returns the next value from the database.
getNextId() - Method in class org.batoo.jpa.core.impl.model.TableIdQueue
Returns the next value from the database.
getNextSequence(String) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Returns the next sequence for the generator.
getNextSequence(DataSourceImpl, String) - Method in class org.batoo.jpa.core.jdbc.adapter.DerbyAdaptor
Returns next sequence number from the database.
getNextSequence(DataSourceImpl, String) - Method in class org.batoo.jpa.core.jdbc.adapter.H2Adaptor
Returns next sequence number from the database.
getNextSequence(DataSourceImpl, String) - Method in class org.batoo.jpa.core.jdbc.adapter.HsqlAdaptor
Returns next sequence number from the database.
getNextSequence(DataSourceImpl, String) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Returns next sequence number from the database.
getNextSequence(DataSourceImpl, String) - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Returns next sequence number from the database.
getNextSequence(DataSourceImpl, String) - Method in class org.batoo.jpa.core.jdbc.adapter.MySqlAdaptor
Returns next sequence number from the database.
getNextSequence(DataSourceImpl, String) - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
Returns next sequence number from the database.
getNextSequence(DataSourceImpl, String) - Method in class org.batoo.jpa.core.jdbc.adapter.PostgreSqlAdaptor
Returns next sequence number from the database.
getNextTableValue(String) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Returns the next table value for the generator.
getNumActive() - Method in class org.batoo.jpa.core.pool.GenericKeyedPool
getNumActive(K) - Method in class org.batoo.jpa.core.pool.GenericKeyedPool
getNumActive() - Method in class org.batoo.jpa.core.pool.GenericPool
getNumericFunctionTemplate(NumericFunctionExpression.NumericFunctionType) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Returns the numeric function template.
getNumericFunctionTemplate(NumericFunctionExpression.NumericFunctionType) - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Returns the numeric function template.
getNumIdle() - Method in class org.batoo.jpa.core.pool.GenericKeyedPool
getNumIdle(K) - Method in class org.batoo.jpa.core.pool.GenericKeyedPool
getNumIdle() - Method in class org.batoo.jpa.core.pool.GenericPool
getOperator() - Method in class org.batoo.jpa.core.impl.criteria.expression.PredicateImpl
getOrderBy() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Returns the order by of the association.
getOrderBy() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Returns the order by of the association.
getOrderBy() - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMapping
Returns the order by of the association.
getOrderColumn() - Method in class org.batoo.jpa.core.impl.jdbc.CollectionTable
Returns the order column.
getOrderColumn() - Method in class org.batoo.jpa.core.impl.jdbc.ForeignKey
Returns the order column.
getOrderColumn() - Method in class org.batoo.jpa.core.impl.jdbc.JoinTable
Returns the order column.
getOrderColumn() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Returns the order column.
getOrderColumn() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Returns the order column.
getOrderColumn() - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMapping
Returns the order column.
getOrderList() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
getPaginationParamsOrder() - Method in class org.batoo.jpa.core.jdbc.adapter.DerbyAdaptor
Returns the pagination params order for the adaptor.
getPaginationParamsOrder() - Method in class org.batoo.jpa.core.jdbc.adapter.H2Adaptor
Returns the pagination params order for the adaptor.
getPaginationParamsOrder() - Method in class org.batoo.jpa.core.jdbc.adapter.HsqlAdaptor
Returns the pagination params order for the adaptor.
getPaginationParamsOrder() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Returns the pagination params order for the adaptor.
getPaginationParamsOrder() - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Returns the pagination params order for the adaptor.
getPaginationParamsOrder() - Method in class org.batoo.jpa.core.jdbc.adapter.MySqlAdaptor
Returns the pagination params order for the adaptor.
getPaginationParamsOrder() - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
Returns the pagination params order for the adaptor.
getPaginationParamsOrder() - Method in class org.batoo.jpa.core.jdbc.adapter.PostgreSqlAdaptor
Returns the pagination params order for the adaptor.
getParameter(int) - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
Returns the parameter at position.
getParameter(int) - Method in class org.batoo.jpa.core.impl.criteria.BaseQueryImpl
Returns the parameter at position.
getParameter(int) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getParameter(int, Class<T>) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getParameter(String) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getParameter(String, Class<T>) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getParameter(int) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Returns the parameter at position.
getParameterMetaData() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
getParameters() - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
Returns the parameters of the query.
getParameters() - Method in class org.batoo.jpa.core.impl.criteria.BaseQueryImpl
Returns the parameters of the query.
getParameters() - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getParameters() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Returns the parameters of the query.
getParameterType() - Method in class org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl
getParameterValue(int) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getParameterValue(Parameter<T>) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getParameterValue(String) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getParent() - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractJoin
getParent() - Method in class org.batoo.jpa.core.impl.criteria.join.FetchImpl
getParent() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
getParent() - Method in class org.batoo.jpa.core.impl.model.mapping.Mapping
Returns the parent of the mapping.
getParent() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the parent of the entity.
getParentLogger() - Method in class org.batoo.jpa.core.impl.jdbc.DataSourceImpl
getParentPath() - Method in class org.batoo.jpa.core.impl.criteria.expression.CollectionExpression
Returns the parentPath of the CollectionExpression.
getParentPath() - Method in class org.batoo.jpa.core.impl.criteria.path.AbstractPath
getPath() - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractTypeExpression
Returns the path of the type expression.
getPath() - Method in class org.batoo.jpa.core.impl.model.mapping.Mapping
Returns the path of the mapping.
getPath() - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMapping
Returns the path of the mapping.
getPersistenceType() - Method in class org.batoo.jpa.core.impl.model.type.BasicTypeImpl
getPersistenceType() - Method in class org.batoo.jpa.core.impl.model.type.EmbeddableTypeImpl
getPersistenceType() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
getPersistenceType() - Method in class org.batoo.jpa.core.impl.model.type.MappedSuperclassTypeImpl
getPersistenceUnitUtil() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
getPersistentAttributeType() - Method in class org.batoo.jpa.core.impl.model.attribute.AssociatedSingularAttribute
getPersistentAttributeType() - Method in class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
getPersistentAttributeType() - Method in class org.batoo.jpa.core.impl.model.attribute.EmbeddedAttribute
getPersistentAttributeType() - Method in class org.batoo.jpa.core.impl.model.attribute.PluralAttributeImpl
getPersistValidators() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
Returns the set of persist validators.
getPkColumnName() - Method in class org.batoo.jpa.core.impl.model.TableGenerator
Returns the pkColumnName of the table generator.
getPkColumnNames() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Returns the set of primary key column names.
getPkColumnNames() - Method in class org.batoo.jpa.core.impl.jdbc.EntityTable
Returns the set of primary key column names.
getPkColumns() - Method in class org.batoo.jpa.core.impl.jdbc.EntityTable
Returns the pkColumns of the EntityTable.
getPkColumnValue() - Method in class org.batoo.jpa.core.impl.model.TableGenerator
Returns the pkColumnValue of the table generator.
getPkCreateSql(String, String, Set<String>) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Returns the priary key drop SQL.
getPkDropSql(String, String, String) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Returns the priary key drop SQL.
getPkName() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcTable
Returns the primary key name of the table.
getPluralAttributes() - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getPosition() - Method in class org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl
getPrecision() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Returns the precision of the column.
getPrecision() - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Returns the precision of the column.
getPrecision() - Method in class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
Returns the precision of the column.
getPrecision() - Method in class org.batoo.jpa.core.impl.jdbc.ElementColumn
Returns the precision of the column.
getPrecision() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the precision of the column.
getPrecision() - Method in class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
Returns the precision of the column.
getPrecision() - Method in class org.batoo.jpa.core.impl.jdbc.OrderColumn
Returns the precision of the column.
getPrimaryTable() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the primary table of the type
getPrimaryTableAlias(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchImpl
Returns the alias of the primary table.
getPrimaryTableAlias(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
Returns the alias of the primary table.
getProductNames() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractJdbcAdaptor
 
getProductNames() - Method in class org.batoo.jpa.core.jdbc.adapter.DerbyAdaptor
getProductNames() - Method in class org.batoo.jpa.core.jdbc.adapter.H2Adaptor
getProductNames() - Method in class org.batoo.jpa.core.jdbc.adapter.HsqlAdaptor
getProductNames() - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
getProductNames() - Method in class org.batoo.jpa.core.jdbc.adapter.MySqlAdaptor
getProductNames() - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
getProductNames() - Method in class org.batoo.jpa.core.jdbc.adapter.PostgreSqlAdaptor
getProperties() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
getProperties() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
getProperty(String) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
Returns the persistence property.
getProviderUtil() - Method in class org.batoo.jpa.core.BatooPersistenceProvider
getQName() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Returns the qualified name of the table.
getQName() - Method in class org.batoo.jpa.core.impl.model.AbstractGenerator
Returns the qualified name of the table or sequence.
getQName() - Method in class org.batoo.jpa.core.impl.model.SequenceGenerator
Returns the qualified name of the table or sequence.
getQName() - Method in class org.batoo.jpa.core.impl.model.TableGenerator
Returns the qualified name of the table or sequence.
getQualified() - Method in class org.batoo.jpa.core.impl.criteria.jpql.Aliased
Returns the qualified of the Aliased.
getQueryString() - Method in class org.batoo.jpa.core.impl.criteria.jpql.JpqlQuery
Returns the query.
getQueryTimeout() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
getReference(Class<T>, Object) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
getReferencedColumnName() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the name of the referenced column of the join column.
getReferencedMapping() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the referencedMapping of the JoinColumn.
getReferencedTable() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the referenced table.
getReferencedTableName() - Method in class org.batoo.jpa.core.impl.jdbc.ForeignKey
Returns the referenced table of the foreign key.
getRefTable() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcForeignKey
Returns the refTable of the foreign key.
getRemoveValidators() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
Returns the set of remove validators.
getRestriction() - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
getRestriction() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaModify
Return the predicate that corresponds to the where clause restriction(s), or null if no restrictions have been specified.
getRestriction() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
getResultList() - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getResultSet() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
getResultSetConcurrency() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
getResultSetHoldability() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
getResultSetType() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
getResultType() - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
getResultType() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
getRollbackOnly() - Method in class org.batoo.jpa.core.impl.manager.EntityTransactionImpl
getRoot() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaModify
Return the query root.
getRoot() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementMapping
Returns the root of the mapping.
getRoot() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
Returns the root of the mapping.
getRoot() - Method in class org.batoo.jpa.core.impl.model.mapping.EntityMapping
Returns the root of the mapping.
getRoot() - Method in class org.batoo.jpa.core.impl.model.mapping.Mapping
Returns the root of the mapping.
getRoot() - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMapping
Returns the root mapping.
getRootAttribute(AttributeImpl<?, ?>) - Method in class org.batoo.jpa.core.impl.model.mapping.ParentMapping
Returns the root attribute.
getRootMapping() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the entityMapping of the EntityTypeImpl.
getRootPath() - Method in class org.batoo.jpa.core.impl.criteria.path.AbstractPath
Returns the root of the path.
getRootPath(String) - Method in class org.batoo.jpa.core.impl.model.mapping.ParentMapping
Returns the root path.
getRoots() - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
getRoots() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
getRootType() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the root type of the hierarchy.
getScale() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Returns the scale of the column.
getScale() - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Returns the scale of the column.
getScale() - Method in class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
Returns the scale of the column.
getScale() - Method in class org.batoo.jpa.core.impl.jdbc.ElementColumn
Returns the scale of the column.
getScale() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the scale of the column.
getScale() - Method in class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
Returns the scale of the column.
getScale() - Method in class org.batoo.jpa.core.impl.jdbc.OrderColumn
Returns the scale of the column.
getSchema() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Returns the schema.
getSchema() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
getSchema() - Method in class org.batoo.jpa.core.impl.model.AbstractGenerator
Returns the schema of the generator.
getSchema() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcTable
Returns the schema of the table.
getSecond() - Method in class org.batoo.jpa.core.util.Pair
Returns the second.
getSegments() - Method in class org.batoo.jpa.core.impl.criteria.jpql.Qualified
Returns the segments of the Qualified.
getSelectCriteria() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Returns the select criteria.
getSelection() - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
getSelection() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
getSelectLastIdentitySql(PkColumn) - Method in class org.batoo.jpa.core.jdbc.adapter.DerbyAdaptor
Returns the SQL to select the last identity generated.
getSelectLastIdentitySql(PkColumn) - Method in class org.batoo.jpa.core.jdbc.adapter.H2Adaptor
Returns the SQL to select the last identity generated.
getSelectLastIdentitySql(PkColumn) - Method in class org.batoo.jpa.core.jdbc.adapter.HsqlAdaptor
Returns the SQL to select the last identity generated.
getSelectLastIdentitySql(PkColumn) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Returns the SQL to select the last identity generated.
getSelectLastIdentitySql(PkColumn) - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Returns the SQL to select the last identity generated.
getSelectLastIdentitySql(PkColumn) - Method in class org.batoo.jpa.core.jdbc.adapter.MySqlAdaptor
Returns the SQL to select the last identity generated.
getSelectLastIdentitySql(PkColumn) - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
Returns the SQL to select the last identity generated.
getSelectLastIdentitySql(PkColumn) - Method in class org.batoo.jpa.core.jdbc.adapter.PostgreSqlAdaptor
Returns the SQL to select the last identity generated.
getSelectVersionColumns() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Returns the select version columns.
getSelectVersionSql(Map<String, AbstractColumn>) - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Returns the version select statement for the table specifically.
getSequenceName() - Method in class org.batoo.jpa.core.impl.model.SequenceGenerator
Returns the sequenceName of the sequence generator.
getSession() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Returns the session.
getSession() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Returns the session.
getSessionId() - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Returns the sessionId.
getSet(String) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getSet(String, Class<E>) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getSingleResult() - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getSingularAttribute(String) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getSingularAttribute(String, Class<Y>) - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getSingularAttributes() - Method in class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
getSingularMappings() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
Returns the sorted singular mappings of the embeddable
getSingularMappings() - Method in class org.batoo.jpa.core.impl.model.type.EmbeddableTypeImpl
Returns the sorted singular mappings of the embeddable.
getSize() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcColumn
Returns the size of the column.
getSnapshot() - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Return the items that are added.
getSnapshot() - Method in class org.batoo.jpa.core.impl.collections.ManagedList
Return the items that are added.
getSnapshot() - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
Return the items that are added.
getSnapshot() - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
Return the items that are added.
getSourceKey() - Method in class org.batoo.jpa.core.impl.jdbc.JoinTable
Returns the sourceKey of the JoinTable.
getSql() - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
Returns the SQL for the query.
getSql() - Method in class org.batoo.jpa.core.impl.criteria.BaseQueryImpl
Returns the SQL for the query.
getSql() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Returns the SQL for the query.
getSqlParameters() - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
Returns the SQL parameters of the query.
getSqlParameters() - Method in class org.batoo.jpa.core.impl.criteria.BaseQueryImpl
Returns the SQL parameters of the query.
getSqlParameters() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Returns the SQL parameters of the query.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.AbstractSelection
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.CompoundSelectionImpl
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.AggregationExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.AllAnyExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.ArithmeticExression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.BooleanExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.CaseImpl
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.CaseTransformationExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.CoalesceExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.CollectionExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.ComparisonExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.ConcatExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.ConstantExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.CountExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.CurrentTemporalExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.EntityTypeExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.ExistsExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.FunctionExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.IndexExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.InExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.IsEmptyExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.IsNullExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.LikeExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.LocateExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.MapEntryExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.MapExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.MemberOfExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.NegationExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.NullIfExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.NumericFunctionExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.SimpleCaseImpl
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.SizeExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.StaticTypeExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.SubstringExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.TrimExpression
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>, MapJoinImpl.MapSelectType) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
Returns the SQL restriction in pairs of table alias and column.
getSqlRestrictionFragments(BaseQueryImpl<?>, MapJoinImpl.MapSelectType) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
Returns the SQL restriction in pairs of table alias and column.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.path.BasicPath
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.path.EmbeddedAttributePath
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.path.EntityPath
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.path.MapKeyPath
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Returns the SQL restriction fragments.
getSqlType() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Returns the SQL Type of the column.
getSqlType() - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Returns the SQL Type of the column.
getSqlType() - Method in class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
Returns the SQL Type of the column.
getSqlType() - Method in class org.batoo.jpa.core.impl.jdbc.ElementColumn
Returns the SQL Type of the column.
getSqlType() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the SQL Type of the column.
getSqlType() - Method in class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
Returns the SQL Type of the column.
getSqlType() - Method in class org.batoo.jpa.core.impl.jdbc.OrderColumn
Returns the SQL Type of the column.
getSqlType(Class<?>, TemporalType, EnumType, boolean) - Static method in class org.batoo.jpa.core.impl.jdbc.TypeFactory
Returns the SQL type of the java type
getStats() - Method in class org.batoo.jpa.core.impl.cache.CacheImpl
Returns the global cache stats.
getStats(Class<?>) - Method in class org.batoo.jpa.core.impl.cache.CacheImpl
Returns the stats for the class.
getStatus() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Returns the status.
getSupertype() - Method in class org.batoo.jpa.core.impl.model.type.IdentifiableTypeImpl
getTable() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Returns the table of the column
getTable() - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Returns the table of the column
getTable() - Method in class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
Returns the table of the column
getTable() - Method in class org.batoo.jpa.core.impl.jdbc.ElementColumn
Returns the table of the column
getTable() - Method in class org.batoo.jpa.core.impl.jdbc.ForeignKey
Returns the table of the ForeignKey.
getTable() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the table of the column
getTable() - Method in class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
Returns the table of the column
getTable() - Method in class org.batoo.jpa.core.impl.jdbc.OrderColumn
Returns the table of the column
getTable() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Returns the join table of the mapping.
getTable() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Returns the table for the relation.
getTable() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
Returns the table for the relation.
getTable() - Method in interface org.batoo.jpa.core.impl.model.mapping.JoinedMapping
Returns the table for the relation.
getTable() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Returns the join table of the mapping.
getTable() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMapping
Returns the join table of the mapping.
getTable() - Method in class org.batoo.jpa.core.impl.model.TableGenerator
Returns the table of the table generator.
getTable(String) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the table with the name.
getTableAlias(BaseQueryImpl<?>, AbstractTable) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
Returns the alias for the table.
getTableAlias(BaseQueryImpl<?>, AbstractTable) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
Returns the alias for the table.
getTableAlias(BaseQueryImpl<?>, AbstractTable) - Method in interface org.batoo.jpa.core.impl.criteria.join.Joinable
Returns the alias for the table.
getTableAlias(BaseQueryImpl<?>, AbstractTable) - Method in class org.batoo.jpa.core.impl.criteria.path.EntityPath
Returns the alias for the table.
getTableName() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Returns the table name of the column.
getTableName() - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Returns the table name of the column.
getTableName() - Method in class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
Returns the table name of the column.
getTableName() - Method in class org.batoo.jpa.core.impl.jdbc.ElementColumn
Returns the table name of the column.
getTableName() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the table name of the column.
getTableName() - Method in class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
Returns the table name of the column.
getTableName() - Method in class org.batoo.jpa.core.impl.jdbc.OrderColumn
Returns the table name of the column.
getTables() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns the tables of the type, starting from the top of the hierarchy.
getTemporalType() - Method in class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
Returns the temporal type of the attribute.
getTransaction() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
getTransaction() - Method in class org.batoo.jpa.core.impl.manager.JtaEntityManagerImpl
getTransactionIsolation() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
getTransactionManager() - Method in class org.batoo.jpa.core.impl.manager.JtaEntityManagerFactoryImpl
Returns the transaction manager.
getType() - Method in class org.batoo.jpa.core.impl.cache.CacheReference
Returns the type of the reference.
getType() - Method in class org.batoo.jpa.core.impl.instance.ManagedId
Returns the type of the managed id.
getType() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Returns the type.
getType() - Method in class org.batoo.jpa.core.impl.model.attribute.AssociatedSingularAttribute
getType() - Method in class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
getType() - Method in class org.batoo.jpa.core.impl.model.attribute.EmbeddedAttribute
getType() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Returns the bindable entity type.
getType() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Returns the bindable entity type.
getType() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementMapping
Returns the entity or embeddable type of the mapping.
getType() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
Returns the entity or embeddable type of the mapping.
getType() - Method in class org.batoo.jpa.core.impl.model.mapping.EntityMapping
Returns the entity or embeddable type of the mapping.
getType() - Method in interface org.batoo.jpa.core.impl.model.mapping.JoinedMapping
Returns the bindable entity type.
getType() - Method in class org.batoo.jpa.core.impl.model.mapping.ParentMapping
Returns the entity or embeddable type of the mapping.
getType() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Returns the bindable entity type.
getType() - Method in interface org.batoo.jpa.core.impl.model.mapping.RootMapping
Returns the type of the root mapping.
getType() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMapping
Returns the bindable entity type.
getType() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcColumn
Returns the type of the column.
getTypeMap() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
getUniqueConstraints() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Returns the unique constraints.
getUpdateColumns(EntityTypeImpl<?>) - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Returns the columns for the update.
getUpdateCount() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
getUpdateSql(EntityTypeImpl<?>, Map<String, AbstractColumn>) - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Returns the update statement for the table specifically.
getUpdateValidators() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
Returns the set of update validators.
getValidationFactory() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
Returns the validation factory.
getValue() - Method in class org.batoo.jpa.core.impl.criteria.EntryImpl
getValue(Object) - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Returns the value for the column
getValue(Object) - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Returns the value for the column
getValue(Object) - Method in class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
Returns the value for the column
getValue(Object) - Method in class org.batoo.jpa.core.impl.jdbc.ElementColumn
Returns the value for the column
getValue(Object) - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the value for the column
getValue(Object) - Method in class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
Returns the value for the column
getValue(Object) - Method in class org.batoo.jpa.core.impl.jdbc.OrderColumn
Returns the value for the column
getValueColumnName() - Method in class org.batoo.jpa.core.impl.model.TableGenerator
Returns the valueColumnName of the table generator.
getVersion(Class<Y>) - Method in class org.batoo.jpa.core.impl.model.type.IdentifiableTypeImpl
getVersionAttribute() - Method in class org.batoo.jpa.core.impl.model.type.IdentifiableTypeImpl
Returns the version attribute.
getVersionType() - Method in class org.batoo.jpa.core.impl.model.type.IdentifiableTypeImpl
Returns the type of the version attribute.
getVersionUpdateColumns() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Returns the version update columns.
getVersionUpdateSql(Map<String, AbstractColumn>) - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Returns the version update statement for the table specifically.
getWarnings() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
getWarnings() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
greaterThan(Expression<? extends Y>, Y) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
greatest(Expression<X>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
groupBy(Expression<?>...) - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
groupBy(List<Expression<?>>) - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
groupBy(Expression<?>...) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
groupBy(List<Expression<?>>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
groupBy(Expression<?>...) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
groupBy(List<Expression<?>>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
gt(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
gt(Expression<? extends Number>, Number) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl

H

H2Adaptor - Class in org.batoo.jpa.core.jdbc.adapter
JDBC Adapter for H2DB.
H2Adaptor() - Constructor for class org.batoo.jpa.core.jdbc.adapter.H2Adaptor
 
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.AbstractSelection
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.CompoundSelectionImpl
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.AggregationExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.AllAnyExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.ArithmeticExression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.BooleanExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.CaseImpl
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.CaseTransformationExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.CoalesceExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.CollectionExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.ComparisonExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.ConcatExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.ConstantExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.CountExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.CurrentTemporalExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.EntityTypeExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.ExistsExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.FunctionExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.IndexExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.InExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.IsEmptyExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.IsNullExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.LikeExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.LocateExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.MapEntryExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.MapExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.MemberOfExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.NegationExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.NullIfExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.NumericFunctionExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.PredicateImpl
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.SimpleCaseImpl
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.SizeExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.StaticTypeExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.SubstringExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.TrimExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
Handles the row.
handle(SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
Handles the row.
handle(SessionImpl, ResultSet, MapJoinImpl.MapSelectType) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.join.MapJoinImpl
Handles the row.
handle(SessionImpl, ResultSet, MapJoinImpl.MapSelectType) - Method in class org.batoo.jpa.core.impl.criteria.join.MapJoinImpl
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.path.BasicPath
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.path.EmbeddedAttributePath
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.path.EntityPath
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.path.MapKeyPath
Handles the row.
handle(ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Handles the row.
handle(ResultSet) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.SingleValueHandler
handleAdditions(EntityManagerImpl) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Handles the entities that have been added.
handleAdditions() - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Handles the additions to the collections.
handleElementFetch(ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
Handles the row
handleElementFetch(ResultSet, MapJoinImpl.MapSelectType) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
Handles the row
handleException(Throwable) - Method in class org.batoo.jpa.core.impl.deployment.DeploymentManager
Handles the exception.
handleExternals() - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Handles the external entities that are updated
handleFetch(SessionImpl, ResultSet, MapJoinImpl.MapSelectType) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
Handles the row.
handleOrphans(EntityManagerImpl) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Handles the entities that have been orphaned.
handleOrphans() - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Removes entities that have been orphaned
hashCode() - Method in class org.batoo.jpa.core.impl.cache.ResultListReference
hashCode() - Method in class org.batoo.jpa.core.impl.collections.ManagedList
hashCode() - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
hashCode() - Method in class org.batoo.jpa.core.impl.criteria.EntryImpl
hashCode() - Method in class org.batoo.jpa.core.impl.instance.ManagedId
hashCode() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
hashCode() - Method in class org.batoo.jpa.core.impl.model.mapping.Mapping
hashCode() - Method in class org.batoo.jpa.core.util.Pair
hasInitialId() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Returns if the instance has initial id.
hasNext() - Method in class org.batoo.jpa.core.impl.collections.WrappedIterator
hasPerformed(TypeImpl<?>) - Method in class org.batoo.jpa.core.impl.deployment.DeploymentManager
Returns if the type has performed.
hasPrevious() - Method in class org.batoo.jpa.core.impl.collections.WrappedListIterator
hasSelfUpdate() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Returns if the instance has self update.
hasSingleIdAttribute() - Method in class org.batoo.jpa.core.impl.model.type.IdentifiableTypeImpl
hasTransactionMarkedForRollback() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Returns if the entity manager has a transaction which is marked for rollback.
hasTransactionMarkedForRollback() - Method in class org.batoo.jpa.core.impl.manager.JtaEntityManagerImpl
Returns if the entity manager has a transaction which is marked for rollback.
hasValidators() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
Returns if the persistence unit has validators
hasVersionAttribute() - Method in class org.batoo.jpa.core.impl.model.type.IdentifiableTypeImpl
having(Expression<Boolean>) - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
having(Predicate...) - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
having(Expression<Boolean>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
having(Predicate...) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
having(Expression<Boolean>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
having(Predicate...) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
hits() - Method in class org.batoo.jpa.core.impl.cache.CacheStats
Returns the number of hits.
HsqlAdaptor - Class in org.batoo.jpa.core.jdbc.adapter
JDBC Adapter for HSQLDB.
HsqlAdaptor() - Constructor for class org.batoo.jpa.core.jdbc.adapter.HsqlAdaptor
 

I

IdentifiableTypeImpl<X> - Class in org.batoo.jpa.core.impl.model.type
Implementation of IdentifiableType.
IdentifiableTypeImpl(MetamodelImpl, IdentifiableTypeImpl<? super X>, Class<X>, IdentifiableTypeMetadata) - Constructor for class org.batoo.jpa.core.impl.model.type.IdentifiableTypeImpl
 
IdQueue - Class in org.batoo.jpa.core.impl.model
 
IdQueue(ExecutorService, String, int) - Constructor for class org.batoo.jpa.core.impl.model.IdQueue
 
IdType - Enum in org.batoo.jpa.core.jdbc
The type of the id attributes
in(Expression<? extends T>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
in(Collection<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractExpression
in(Expression<?>...) - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractExpression
in(Expression<Collection<?>>) - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractExpression
in(Object...) - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractExpression
IncrementalNamingThreadFactory - Class in org.batoo.jpa.core.util
Thread factory that names the threads in the form of "name [no]".
IncrementalNamingThreadFactory(String) - Constructor for class org.batoo.jpa.core.util.IncrementalNamingThreadFactory
 
incrementVersion(ConnectionImpl, boolean) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Increments the version of the instance.
index() - Method in class org.batoo.jpa.core.impl.criteria.join.ListJoinImpl
IndexExpression - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for list join indices.
IndexExpression(ListJoinImpl<?, ?>, OrderColumn) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.IndexExpression
 
indexOf(Object) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
InExpression - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for in predicates.
InExpression(AbstractExpression<?>, Expression<?>[]) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.InExpression
 
InExpression(Expression<?>, Collection<?>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.InExpression
 
inherit(Collection<Mapping<? super X, ?, ?>>) - Method in class org.batoo.jpa.core.impl.model.mapping.ParentMapping
Inherits the mappings from the parent.
initialize(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Initializes the mapping.
initialize(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
Initializes the mapping.
initialize(ManagedInstance<?>) - Method in interface org.batoo.jpa.core.impl.model.mapping.JoinedMapping
Initializes the mapping.
initialize(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Initializes the mapping.
initialize(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMapping
Initializes the mapping.
InPredicate<T> - Class in org.batoo.jpa.core.impl.criteria
Predicate for In expressions.
InPredicate(Expression<? extends T>) - Constructor for class org.batoo.jpa.core.impl.criteria.InPredicate
 
INTEGER - Static variable in class org.batoo.jpa.core.impl.criteria.expression.ExpressionConverter
Integer converter.
internal() - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
Marks the query as internal entity query.
invalidateObject(K, V) - Method in class org.batoo.jpa.core.pool.GenericKeyedPool
invalidateObject(T) - Method in class org.batoo.jpa.core.pool.GenericPool
isActive() - Method in class org.batoo.jpa.core.impl.manager.EntityTransactionImpl
isAfterMainSql() - Method in enum org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor.PaginationParamsOrder
Returns if the pagination params come after the main SQL.
isAscending() - Method in class org.batoo.jpa.core.impl.criteria.OrderImpl
isAssociation() - Method in class org.batoo.jpa.core.impl.model.attribute.AssociatedSingularAttribute
isAssociation() - Method in class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
isAssociation() - Method in class org.batoo.jpa.core.impl.model.attribute.EmbeddedAttribute
isAssociation() - Method in class org.batoo.jpa.core.impl.model.attribute.PluralAttributeImpl
isAssociation() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Returns if the mapping is an association.
isAssociation() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
Returns if the mapping is an association.
isAssociation() - Method in interface org.batoo.jpa.core.impl.model.mapping.JoinedMapping
Returns if the mapping is an association.
isAssociation() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Returns if the mapping is an association.
isAssociation() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMapping
Returns if the mapping is an association.
isBound(Parameter<?>) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
isCachable() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns if the entity is cachable.
isClosed() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
isClosed() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
isCloseOnCompletion() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
isCollection() - Method in class org.batoo.jpa.core.impl.model.attribute.PluralAttributeImpl
isCollection() - Method in class org.batoo.jpa.core.impl.model.attribute.SingularAttributeImpl
isCompoundSelection() - Method in class org.batoo.jpa.core.impl.criteria.AbstractSelection
isCorrelated() - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
isDistinct() - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
isDistinct() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
isEager() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Returns if the association should be eagerly fetched.
isEager() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Returns if the association should be eagerly fetched.
isEager() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
Returns if the association should be eagerly fetched.
isEager() - Method in interface org.batoo.jpa.core.impl.model.mapping.JoinedMapping
Returns if the association should be eagerly fetched.
isEmpty() - Method in class org.batoo.jpa.core.impl.collections.ManagedList
isEmpty() - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
isEmpty() - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
isEmpty(Expression<C>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
IsEmptyExpression - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for empty
IsEmptyExpression(Expression<?>, boolean) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.IsEmptyExpression
 
isEntity() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementMapping
Returns if the root is an entity.
isEntity() - Method in class org.batoo.jpa.core.impl.model.mapping.EntityMapping
Returns if the root is an entity.
isEntity() - Method in interface org.batoo.jpa.core.impl.model.mapping.RootMapping
Returns if the root is an entity.
isEntityList() - Method in class org.batoo.jpa.core.impl.criteria.AbstractSelection
Returns if the selection is comprises of entities only.
isEntityList() - Method in class org.batoo.jpa.core.impl.criteria.CompoundSelectionImpl
Returns if the selection is comprises of entities only.
isEntityList() - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
Returns if the selection is comprises of entities only.
isExcludeDefaultListeners() - Method in class org.batoo.jpa.core.impl.manager.CallbackManager
Returns if the default listeners are excluded.
isExcludeSuperclassListeners() - Method in class org.batoo.jpa.core.impl.manager.CallbackManager
Returns if the super type listeners are excluded.
isFalse(Expression<Boolean>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
isId() - Method in class org.batoo.jpa.core.impl.model.attribute.AssociatedSingularAttribute
isId() - Method in class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
isId() - Method in class org.batoo.jpa.core.impl.model.attribute.EmbeddedAttribute
isId() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementMapping
Returns if the mapping is part of an id attribute.
isId() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
Returns if the mapping is part of an id attribute.
isId() - Method in class org.batoo.jpa.core.impl.model.mapping.EntityMapping
Returns if the mapping is part of an id attribute.
isId() - Method in class org.batoo.jpa.core.impl.model.mapping.ParentMapping
Returns if the mapping is part of an id attribute.
isIdMethod(Method) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns if the method is an id method.
isInitialized() - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Returns if the list is initialized.
isInitialized() - Method in class org.batoo.jpa.core.impl.collections.ManagedList
Returns if the list is initialized.
isInitialized() - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
Returns if the list is initialized.
isInitialized() - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
Returns if the list is initialized.
isInsertable() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Returns the insertable of the column.
isInsertable() - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Returns the insertable of the column.
isInsertable() - Method in class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
Returns the insertable of the column.
isInsertable() - Method in class org.batoo.jpa.core.impl.jdbc.ElementColumn
Returns the insertable of the column.
isInsertable() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the insertable of the JoinColumn.
isInsertable() - Method in class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
Returns the insertable of the column.
isInsertable() - Method in class org.batoo.jpa.core.impl.jdbc.OrderColumn
Returns the insertable of the column.
isJoined() - Method in class org.batoo.jpa.core.impl.model.attribute.AssociatedSingularAttribute
Returns if the association is joined.
isJoined() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Returns if the mapping is a joined mapping.
isJoined() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
Returns if the mapping is a joined mapping.
isJoined() - Method in interface org.batoo.jpa.core.impl.model.mapping.JoinedMapping
Returns if the mapping is a joined mapping.
isJoined() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Returns if the mapping is a joined mapping.
isJoined() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMapping
Returns if the mapping is a joined mapping.
isJoinedToTransaction() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
isJoinedToTransaction() - Method in class org.batoo.jpa.core.impl.manager.JtaEntityManagerImpl
isJoinLoaded(String) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Returns if attribute name attributeNaöe has been loaded.
isLoaded(Object) - Method in class org.batoo.jpa.core.impl.manager.PersistenceUnitUtilImpl
isLoaded(Object, String) - Method in class org.batoo.jpa.core.impl.manager.PersistenceUnitUtilImpl
isLoaded(Object) - Method in class org.batoo.jpa.core.impl.manager.PersistenceUtilImpl
isLoadedWithoutReference(Object, String) - Method in class org.batoo.jpa.core.impl.manager.PersistenceUtilImpl
isLoadedWithReference(Object, String) - Method in class org.batoo.jpa.core.impl.manager.PersistenceUtilImpl
isLoading() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Returns if the instance is loading.
isLoadingFromCache() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Returns if the instance is loading from the cache.
isLob() - Method in class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
Returns if the attribute is lob.
isMap() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Returns if the mapping is a map collection.
isMap() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
Returns if the mapping is a map collection.
isMap() - Method in interface org.batoo.jpa.core.impl.model.mapping.JoinedMapping
Returns if the mapping is a map collection.
isMap() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Returns if the mapping is a map collection.
isMap() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMapping
Returns if the mapping is a map collection.
isMember(E, Expression<C>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
isMember(Expression<E>, Expression<C>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
isNegated() - Method in class org.batoo.jpa.core.impl.criteria.expression.PredicateImpl
isNotEmpty(Expression<C>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
isNotMember(E, Expression<C>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
isNotMember(Expression<E>, Expression<C>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
isNotNull(Expression<?>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
isNotNull() - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractExpression
isNull(Expression<?>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
isNull() - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractExpression
isNullable() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Returns the nullable of the column.
isNullable() - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Returns the nullable of the column.
isNullable() - Method in class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
Returns the nullable of the column.
isNullable() - Method in class org.batoo.jpa.core.impl.jdbc.ElementColumn
Returns the nullable of the column.
isNullable() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the nullable of the JoinColumn.
isNullable() - Method in class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
Returns the nullable of the column.
isNullable() - Method in class org.batoo.jpa.core.impl.jdbc.OrderColumn
Returns the nullable of the column.
isNullable() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcColumn
Returns if the column is nullable.
IsNullExpression - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for null checks.
IsNullExpression(boolean, AbstractExpression<?>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.IsNullExpression
 
isOn() - Method in class org.batoo.jpa.core.impl.cache.CacheImpl
Returns if the cache is on.
isOpen() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
isOpen() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
isOptional() - Method in class org.batoo.jpa.core.impl.model.attribute.AssociatedSingularAttribute
isOptional() - Method in class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
isOptional() - Method in class org.batoo.jpa.core.impl.model.attribute.EmbeddedAttribute
isOwner() - Method in class org.batoo.jpa.core.impl.model.attribute.AssociatedSingularAttribute
Returns if the attribute is the owner.
isOwner() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Returns if the association is the owner side.
isPmdBroken() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Returns if the PMD is Broken for the adaptor.
isPmdBroken() - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Returns if the PMD is Broken for the adaptor.
isPmdKnownBroken() - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.AbstractQueryRunner
Oracle drivers don't support ParameterMetaData.getParameterType(int); if pmdKnownBroken is set to true, we won't even try it; if false, we'll try it, and if it breaks, we'll remember not to use it again.
isPoolable() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
isPrimaryKey() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Returns if the column is a primary key column.
isPrimaryKey() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns if the column is a primary key column.
isPrimaryKey() - Method in class org.batoo.jpa.core.impl.jdbc.PkColumn
Returns if the column is a primary key column.
isQuery() - Method in class org.batoo.jpa.core.impl.criteria.BaseQueryImpl
Returns if the query is a select query.
isQuery() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaDeleteImpl
Returns if the query is a select query.
isQuery() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
Returns if the query is a select query.
isQuery() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaUpdateImpl
Returns if the query is a select query.
isQuery() - Method in class org.batoo.jpa.core.impl.criteria.SubQueryStub
Returns if the query is a select query.
isReadOnly() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
isRefreshing() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Returns if the instance is refreshing.
isRoot() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Returns if the entity is the root of the hierarchy.
isTrue(Expression<Boolean>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
isUnique() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Returns the unique of the column.
isUnique() - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Returns the unique of the column.
isUnique() - Method in class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
Returns the unique of the column.
isUnique() - Method in class org.batoo.jpa.core.impl.jdbc.ElementColumn
Returns the unique of the column.
isUnique() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the unique of the JoinColumn.
isUnique() - Method in class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
Returns the unique of the column.
isUnique() - Method in class org.batoo.jpa.core.impl.jdbc.OrderColumn
Returns the unique of the column.
isUpdatable() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Returns the updatable of the column.
isUpdatable() - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Returns the updatable of the column.
isUpdatable() - Method in class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
Returns the updatable of the column.
isUpdatable() - Method in class org.batoo.jpa.core.impl.jdbc.ElementColumn
Returns the updatable of the column.
isUpdatable() - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Returns the updatable of the JoinColumn.
isUpdatable() - Method in class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
Returns the updatable of the column.
isUpdatable() - Method in class org.batoo.jpa.core.impl.jdbc.OrderColumn
Returns the updatable of the column.
isValid(int) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
isValid(EntityTransactionImpl) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Check if the transaction is valid and belongs to this entity manager.
isVersion() - Method in class org.batoo.jpa.core.impl.model.attribute.AssociatedSingularAttribute
isVersion() - Method in class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
isVersion() - Method in class org.batoo.jpa.core.impl.model.attribute.EmbeddedAttribute
isWrapperFor(Class<?>) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
isWrapperFor(Class<?>) - Method in class org.batoo.jpa.core.impl.jdbc.DataSourceImpl
isWrapperFor(Class<?>) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
iterator() - Method in class org.batoo.jpa.core.impl.collections.ManagedList
iterator() - Method in class org.batoo.jpa.core.impl.collections.ManagedSet

J

JDBC_DRIVER - Static variable in interface org.batoo.jpa.core.JPASettings
The name of a JDBC driver to use to connect to the database.
JDBC_PASSWORD - Static variable in interface org.batoo.jpa.core.JPASettings
The JDBC connection password.
JDBC_URL - Static variable in interface org.batoo.jpa.core.JPASettings
The JDBC connection url to use to connect to the database.
JDBC_USER - Static variable in interface org.batoo.jpa.core.JPASettings
The JDBC connection user name.
JdbcAdaptor - Class in org.batoo.jpa.core.jdbc.adapter
Base class for JDBC Adapters.
JdbcAdaptor() - Constructor for class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
 
JdbcAdaptor.PaginationParamsOrder - Enum in org.batoo.jpa.core.jdbc.adapter
The order of pagination paramaters embedded into the SQL.
JdbcColumn - Class in org.batoo.jpa.core.jdbc.adapter
The metadata for a column of an existing table.
JdbcColumn(ResultSet) - Constructor for class org.batoo.jpa.core.jdbc.adapter.JdbcColumn
 
JdbcForeignKey - Class in org.batoo.jpa.core.jdbc.adapter
The metadata for a foreign of an existing table.
JdbcForeignKey(ResultSet) - Constructor for class org.batoo.jpa.core.jdbc.adapter.JdbcForeignKey
 
JdbcIndex - Class in org.batoo.jpa.core.jdbc.adapter
The metadata for an index of an existing table.
JdbcIndex(String) - Constructor for class org.batoo.jpa.core.jdbc.adapter.JdbcIndex
 
JdbcTable - Class in org.batoo.jpa.core.jdbc.adapter
The metadata for an existing table in the database.
JdbcTable(DatabaseMetaData, ResultSet) - Constructor for class org.batoo.jpa.core.jdbc.adapter.JdbcTable
 
join(CollectionAttribute<? super X, Y>) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
join(CollectionAttribute<? super X, Y>, JoinType) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
join(ListAttribute<? super X, Y>) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
join(ListAttribute<? super X, Y>, JoinType) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
join(MapAttribute<? super X, K, V>) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
join(MapAttribute<? super X, K, V>, JoinType) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
join(SetAttribute<? super X, Y>) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
join(SetAttribute<? super X, Y>, JoinType) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
join(SingularAttribute<? super X, Y>) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
join(SingularAttribute<? super X, Y>, JoinType) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
join(String) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
join(String, JoinType) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
join(String, JoinType) - Method in class org.batoo.jpa.core.impl.criteria.join.FetchParentImpl
Joins instead of fetch.
join(String, String, JoinType) - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Returns the join SQL for the mapping.
join(String, String, JoinType) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Returns the join SQL for the mapping.
join(String, String, JoinType) - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMapping
Returns the join SQL for the mapping.
join(String, String, JoinType) - Method in interface org.batoo.jpa.core.impl.model.mapping.JoinedMapping
Returns the join SQL for the mapping.
Joinable - Interface in org.batoo.jpa.core.impl.criteria.join
Interface for joinable types.
JoinableTable - Interface in org.batoo.jpa.core.impl.jdbc
 
joinCollection(String) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
joinCollection(String, JoinType) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
JoinColumn - Class in org.batoo.jpa.core.impl.jdbc
Mapping of two BasicColumns.
JoinColumn(JdbcAdaptor, AssociationMapping<?, ?, ?>, BasicMapping<?, ?>) - Constructor for class org.batoo.jpa.core.impl.jdbc.JoinColumn
Constructor with no metadata.
JoinColumn(JdbcAdaptor, EntityTable, BasicMapping<?, ?>) - Constructor for class org.batoo.jpa.core.impl.jdbc.JoinColumn
Constructor for inheritance and secondary table joins.
JoinColumn(JdbcAdaptor, JoinColumnMetadata) - Constructor for class org.batoo.jpa.core.impl.jdbc.JoinColumn
Constructor with metadata.
JoinColumn(JdbcAdaptor, PrimaryKeyJoinColumnMetadata, SecondaryTable, BasicMapping<?, ?>) - Constructor for class org.batoo.jpa.core.impl.jdbc.JoinColumn
Constructor for secondary table join column with metadata.
JoinColumn(JdbcAdaptor, SecondaryTable, BasicMapping<?, ?>) - Constructor for class org.batoo.jpa.core.impl.jdbc.JoinColumn
Constructor for inheritance and secondary table joins.
JoinedMapping<Z,X,Y> - Interface in org.batoo.jpa.core.impl.model.mapping
Mapping that have a join or collection table
JoinedMapping.MappingType - Enum in org.batoo.jpa.core.impl.model.mapping
Type of the mapping
joinList(String) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
joinList(String, JoinType) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
joinMap(String) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
joinMap(String, JoinType) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
joinPrimary(String, String) - Method in class org.batoo.jpa.core.impl.jdbc.SecondaryTable
 
joinSet(String) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
joinSet(String, JoinType) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
JoinTable - Class in org.batoo.jpa.core.impl.jdbc
 
JoinTable(EntityTypeImpl<?>, JoinTableMetadata) - Constructor for class org.batoo.jpa.core.impl.jdbc.JoinTable
 
joinTransaction() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
joinTransaction() - Method in class org.batoo.jpa.core.impl.manager.JtaEntityManagerImpl
JPASettings - Interface in org.batoo.jpa.core
 
JpqlQuery - Class in org.batoo.jpa.core.impl.criteria.jpql
The class that constructs a CriteriaQuery out of JPQL.
JpqlQuery(EntityManagerFactoryImpl, CriteriaBuilderImpl, NamedQueryMetadata) - Constructor for class org.batoo.jpa.core.impl.criteria.jpql.JpqlQuery
Constructor for named queries.
JpqlQuery(EntityManagerFactoryImpl, String) - Constructor for class org.batoo.jpa.core.impl.criteria.jpql.JpqlQuery
 
JTA_DATASOURCE - Static variable in interface org.batoo.jpa.core.JPASettings
The JNDI name of a JTA DataSource.
JtaEntityManagerFactoryImpl - Class in org.batoo.jpa.core.impl.manager
Entity Manager factory for JTA Environments.
JtaEntityManagerFactoryImpl(String, PersistenceParser) - Constructor for class org.batoo.jpa.core.impl.manager.JtaEntityManagerFactoryImpl
 
JtaEntityManagerImpl - Class in org.batoo.jpa.core.impl.manager
Entity Manager for JTA Environments.
JtaEntityManagerImpl(JtaEntityManagerFactoryImpl, MetamodelImpl, DataSourceImpl, Map<String, Object>, JdbcAdaptor) - Constructor for class org.batoo.jpa.core.impl.manager.JtaEntityManagerImpl
 

K

key() - Method in class org.batoo.jpa.core.impl.criteria.join.MapJoinImpl
keys(M) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
keySet() - Method in class org.batoo.jpa.core.impl.collections.ManagedMap

L

lastIndexOf(Object) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
lazyInstanceLoading(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Notifies the session that the lazy instance is loading
le(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
le(Expression<? extends Number>, Number) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
least(Expression<X>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
length(Expression<String>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
lessThan(Expression<? extends Y>, Y) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
like(Expression<String>, Expression<String>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
like(Expression<String>, Expression<String>, char) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
like(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
like(Expression<String>, String) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
like(Expression<String>, String, char) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
like(Expression<String>, String, Expression<Character>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
LikeExpression - Class in org.batoo.jpa.core.impl.criteria.expression
The expression for like operation.
LikeExpression(Expression<String>, Expression<String>, Expression<Character>, boolean) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.LikeExpression
 
link(EmbeddableTypeImpl<?>, String, ElementMapping<?>) - Method in class org.batoo.jpa.core.impl.jdbc.CollectionTable
Links
link(TypeImpl<?>, String, ColumnMetadata, EnumType, TemporalType, boolean) - Method in class org.batoo.jpa.core.impl.jdbc.CollectionTable
 
link(AssociationMapping<?, ?, ?>, EntityTypeImpl<?>) - Method in class org.batoo.jpa.core.impl.jdbc.ForeignKey
Links the foreign key.
link(EntityTypeImpl<?>, EntityTypeImpl<?>) - Method in class org.batoo.jpa.core.impl.jdbc.JoinTable
 
link() - Method in class org.batoo.jpa.core.impl.jdbc.SecondaryTable
Links the secondary table to the primary table
link() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Links the attribute to its associate entity type and inverse attribute if bidirectional.
link() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Links the attribute to its collection table
link() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Links the attribute to its associate entity type and inverse attribute if bidirectional.
link() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMapping
Links the attribute to its associate entity type and inverse attribute if bidirectional.
LinkManager - Class in org.batoo.jpa.core.impl.deployment
A Manager that performs the association linking operations.
LinkManager.Phase - Enum in org.batoo.jpa.core.impl.deployment
The linking phase
ListAttributeImpl<X,E> - Class in org.batoo.jpa.core.impl.model.attribute
Implementation of ListAttribute.
ListAttributeImpl(ManagedTypeImpl<X>, AttributeMetadata, Attribute.PersistentAttributeType) - Constructor for class org.batoo.jpa.core.impl.model.attribute.ListAttributeImpl
 
ListComparator<E> - Class in org.batoo.jpa.core.impl.model.mapping
Comparator for the list attributes that are annotated with OrderBy annotation.
ListComparator(PluralMapping<?, ?, E>) - Constructor for class org.batoo.jpa.core.impl.model.mapping.ListComparator
 
listIterator() - Method in class org.batoo.jpa.core.impl.collections.ManagedList
listIterator(int) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
ListJoinImpl<Z,E> - Class in org.batoo.jpa.core.impl.criteria.join
Implementation of ListJoin.
ListJoinImpl(AbstractFrom<?, Z>, PluralMapping<? super Z, List<E>, E>, JoinType) - Constructor for class org.batoo.jpa.core.impl.criteria.join.ListJoinImpl
 
literal(T) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
load(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Loads the collection eagerly.
load(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Loads the collection eagerly.
load(ManagedInstance<?>) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMapping
Loads the collection eagerly.
loadClass(ClassLoader, byte[], String) - Static method in class org.batoo.jpa.core.impl.instance.Enhancer
Loads the class.
loadCollection(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Loads and returns the collection.
loadCollection(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Loads and returns the collection.
loadCollection(ManagedInstance<?>) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMapping
Loads and returns the collection.
loadMap(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Loads and returns the map
loadMap(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Loads and returns the map
loadMap(ManagedInstance<?>) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMapping
Loads and returns the map
locate(Expression<String>, Expression<String>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
locate(Expression<String>, String) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
locate(Expression<String>, String, int) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
LocateExpression - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for trim function.
LocateExpression(Expression<String>, Expression<String>, Expression<Integer>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.LocateExpression
 
lock(ManagedInstance<?>, LockModeType, Map<String, Object>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Locks the entity.
lock(Object, LockModeType) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
lock(Object, LockModeType, Map<String, Object>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
LOCK_CONTEXT - Static variable in class org.batoo.jpa.core.impl.instance.ManagedInstance
The current lock mode context.
LOCK_SCOPE - Static variable in interface org.batoo.jpa.core.JPASettings
Used to request (hint) a pessimistic lock scope.
LOCK_TIMEOUT - Static variable in interface org.batoo.jpa.core.JPASettings
Used to request (hint) a pessimistic lock timeout (in milliseconds).
logNotNullExtraColumns(Set<String>) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcTable
Logs the list of columns that do now exist in the persistence unit yet not nullable.
logRelaxed(SQLException, String) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Logs the message as warning and with exception as debug.
LONG - Static variable in class org.batoo.jpa.core.impl.criteria.expression.ExpressionConverter
Long converter.
lower(Expression<String>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
lt(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
lt(Expression<? extends Number>, Number) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl

M

makeObject() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionFactory
makeObject(String) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementFactory
ManagedCollection<E> - Class in org.batoo.jpa.core.impl.collections
Marker interface for managed collections.
ManagedCollection(PluralMapping<?, ?, E>, ManagedInstance<?>) - Constructor for class org.batoo.jpa.core.impl.collections.ManagedCollection
 
ManagedId<X> - Class in org.batoo.jpa.core.impl.instance
The managed id for the entity instances.
ManagedId(EntityTypeImpl<X>, X) - Constructor for class org.batoo.jpa.core.impl.instance.ManagedId
Constructor for the instances.
ManagedId(Object, EntityTypeImpl<X>) - Constructor for class org.batoo.jpa.core.impl.instance.ManagedId
Constructor for the raw ids.
ManagedInstance<X> - Class in org.batoo.jpa.core.impl.instance
The managed instance to track entity instances.
ManagedInstance(EntityTypeImpl<X>, SessionImpl, X) - Constructor for class org.batoo.jpa.core.impl.instance.ManagedInstance
 
ManagedInstance(EntityTypeImpl<X>, SessionImpl, X, ManagedId<? super X>) - Constructor for class org.batoo.jpa.core.impl.instance.ManagedInstance
 
ManagedList<X,E> - Class in org.batoo.jpa.core.impl.collections
The list implementation of managed collection.
ManagedList(PluralMapping<?, ?, E>, ManagedInstance<?>, boolean) - Constructor for class org.batoo.jpa.core.impl.collections.ManagedList
Constructor for lazy initialization.
ManagedList(PluralMapping<?, ?, E>, ManagedInstance<?>, Collection<? extends E>) - Constructor for class org.batoo.jpa.core.impl.collections.ManagedList
Default constructor.
ManagedMap<X,K,V> - Class in org.batoo.jpa.core.impl.collections
The set implementation of managed collection.
ManagedMap(PluralMapping<?, ?, V>, ManagedInstance<?>, boolean) - Constructor for class org.batoo.jpa.core.impl.collections.ManagedMap
Constructor for lazy initialization.
ManagedMap(PluralMapping<?, ?, V>, ManagedInstance<?>, Map<? extends K, ? extends V>) - Constructor for class org.batoo.jpa.core.impl.collections.ManagedMap
Default constructor.
ManagedSet<X,E> - Class in org.batoo.jpa.core.impl.collections
The set implementation of managed collection.
ManagedSet(PluralMapping<?, ?, E>, ManagedInstance<?>, boolean) - Constructor for class org.batoo.jpa.core.impl.collections.ManagedSet
Constructor for lazy initialization.
ManagedSet(PluralMapping<?, ?, E>, ManagedInstance<?>, Collection<? extends E>) - Constructor for class org.batoo.jpa.core.impl.collections.ManagedSet
Default constructor.
managedType(Class<X>) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
ManagedTypeImpl<X> - Class in org.batoo.jpa.core.impl.model.type
Implementation of ManagedType.
ManagedTypeImpl(MetamodelImpl, Class<X>, ManagedTypeMetadata) - Constructor for class org.batoo.jpa.core.impl.model.type.ManagedTypeImpl
 
MapAttributeImpl<X,K,V> - Class in org.batoo.jpa.core.impl.model.attribute
Implementation of ListAttribute.
MapAttributeImpl(ManagedTypeImpl<X>, AttributeMetadata, Attribute.PersistentAttributeType) - Constructor for class org.batoo.jpa.core.impl.model.attribute.MapAttributeImpl
 
MapEntryExpression<K,V> - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for map join entries.
MapEntryExpression(MapJoinImpl<?, K, V>, Class<Map.Entry<K, V>>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.MapEntryExpression
 
MapExpression<M extends Map<K,V>,K,V> - Class in org.batoo.jpa.core.impl.criteria.expression
 
MapExpression(Mapping<?, Map<K, V>, V>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.MapExpression
 
MapJoinImpl<Z,K,V> - Class in org.batoo.jpa.core.impl.criteria.join
Implementation of ListJoin.
MapJoinImpl(AbstractFrom<?, Z>, PluralMapping<? super Z, Map<K, V>, V>, JoinType) - Constructor for class org.batoo.jpa.core.impl.criteria.join.MapJoinImpl
 
MapJoinImpl.MapSelectType - Enum in org.batoo.jpa.core.impl.criteria.join
The select type for the map join
MapKeyColumn - Class in org.batoo.jpa.core.impl.jdbc
Columns for map key type attributes.
MapKeyColumn(AbstractTable, ColumnMetadata, String, TemporalType, EnumType, Class<?>) - Constructor for class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
 
MapKeyPath<Z,X> - Class in org.batoo.jpa.core.impl.criteria.path
Path for Map join keys.
MapKeyPath(MapJoinImpl<Z, X, ?>, Class<X>) - Constructor for class org.batoo.jpa.core.impl.criteria.path.MapKeyPath
 
MappedSuperclassTypeImpl<X> - Class in org.batoo.jpa.core.impl.model.type
Implementation of MappedSuperclassType.
MappedSuperclassTypeImpl(MetamodelImpl, MappedSuperclassTypeImpl<? super X>, Class<X>, MappedSuperclassMetadata) - Constructor for class org.batoo.jpa.core.impl.model.type.MappedSuperclassTypeImpl
 
Mapping<Z,X,Y> - Class in org.batoo.jpa.core.impl.model.mapping
The base implementation of mappings.
Mapping(ParentMapping<?, Z>, AttributeImpl<? super Z, X>, Class<X>, String) - Constructor for class org.batoo.jpa.core.impl.model.mapping.Mapping
 
matches(ForeignKey) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcForeignKey
Checks if the metadata matches the foreign key definition.
max(Expression<N>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
MemberOfExpression<C extends Collection<E>,E> - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for empty
MemberOfExpression(boolean, Expression<E>, Expression<C>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.MemberOfExpression
 
merge(T) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
mergeImpl(T, MutableBoolean, IdentityHashMap<Object, Object>, boolean) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Cascaded implementation of EntityManagerImpl.merge(Object).
mergeWith(EntityManagerImpl, Object, MutableBoolean, IdentityHashMap<Object, Object>) - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Merges the collection with the entity
mergeWith(EntityManagerImpl, X, MutableBoolean, IdentityHashMap<Object, Object>) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Merges the instance state with the entity.
mergeWith(EntityManagerImpl, ManagedInstance<?>, Object, MutableBoolean, IdentityHashMap<Object, Object>) - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Merges the association of the instance with the entity.
mergeWith(EntityManagerImpl, ManagedInstance<?>, Object, MutableBoolean, IdentityHashMap<Object, Object>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Merges the association of the instance with the entity.
mergeWith(EntityManagerImpl, ManagedInstance<?>, Object, MutableBoolean, IdentityHashMap<Object, Object>) - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMapping
Merges the association of the instance with the entity.
MetamodelImpl - Class in org.batoo.jpa.core.impl.model
The root of the persistence model.
MetamodelImpl(EntityManagerFactoryImpl, JdbcAdaptor, MetadataImpl) - Constructor for class org.batoo.jpa.core.impl.model.MetamodelImpl
 
min(Expression<N>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
misses() - Method in class org.batoo.jpa.core.impl.cache.CacheStats
Returns the number of misses.
mod(Expression<Integer>, Expression<Integer>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
mod(Expression<Integer>, Integer) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
mod(Integer, Expression<Integer>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
MsSqlAdaptor - Class in org.batoo.jpa.core.jdbc.adapter
JDBC Adapter for MySQL.
MsSqlAdaptor() - Constructor for class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
 
multiselect(List<Selection<?>>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
multiselect(Selection<?>...) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
MySqlAdaptor - Class in org.batoo.jpa.core.jdbc.adapter
JDBC Adapter for MySQL.
MySqlAdaptor() - Constructor for class org.batoo.jpa.core.jdbc.adapter.MySqlAdaptor
 

N

NamedQueriesManager - Class in org.batoo.jpa.core.impl.deployment
Deployment manager to deploy named queries.
NamedQuery - Class in org.batoo.jpa.core.impl.model
 
NamedQuery() - Constructor for class org.batoo.jpa.core.impl.model.NamedQuery
 
nativeSQL(String) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
neg(Expression<N>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
NegationExpression<N extends Number> - Class in org.batoo.jpa.core.impl.criteria.expression
The negation expression.
NegationExpression(Expression<N>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.NegationExpression
 
newCollection(PluralMapping<?, Collection<E>, E>, ManagedInstance<?>, boolean) - Method in class org.batoo.jpa.core.impl.model.attribute.CollectionAttributeImpl
Creates a new lazy initialized managed collection to track changes.
newCollection(PluralMapping<?, Collection<E>, E>, ManagedInstance<?>, Object) - Method in class org.batoo.jpa.core.impl.model.attribute.CollectionAttributeImpl
Creates a new managed collection to track changes.
newCollection(PluralMapping<?, List<E>, E>, ManagedInstance<?>, boolean) - Method in class org.batoo.jpa.core.impl.model.attribute.ListAttributeImpl
Creates a new lazy initialized managed collection to track changes.
newCollection(PluralMapping<?, List<E>, E>, ManagedInstance<?>, Object) - Method in class org.batoo.jpa.core.impl.model.attribute.ListAttributeImpl
Creates a new managed collection to track changes.
newCollection(PluralMapping<?, Map<K, V>, V>, ManagedInstance<?>, boolean) - Method in class org.batoo.jpa.core.impl.model.attribute.MapAttributeImpl
Creates a new lazy initialized managed collection to track changes.
newCollection(PluralMapping<?, Map<K, V>, V>, ManagedInstance<?>, Object) - Method in class org.batoo.jpa.core.impl.model.attribute.MapAttributeImpl
Creates a new managed collection to track changes.
newCollection(PluralMapping<?, C, E>, ManagedInstance<?>, boolean) - Method in class org.batoo.jpa.core.impl.model.attribute.PluralAttributeImpl
Creates a new lazy initialized managed collection to track changes.
newCollection(PluralMapping<?, C, E>, ManagedInstance<?>, Object) - Method in class org.batoo.jpa.core.impl.model.attribute.PluralAttributeImpl
Creates a new managed collection to track changes.
newCollection(PluralMapping<?, Set<E>, E>, ManagedInstance<?>, boolean) - Method in class org.batoo.jpa.core.impl.model.attribute.SetAttributeImpl
Creates a new lazy initialized managed collection to track changes.
newCollection(PluralMapping<?, Set<E>, E>, ManagedInstance<?>, Object) - Method in class org.batoo.jpa.core.impl.model.attribute.SetAttributeImpl
Creates a new managed collection to track changes.
newInstance() - Method in class org.batoo.jpa.core.impl.model.attribute.EmbeddedAttribute
Returns a new embeddable instance
newInstance() - Method in class org.batoo.jpa.core.impl.model.type.EmbeddableTypeImpl
Returns a new instance of the type
newThread(Runnable) - Method in class org.batoo.jpa.core.util.IncrementalNamingThreadFactory
next() - Method in class org.batoo.jpa.core.impl.collections.WrappedIterator
nextIndex() - Method in class org.batoo.jpa.core.impl.collections.WrappedListIterator
NON_JTA_DATASOURCE - Static variable in interface org.batoo.jpa.core.JPASettings
The JNDI name of a non-JTA DataSource.
not(Expression<Boolean>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
not() - Method in class org.batoo.jpa.core.impl.criteria.expression.PredicateImpl
notEqual(Expression<?>, Expression<?>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
notEqual(Expression<?>, Object) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
notLike(Expression<String>, Expression<String>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
notLike(Expression<String>, Expression<String>, char) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
notLike(Expression<String>, String) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
notLike(Expression<String>, String, char) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
notLike(Expression<String>, String, Expression<Character>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
notSupported() - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractJoin
nullif(Expression<Y>, Expression<?>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
nullif(Expression<Y>, Y) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
NullIfExpression<T> - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for db functions.
NullIfExpression(Expression<? extends T>, Expression<?>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.NullIfExpression
 
nullLiteral(Class<T>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
NumericFunctionExpression<N extends Number> - Class in org.batoo.jpa.core.impl.criteria.expression
The expression for numeric functions
NumericFunctionExpression(NumericFunctionExpression.NumericFunctionType, Expression<?>, Expression<Integer>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.NumericFunctionExpression
 
NumericFunctionExpression.NumericFunctionType - Enum in org.batoo.jpa.core.impl.criteria.expression
 

O

OperationTookLongTimeWarning - Class in org.batoo.jpa.core.impl.manager
A dummy class to print stack trace.
OperationTookLongTimeWarning() - Constructor for class org.batoo.jpa.core.impl.manager.OperationTookLongTimeWarning
 
or(Expression<Boolean>, Expression<Boolean>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
or(Predicate...) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
OracleAdaptor - Class in org.batoo.jpa.core.jdbc.adapter
JDBC Adapter for H2DB.
OracleAdaptor() - Constructor for class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
 
orderBy(List<Order>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
orderBy(Order...) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
OrderColumn - Class in org.batoo.jpa.core.impl.jdbc
Columns for list type attributes.
OrderColumn(AbstractTable, ColumnMetadata, String) - Constructor for class org.batoo.jpa.core.impl.jdbc.OrderColumn
 
OrderImpl - Class in org.batoo.jpa.core.impl.criteria
Implementation of Order.
OrderImpl(Expression<?>, boolean) - Constructor for class org.batoo.jpa.core.impl.criteria.OrderImpl
 
org.batoo.jpa.core - package org.batoo.jpa.core
 
org.batoo.jpa.core.impl.cache - package org.batoo.jpa.core.impl.cache
 
org.batoo.jpa.core.impl.collections - package org.batoo.jpa.core.impl.collections
 
org.batoo.jpa.core.impl.criteria - package org.batoo.jpa.core.impl.criteria
 
org.batoo.jpa.core.impl.criteria.expression - package org.batoo.jpa.core.impl.criteria.expression
 
org.batoo.jpa.core.impl.criteria.join - package org.batoo.jpa.core.impl.criteria.join
 
org.batoo.jpa.core.impl.criteria.jpql - package org.batoo.jpa.core.impl.criteria.jpql
 
org.batoo.jpa.core.impl.criteria.path - package org.batoo.jpa.core.impl.criteria.path
 
org.batoo.jpa.core.impl.deployment - package org.batoo.jpa.core.impl.deployment
 
org.batoo.jpa.core.impl.instance - package org.batoo.jpa.core.impl.instance
 
org.batoo.jpa.core.impl.jdbc - package org.batoo.jpa.core.impl.jdbc
 
org.batoo.jpa.core.impl.jdbc.dbutils - package org.batoo.jpa.core.impl.jdbc.dbutils
 
org.batoo.jpa.core.impl.manager - package org.batoo.jpa.core.impl.manager
 
org.batoo.jpa.core.impl.model - package org.batoo.jpa.core.impl.model
 
org.batoo.jpa.core.impl.model.attribute - package org.batoo.jpa.core.impl.model.attribute
 
org.batoo.jpa.core.impl.model.mapping - package org.batoo.jpa.core.impl.model.mapping
 
org.batoo.jpa.core.impl.model.type - package org.batoo.jpa.core.impl.model.type
 
org.batoo.jpa.core.jdbc - package org.batoo.jpa.core.jdbc
 
org.batoo.jpa.core.jdbc.adapter - package org.batoo.jpa.core.jdbc.adapter
 
org.batoo.jpa.core.pool - package org.batoo.jpa.core.pool
 
org.batoo.jpa.core.util - package org.batoo.jpa.core.util
 
otherwise(Expression<? extends T>) - Method in class org.batoo.jpa.core.impl.criteria.expression.CaseImpl
otherwise(T) - Method in class org.batoo.jpa.core.impl.criteria.expression.CaseImpl
otherwise(Expression<? extends R>) - Method in class org.batoo.jpa.core.impl.criteria.expression.SimpleCaseImpl
otherwise(R) - Method in class org.batoo.jpa.core.impl.criteria.expression.SimpleCaseImpl

P

paginationNeedsMaxResultsAlways() - Method in class org.batoo.jpa.core.jdbc.adapter.DerbyAdaptor
Returns if pagination always needs the max results paramater.
paginationNeedsMaxResultsAlways() - Method in class org.batoo.jpa.core.jdbc.adapter.H2Adaptor
Returns if pagination always needs the max results paramater.
paginationNeedsMaxResultsAlways() - Method in class org.batoo.jpa.core.jdbc.adapter.HsqlAdaptor
Returns if pagination always needs the max results paramater.
paginationNeedsMaxResultsAlways() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Returns if pagination always needs the max results paramater.
paginationNeedsMaxResultsAlways() - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Returns if pagination always needs the max results paramater.
paginationNeedsMaxResultsAlways() - Method in class org.batoo.jpa.core.jdbc.adapter.MySqlAdaptor
Returns if pagination always needs the max results paramater.
paginationNeedsMaxResultsAlways() - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
Returns if pagination always needs the max results paramater.
paginationNeedsMaxResultsAlways() - Method in class org.batoo.jpa.core.jdbc.adapter.PostgreSqlAdaptor
Returns if pagination always needs the max results paramater.
paginationNeedsStartAlways() - Method in class org.batoo.jpa.core.jdbc.adapter.DerbyAdaptor
Returns if pagination always needs the start paramater.
paginationNeedsStartAlways() - Method in class org.batoo.jpa.core.jdbc.adapter.H2Adaptor
Returns if pagination always needs the start paramater.
paginationNeedsStartAlways() - Method in class org.batoo.jpa.core.jdbc.adapter.HsqlAdaptor
Returns if pagination always needs the start paramater.
paginationNeedsStartAlways() - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Returns if pagination always needs the start paramater.
paginationNeedsStartAlways() - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Returns if pagination always needs the start paramater.
paginationNeedsStartAlways() - Method in class org.batoo.jpa.core.jdbc.adapter.MySqlAdaptor
Returns if pagination always needs the start paramater.
paginationNeedsStartAlways() - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
Returns if pagination always needs the start paramater.
paginationNeedsStartAlways() - Method in class org.batoo.jpa.core.jdbc.adapter.PostgreSqlAdaptor
Returns if pagination always needs the start paramater.
Pair<F,S> - Class in org.batoo.jpa.core.util
A utility class to hold two values together.
Pair(F, S) - Constructor for class org.batoo.jpa.core.util.Pair
 
parameter(Class<T>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
parameter(Class<T>, String) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
ParameterExpressionImpl<T> - Class in org.batoo.jpa.core.impl.criteria.expression
Type of criteria query parameter expressions.
ParameterExpressionImpl(TypeImpl<T>, Class<T>, String) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl
 
ParentMapping<Z,X> - Class in org.batoo.jpa.core.impl.model.mapping
 
ParentMapping(ParentMapping<?, Z>, EmbeddedAttribute<? super Z, X>, Class<X>, String) - Constructor for class org.batoo.jpa.core.impl.model.mapping.ParentMapping
 
ParentPath<Z,X> - Class in org.batoo.jpa.core.impl.criteria.path
Abstract implementation of Path.
ParentPath(ParentPath<?, Z>, Class<X>) - Constructor for class org.batoo.jpa.core.impl.criteria.path.ParentPath
 
passivateObject(ConnectionImpl) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionFactory
perform(DataSourceImpl, MetamodelImpl, DDLMode) - Static method in class org.batoo.jpa.core.impl.deployment.DdlManager
Performs the DDL operations.
perform(EntityTypeImpl<?>) - Method in class org.batoo.jpa.core.impl.deployment.DdlManager
Performs the actual task on the type.
perform() - Method in class org.batoo.jpa.core.impl.deployment.DeploymentManager
Performs the deployment unit for all the types.
perform(X) - Method in class org.batoo.jpa.core.impl.deployment.DeploymentManager
Performs the actual task on the type.
perform(MetamodelImpl) - Static method in class org.batoo.jpa.core.impl.deployment.LinkManager
Performs the association linking operations.
perform(EntityTypeImpl<?>) - Method in class org.batoo.jpa.core.impl.deployment.LinkManager
Performs the actual task on the type.
perform(MetamodelImpl, CriteriaBuilderImpl) - Static method in class org.batoo.jpa.core.impl.deployment.NamedQueriesManager
Performs the association linking operations.
perform(NamedQueryMetadata) - Method in class org.batoo.jpa.core.impl.deployment.NamedQueriesManager
Performs the actual task on the type.
performAttachChild(ConnectionImpl, ManagedInstance<?>, Object, Object, int) - Method in class org.batoo.jpa.core.impl.jdbc.ForeignKey
Attaches the child to the managed instance.
performDetachAll(ConnectionImpl, ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.jdbc.ForeignKey
Detaches the instance from all the children.
performDetachChild(ConnectionImpl, Object, Object) - Method in class org.batoo.jpa.core.impl.jdbc.ForeignKey
Detaches the child.
performed(X) - Method in class org.batoo.jpa.core.impl.deployment.DeploymentManager
Marks the type as performed.
performForeignKeysDdl(DataSourceImpl, DDLMode, EntityTypeImpl<?>) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Performs the foreign key DDL operations.
performInsert(ConnectionImpl, Object, Object, Object, int) - Method in class org.batoo.jpa.core.impl.jdbc.CollectionTable
Performs the insert for the join.
performInsert(ConnectionImpl, ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.jdbc.EntityTable
Performs inserts to the table for the managed instance or joins.
performInsert(ConnectionImpl, Object, Object, Object, int) - Method in interface org.batoo.jpa.core.impl.jdbc.JoinableTable
Performs the insert for the join.
performInsert(ConnectionImpl, Object, Object, Object, int) - Method in class org.batoo.jpa.core.impl.jdbc.JoinTable
Performs the insert for the join.
performInsert(ConnectionImpl, ManagedInstance<X>) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Performs inserts to each table for the managed instance.
performRefresh(ConnectionImpl, ManagedInstance<X>, LockModeType) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Performs refresh for the instance
performRemove(ConnectionImpl, Object, Object, Object) - Method in class org.batoo.jpa.core.impl.jdbc.CollectionTable
Performs the remove for the join.
performRemove(ConnectionImpl, ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.jdbc.EntityTable
Performs removes from the table for the managed instance or joins.
performRemove(ConnectionImpl, Object, Object, Object) - Method in interface org.batoo.jpa.core.impl.jdbc.JoinableTable
Performs the remove for the join.
performRemove(ConnectionImpl, Object, Object, Object) - Method in class org.batoo.jpa.core.impl.jdbc.JoinTable
Performs the remove for the join.
performRemove(ConnectionImpl, ManagedInstance<X>) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
 
performRemoveAll(ConnectionImpl, Object) - Method in class org.batoo.jpa.core.impl.jdbc.CollectionTable
Performs the remove for the join.
performRemoveAll(ConnectionImpl, Object) - Method in interface org.batoo.jpa.core.impl.jdbc.JoinableTable
Performs the remove for the join.
performRemoveAll(ConnectionImpl, Object) - Method in class org.batoo.jpa.core.impl.jdbc.JoinTable
Performs the remove for the join.
performSelect(EntityManagerImpl, Object, LockModeType) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Performs select to find the instance.
performSelectVersion(ConnectionImpl, ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.jdbc.EntityTable
Selects the version from the table.
performSelectVersion(ConnectionImpl, ManagedInstance<? extends X>) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Selects the version for the instance.
performSequencesDdl(DataSourceImpl, DDLMode) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Performs the sequence generators DDL operations.
performTableGeneratorsDdl(DataSourceImpl, DDLMode) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Performs the table generator DDL operations.
performTablesDdl(DataSourceImpl, DDLMode, EntityTypeImpl<?>) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Performs the table DDL operations.
performUpdate(ConnectionImpl, ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.jdbc.EntityTable
Performs update to the table for the managed instance or joins.
performUpdate(ConnectionImpl, ManagedInstance<X>) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Performs the update for the instance.
performUpdateWithUpdatability(ConnectionImpl, ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.jdbc.EntityTable
Performs update to the table for the managed instance or joins.
performVersionUpdate(ConnectionImpl, ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.jdbc.EntityTable
Performs version update to the table.
performVersionUpdate(ConnectionImpl, ManagedInstance<? extends X>) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Performs the version update for the instance.
persist(Object) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
PERSIST_VALIDATION_GROUP - Static variable in interface org.batoo.jpa.core.JPASettings
Used to coordinate with bean validators

See JPA 2 section 8.2.1.9

persistAdditions(EntityManagerImpl) - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Persists the entities that have been added to the collection.
persistAdditions(EntityManagerImpl, ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Persists the children that have been added to the managed collection
PersistenceUnitUtilImpl - Class in org.batoo.jpa.core.impl.manager
Implementation of persistence unit util.
PersistenceUnitUtilImpl(EntityManagerFactoryImpl) - Constructor for class org.batoo.jpa.core.impl.manager.PersistenceUnitUtilImpl
 
PersistenceUtilImpl - Class in org.batoo.jpa.core.impl.manager
Implementation of persistence util.
PersistenceUtilImpl() - Constructor for class org.batoo.jpa.core.impl.manager.PersistenceUtilImpl
 
persistImpl(T, ArrayList<Object>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Cascaded implementation of EntityManagerImpl.persist(Object).
PkColumn - Class in org.batoo.jpa.core.impl.jdbc
BasicColumn to persist id attributes of the entity.
PkColumn(JdbcAdaptor, BasicMapping<?, ?>, int, ColumnMetadata) - Constructor for class org.batoo.jpa.core.impl.jdbc.PkColumn
 
PluralAssociationMapping<Z,C,E> - Class in org.batoo.jpa.core.impl.model.mapping
 
PluralAssociationMapping(ParentMapping<?, Z>, PluralAttributeImpl<? super Z, C, E>) - Constructor for class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
 
PluralAttributeImpl<X,C,E> - Class in org.batoo.jpa.core.impl.model.attribute
Implementation of PluralAttribute.
PluralAttributeImpl(ManagedTypeImpl<X>, AttributeMetadata, Attribute.PersistentAttributeType, int) - Constructor for class org.batoo.jpa.core.impl.model.attribute.PluralAttributeImpl
 
PluralMapping<Z,C,E> - Interface in org.batoo.jpa.core.impl.model.mapping
The base class for EmbeddedMapping and BasicMapping.
poll(long, TimeUnit) - Method in class org.batoo.jpa.core.impl.model.IdQueue
PostgreSqlAdaptor - Class in org.batoo.jpa.core.jdbc.adapter
JDBC Adapter for PostgreSQL.
PostgreSqlAdaptor() - Constructor for class org.batoo.jpa.core.jdbc.adapter.PostgreSqlAdaptor
 
postLoad() - Method in class org.batoo.jpa.core.impl.manager.CallbackManager
Returns the PostLoad callbacks.
postPersist() - Method in class org.batoo.jpa.core.impl.manager.CallbackManager
Returns the PostPersist callbacks.
postRemove() - Method in class org.batoo.jpa.core.impl.manager.CallbackAvailability
Returns if there is postRemove callbacks.
postRemove() - Method in class org.batoo.jpa.core.impl.manager.CallbackManager
Returns the PostRemove callbacks.
postUpdate() - Method in class org.batoo.jpa.core.impl.manager.CallbackManager
Returns the PostUpdate callbacks.
postWrite() - Method in class org.batoo.jpa.core.impl.manager.CallbackAvailability
Returns if there is PostWrite callbacks.
PredicateImpl - Class in org.batoo.jpa.core.impl.criteria.expression
Implementation of Predicate.
PredicateImpl(AbstractExpression<Boolean>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.PredicateImpl
 
PredicateImpl(AbstractExpression<Boolean>...) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.PredicateImpl
 
PredicateImpl(boolean, Predicate.BooleanOperator, Expression<Boolean>...) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.PredicateImpl
 
PredicateImpl(boolean, Predicate.BooleanOperator, Predicate...) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.PredicateImpl
 
preFillGenerators(DataSourceImpl) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Prefills the id generators.
prepareCall(String) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
prepareCall(String, int, int) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
prepareCall(String, int, int, int) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
prepareConnection() - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.AbstractQueryRunner
Factory method that creates and initializes a Connection object.
prepareDependenciesFor(EntityTypeImpl<?>) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Prepares the dependencies for the associate.
PreparedStatementFactory - Class in org.batoo.jpa.core.impl.jdbc
A Factory to implement preparation of PreparedStatementImpls
PreparedStatementFactory(ConnectionImpl) - Constructor for class org.batoo.jpa.core.impl.jdbc.PreparedStatementFactory
 
PreparedStatementImpl - Class in org.batoo.jpa.core.impl.jdbc
 
PreparedStatementImpl(ConnectionImpl, String, PreparedStatement, GenericKeyedPool<String, PreparedStatementImpl>) - Constructor for class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
 
prepareEagerJoins(FetchParent<?, ?>, int, AssociationMapping<?, ?, ?>) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
 
prepareStatement(String) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
prepareStatement(String, int) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
prepareStatement(String, int, int) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
prepareStatement(String, int, int, int) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
prepareStatement(String, int[]) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
prepareStatement(String, String[]) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
prepareStatement(Connection, String) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.AbstractQueryRunner
Factory method that creates and initializes a PreparedStatement object for the given SQL.
prePersist() - Method in class org.batoo.jpa.core.impl.manager.CallbackManager
Returns the PrePersist callbacks.
preRemove() - Method in class org.batoo.jpa.core.impl.manager.CallbackAvailability
Returns if there is PreRemove callbacks.
preRemove() - Method in class org.batoo.jpa.core.impl.manager.CallbackManager
Returns the PreRemove callbacks.
preUpdate() - Method in class org.batoo.jpa.core.impl.manager.CallbackManager
Returns the PreUpdate callbacks.
previous() - Method in class org.batoo.jpa.core.impl.collections.WrappedListIterator
previousIndex() - Method in class org.batoo.jpa.core.impl.collections.WrappedListIterator
preWrite() - Method in class org.batoo.jpa.core.impl.manager.CallbackAvailability
Returns if there is PreWrite callbacks.
Prioritizer - Class in org.batoo.jpa.core.impl.instance
 
processJoinedMappings() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Processes the associations.
prod(Expression<? extends N>, Expression<? extends N>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
prod(Expression<? extends N>, N) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
prod(N, Expression<? extends N>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
PROVIDER - Static variable in interface org.batoo.jpa.core.JPASettings
THe name of the PersistenceProvider implementor

See JPA 2 sections 9.4.3 and 8.2.1.4

put(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.cache.CacheImpl
Puts the instance to cache.
put(String, Object[], List<?>) - Method in class org.batoo.jpa.core.impl.cache.CacheImpl
Puts the query result to cache.
put(K, V) - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
put(ManagedInstance<X>) - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Puts the instance into the session.
putAll(Map<? extends K, ? extends V>) - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
putExternal(ManagedInstance<X>) - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Puts the new instance into the session.
puts() - Method in class org.batoo.jpa.core.impl.cache.CacheStats
Returns the number of puts.

Q

qhits() - Method in class org.batoo.jpa.core.impl.cache.CacheStats
Returns the number of query hits.
qmisses() - Method in class org.batoo.jpa.core.impl.cache.CacheStats
Returns the number of query misses.
Qualified - Class in org.batoo.jpa.core.impl.criteria.jpql
 
Qualified(Tree) - Constructor for class org.batoo.jpa.core.impl.criteria.jpql.Qualified
 
qualified(String, String) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Returns the schema if it is set otherwise falls back to the default schema.
query(Connection, String, Object, ResultSetHandler<T>) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
query(Connection, String, Object[], ResultSetHandler<T>) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
query(Connection, String, ResultSetHandler<T>) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
Execute an SQL SELECT query without any replacement parameters.
query(Connection, String, ResultSetHandler<T>, Object...) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
Execute an SQL SELECT query with replacement parameters.
query(String, Object, ResultSetHandler<T>) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
query(String, Object[], ResultSetHandler<T>) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
query(String, ResultSetHandler<T>) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
Executes the given SELECT SQL without any replacement parameters.
query(String, ResultSetHandler<T>, Object...) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
Executes the given SELECT SQL query and returns a result object.
QueryImpl<X> - Class in org.batoo.jpa.core.impl.criteria
The type used to control the execution of typed queries.
QueryImpl(BaseQuery<X>, EntityManagerImpl) - Constructor for class org.batoo.jpa.core.impl.criteria.QueryImpl
 
QueryRunner - Class in org.batoo.jpa.core.impl.jdbc.dbutils
Executes SQL queries with pluggable strategies for handling ResultSets.
QueryRunner() - Constructor for class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
Constructor for QueryRunner.
QueryRunner(boolean) - Constructor for class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
Constructor for QueryRunner, allows workaround for Oracle drivers
QueryRunner(DataSource) - Constructor for class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
Constructor for QueryRunner which takes a DataSource.
QueryRunner(DataSource, boolean) - Constructor for class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
Constructor for QueryRunner, allows workaround for Oracle drivers.
quot(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
quot(Expression<? extends Number>, Number) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
quot(Number, Expression<? extends Number>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl

R

references(Object, Object) - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
 
references(Object, Object) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
references(Object, Object) - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMapping
refresh(EntityManagerImpl, ConnectionImpl, LockModeType) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Refreshes the instance from the database.
refresh(Object) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
refresh(Object, LockModeType) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
refresh(Object, LockModeType, Map<String, Object>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
refresh(Object, Map<String, Object>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
refreshChildren() - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Refreshes the children of the managed collection.
refreshChildren() - Method in class org.batoo.jpa.core.impl.collections.ManagedList
Refreshes the children of the managed collection.
refreshChildren() - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
Refreshes the children of the managed collection.
refreshChildren() - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
Refreshes the children of the managed collection.
refreshCollection(EntityManagerImpl, ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Refreshes the collection.
registerParameter(ParameterExpressionImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
Registers the parameter as the nex SQL parameter
releaseLoadTracker() - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Releases the load tracker, so that the entities loaded are processed for associations and PostLoad listeners are invoked.
releaseSavepoint(Savepoint) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
remove(int) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
remove(Object) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
remove(Object) - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
remove(Object) - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
remove() - Method in class org.batoo.jpa.core.impl.collections.WrappedIterator
remove(Object) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
remove(Object) - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Removes the instance from the session.
REMOVE_VALIDATION_GROUP - Static variable in interface org.batoo.jpa.core.JPASettings
Used to coordinate with bean validators

See JPA 2 section 8.2.1.9

removeAll(Collection<?>) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
removeAll(Collection<?>) - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
removeChild(E) - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Removes the child from the managed list without initialize checks.
removeChild(E) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
Removes the child from the managed list without initialize checks.
removeChild(V) - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
Removes the child from the managed list without initialize checks.
removeChild(E) - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
Removes the child from the managed list without initialize checks.
removed(ConnectionImpl, boolean) - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
 
removeOrphans(EntityManagerImpl) - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Removes the entities that have been orphaned by removal from the collection.
removeOrphans(EntityManagerImpl, ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Removes the children that have been orphaned due to removal from the managed collection
removesOrphans() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Returns the if the mapping removes orphans.
requiresPkDrop(Set<String>) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcTable
Returns if primary key drop is required.
reset() - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Clears the changed status.
reset() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Resets the change status of the instance.
reset() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
Resets the connection
reset() - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
Resets the prepared statement and returns itself
ResultListReference - Class in org.batoo.jpa.core.impl.cache
Cache reference for query result lists.
ResultListReference(String, Object[]) - Constructor for class org.batoo.jpa.core.impl.cache.ResultListReference
 
retainAll(Collection<?>) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
retainAll(Collection<?>) - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
rethrow(SQLException, String, Object...) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.AbstractQueryRunner
Throws a new exception with a more informative error message.
returnObject(K, V) - Method in class org.batoo.jpa.core.pool.GenericKeyedPool
returnObject(T) - Method in class org.batoo.jpa.core.pool.GenericPool
reverse() - Method in class org.batoo.jpa.core.impl.criteria.OrderImpl
rollback() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
rollback(Savepoint) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
rollback() - Method in class org.batoo.jpa.core.impl.manager.EntityTransactionImpl
RootImpl<X> - Class in org.batoo.jpa.core.impl.criteria
A root type in the from clause.
RootImpl(EntityTypeImpl<X>) - Constructor for class org.batoo.jpa.core.impl.criteria.RootImpl
 
RootMapping<X> - Interface in org.batoo.jpa.core.impl.model.mapping
The interface for root mappings.
runValidators(EntityManagerFactoryImpl, ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
Runs the validators for the instance

S

SecondaryTable - Class in org.batoo.jpa.core.impl.jdbc
Table representing an secondary table for entity persistent storage.
SecondaryTable(EntityTypeImpl<?>, SecondaryTableMetadata) - Constructor for class org.batoo.jpa.core.impl.jdbc.SecondaryTable
Default secondary table constructor.
SecondaryTable(EntityTypeImpl<?>, TableMetadata) - Constructor for class org.batoo.jpa.core.impl.jdbc.SecondaryTable
Constructor primary table as join table in inheritance.
select(Selection<? extends T>) - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
Sets the selection
select(Selection<? extends T>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
Sets the selection
select(boolean) - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
Updates the selected status.
select(Expression<T>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
selectCase() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
selectCase(Expression<? extends C>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
SequenceGenerator - Class in org.batoo.jpa.core.impl.model
Sequence based generator.
SequenceGenerator(SequenceGeneratorMetadata) - Constructor for class org.batoo.jpa.core.impl.model.SequenceGenerator
 
SequenceQueue - Class in org.batoo.jpa.core.impl.model
A Queue that tops up the queue by allocation size sequences when its capacity drops to 1 / 2 of allocation size.
SequenceQueue(JdbcAdaptor, DataSourceImpl, ExecutorService, String, int) - Constructor for class org.batoo.jpa.core.impl.model.SequenceQueue
 
SessionImpl - Class in org.batoo.jpa.core.impl.manager
 
SessionImpl(EntityManagerImpl, MetamodelImpl) - Constructor for class org.batoo.jpa.core.impl.manager.SessionImpl
 
set(int, E) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
set(E) - Method in class org.batoo.jpa.core.impl.collections.WrappedListIterator
set(Object, Object) - Method in class org.batoo.jpa.core.impl.model.attribute.AttributeImpl
Sets the attribute value of instance.
set(Object, Object) - Method in class org.batoo.jpa.core.impl.model.mapping.Mapping
Sets the mapping value of instance.
set(Object, Object) - Method in interface org.batoo.jpa.core.impl.model.mapping.SingularMapping
Sets the mapping value of instance.
setArray(int, Array) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setAsciiStream(int, InputStream) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setAsciiStream(int, InputStream, int) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setAsciiStream(int, InputStream, long) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
SetAttributeImpl<X,E> - Class in org.batoo.jpa.core.impl.model.attribute
Implementation of SetAttribute.
SetAttributeImpl(ManagedTypeImpl<X>, AttributeMetadata, Attribute.PersistentAttributeType) - Constructor for class org.batoo.jpa.core.impl.model.attribute.SetAttributeImpl
 
setAutoCommit(boolean) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
setBigDecimal(int, BigDecimal) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setBinaryStream(int, InputStream) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setBinaryStream(int, InputStream, int) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setBinaryStream(int, InputStream, long) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setBlob(int, Blob) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setBlob(int, InputStream) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setBlob(int, InputStream, long) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setBoolean(int, boolean) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setByte(int, byte) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setBytes(int, byte[]) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setCache(CacheInstance) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Sets the cache instance
setCacheRetrieveMode(CacheRetrieveMode) - Method in class org.batoo.jpa.core.impl.cache.CacheImpl
Sets the cache retrieve mode for the entity
setCacheStoreMode(CacheStoreMode) - Method in class org.batoo.jpa.core.impl.cache.CacheImpl
Sets the cache store mode for the entity
setCatalog(String) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
setChanged(PluralMapping<?, ?, ?>) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Marks the plural association as changed.
setChanged(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Marks the instance as changed.
setCharacterStream(int, Reader) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setCharacterStream(int, Reader, int) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setCharacterStream(int, Reader, long) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setClientInfo(Properties) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
setClientInfo(String, String) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
setClob(int, Clob) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setClob(int, Reader) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setClob(int, Reader, long) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setCollection(ManagedInstance<?>, Collection<? extends E>) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Sets the collection manually for the mapping.
setCollection(ManagedInstance<?>, Collection<? extends E>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Sets the collection manually for the mapping.
setCollection(ManagedInstance<?>, Collection<? extends E>) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMapping
Sets the collection manually for the mapping.
setColumnProperties(AssociationMapping<?, ?, ?>, BasicMapping<?, ?>) - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Sets the column definition.
setConnection(Connection) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
Sets the connection.
setConverter(ExpressionConverter<N>) - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractExpression
Sets the numeric converter of the expression
setCursorName(String) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setDate(int, Date) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setDate(int, Date, Calendar) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setDouble(int, double) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setEscapeProcessing(boolean) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setFactory(KeyedPoolableObjectFactory<K, V>) - Method in class org.batoo.jpa.core.pool.GenericKeyedPool
setFactory(PoolableObjectFactory<T>) - Method in class org.batoo.jpa.core.pool.GenericPool
setFetchDirection(int) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setFetchSize(int) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setFirstResult(int) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
setFloat(int, float) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setFlushMode(FlushModeType) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
setFlushMode(FlushModeType) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
setHint(String, Object) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
setHoldability(int) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
setInt(int, int) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setInverse(AssociationMapping<?, ?, ?>) - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMapping
Sets the inverse attribute.
setInverse(AssociationMapping<?, ?, ?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Sets the inverse attribute.
setInverse(AssociationMapping<?, ?, ?>) - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMapping
Sets the inverse attribute.
SetJoinImpl<Z,E> - Class in org.batoo.jpa.core.impl.criteria.join
Implementation of SetJoin.
SetJoinImpl(AbstractFrom<?, Z>, PluralMapping<? super Z, Set<E>, E>, JoinType) - Constructor for class org.batoo.jpa.core.impl.criteria.join.SetJoinImpl
 
setJoinLoaded(JoinedMapping<?, ?, ?>) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Sets the association as loaded.
setKeyColumn(ColumnMetadata, String, TemporalType, EnumType, Class<?>) - Method in class org.batoo.jpa.core.impl.jdbc.CollectionTable
Sets the map key column.
setKeyColumn(ColumnMetadata, String, TemporalType, EnumType, Class<?>) - Method in class org.batoo.jpa.core.impl.jdbc.JoinTable
Sets the map key column.
setLazy(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Sets the lazy instance for the collection
setLazy(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Sets the lazy instance for the collection
setLazy(ManagedInstance<?>) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMapping
Sets the lazy instance for the collection
setLoading(boolean) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Marks the instance as loading.
setLoadingFromCache(boolean) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Marks the instance as loading loading from the cahce.
setLoadTracker() - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Sets the load tracker so that the insertions into session is tracked.
setLockMode(LockModeType) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
setLoginTimeout(int) - Method in class org.batoo.jpa.core.impl.jdbc.DataSourceImpl
setLogWriter(PrintWriter) - Method in class org.batoo.jpa.core.impl.jdbc.DataSourceImpl
setLong(int, long) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setMaxFieldSize(int) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setMaxResults(int) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
setMaxRows(int) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setName(String) - Method in class org.batoo.jpa.core.impl.jdbc.AbstractTable
Updates the name of the table.
setNCharacterStream(int, Reader) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setNCharacterStream(int, Reader, long) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setNClob(int, NClob) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setNClob(int, Reader) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setNClob(int, Reader, long) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setNetworkTimeout(Executor, int) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
setNextSqlParam(ParameterExpressionImpl<?>) - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
Adds the parameter to the SQL parameters queue.
setNextSqlParam(ParameterExpressionImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.BaseQueryImpl
Adds the parameter to the SQL parameters queue.
setNextSqlParam(ParameterExpressionImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Adds the parameter to the SQL parameters queue.
setNString(int, String) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setNull(int, int) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setNull(int, int, String) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setObject(int, Object) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setObject(int, Object, int) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setObject(int, Object, int, int) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setOptimisticLock() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Sets the optimistic lock on
setOrderColumn(ColumnMetadata, String) - Method in class org.batoo.jpa.core.impl.jdbc.CollectionTable
Sets the order column for the owned list type joins
setOrderColumn(ColumnMetadata, String) - Method in class org.batoo.jpa.core.impl.jdbc.ForeignKey
Sets the order column.
setOrderColumn(ColumnMetadata, String) - Method in class org.batoo.jpa.core.impl.jdbc.JoinTable
Sets the order column for the owned list type joins
setParameter(MetamodelImpl, Object[], MutableInt, Object) - Method in class org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl
Sets the parameters expanding if necessary.
setParameter(int, Calendar, TemporalType) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
setParameter(int, Date, TemporalType) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
setParameter(int, Object) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
setParameter(Parameter<T>, T) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
setParameter(String, Calendar, TemporalType) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
setParameter(String, Date, TemporalType) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
setParameter(String, Object) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
setPoolable(boolean) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setProperty(String, Object) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
setQueryTimeout(int) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setReadOnly(boolean) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
setRef(int, Ref) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setRefreshing(boolean) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Marks the instance as refreshing.
setRollbackOnly() - Method in class org.batoo.jpa.core.impl.manager.EntityTransactionImpl
setRowId(int, RowId) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setSavepoint() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
setSavepoint(String) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
setSchema(String) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
setShort(int, short) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setSQLXML(int, SQLXML) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setStatus(Status) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Sets the status.
setString(int, String) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setTable(AbstractTable) - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Sets the table of the column.
setTable(AbstractTable) - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Sets the table of the column.
setTable(AbstractTable) - Method in class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
Sets the table of the column.
setTable(AbstractTable) - Method in class org.batoo.jpa.core.impl.jdbc.ElementColumn
Sets the table of the column.
setTable(AbstractTable) - Method in class org.batoo.jpa.core.impl.jdbc.ForeignKey
Sets the table of the foreign key.
setTable(AbstractTable) - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Sets the table of the column.
setTable(AbstractTable) - Method in class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
Sets the table of the column.
setTable(AbstractTable) - Method in class org.batoo.jpa.core.impl.jdbc.OrderColumn
Sets the table of the column.
setTime(int, Time) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setTime(int, Time, Calendar) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setTimestamp(int, Timestamp) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setTimestamp(int, Timestamp, Calendar) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setTransactionIsolation(int) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
setTypeMap(Map<String, Class<?>>) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
setUnicodeStream(int, InputStream, int) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setURL(int, URL) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
setValue(V) - Method in class org.batoo.jpa.core.impl.criteria.EntryImpl
setValue(Object, Object) - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
Sets the value for the instance
setValue(Object, Object) - Method in class org.batoo.jpa.core.impl.jdbc.BasicColumn
Sets the value for the instance
setValue(Object, Object) - Method in class org.batoo.jpa.core.impl.jdbc.DiscriminatorColumn
Sets the value for the instance
setValue(Object, Object) - Method in class org.batoo.jpa.core.impl.jdbc.ElementColumn
Sets the value for the instance
setValue(Object, Object) - Method in class org.batoo.jpa.core.impl.jdbc.JoinColumn
Sets the value for the instance
setValue(Object, Object) - Method in class org.batoo.jpa.core.impl.jdbc.MapKeyColumn
Sets the value for the instance
setValue(Object, Object) - Method in class org.batoo.jpa.core.impl.jdbc.OrderColumn
Sets the value for the instance
SHARED_CACHE_MODE - Static variable in interface org.batoo.jpa.core.JPASettings
Used to indicate whether second-level (what JPA terms shared cache) caching is enabled as per the rules defined in JPA 2 section 3.1.7.
SHARED_CACHE_RETRIEVE_MODE - Static variable in interface org.batoo.jpa.core.JPASettings
NOTE : Not a valid EMF property...
SHARED_CACHE_STORE_MODE - Static variable in interface org.batoo.jpa.core.JPASettings
NOTE : Not a valid EMF property...
SHORT - Static variable in class org.batoo.jpa.core.impl.criteria.expression.ExpressionConverter
Short converter.
SimpleCaseImpl<C,R> - Class in org.batoo.jpa.core.impl.criteria.expression
Implementation of CriteriaBuilder.SimpleCase.
SimpleCaseImpl(Expression<? extends C>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.SimpleCaseImpl
 
SingleValueHandler<T> - Class in org.batoo.jpa.core.impl.jdbc.dbutils
A Handler to return single values from the result sets.
SingleValueHandler() - Constructor for class org.batoo.jpa.core.impl.jdbc.dbutils.SingleValueHandler
 
SingularAssociationMapping<Z,X> - Class in org.batoo.jpa.core.impl.model.mapping
Mappings for one-to-one and many-to-one associations.
SingularAssociationMapping(ParentMapping<?, Z>, AssociatedSingularAttribute<? super Z, X>) - Constructor for class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMapping
 
SingularAttributeImpl<X,T> - Class in org.batoo.jpa.core.impl.model.attribute
Implementation of SingularMapping.
SingularAttributeImpl(ManagedTypeImpl<X>, AttributeMetadata) - Constructor for class org.batoo.jpa.core.impl.model.attribute.SingularAttributeImpl
 
SingularJoin<Z,X> - Class in org.batoo.jpa.core.impl.criteria.join
Joins for singular attributes.
SingularJoin(AbstractFrom<?, Z>, JoinedMapping<? super Z, ?, X>, JoinType) - Constructor for class org.batoo.jpa.core.impl.criteria.join.SingularJoin
 
SingularMapping<Z,X> - Interface in org.batoo.jpa.core.impl.model.mapping
The base class for EmbeddedMapping and BasicMapping.
size() - Method in class org.batoo.jpa.core.impl.collections.ManagedList
size() - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
size() - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
size(C) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
size(Expression<C>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
SizeExpression<C> - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for size operations.
SizeExpression(Expression<C>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.SizeExpression
 
snapshot() - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Makes a snapshot of the collection
snapshot() - Method in class org.batoo.jpa.core.impl.collections.ManagedList
Makes a snapshot of the collection
snapshot() - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
Makes a snapshot of the collection
snapshot() - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
Makes a snapshot of the collection
some(Subquery<Y>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
sort(ArrayList<ManagedInstance<?>>, ArrayList<ManagedInstance<?>>, ManagedInstance<?>[], ManagedInstance<?>[], CallbackAvailability) - Static method in class org.batoo.jpa.core.impl.instance.Prioritizer
Sorts the managed instances based on their dependencies.
sortList(Object) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMapping
Sorts the managed list of the instance
sortList(Object) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMapping
Sorts the managed list of the instance
sortList(Object) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMapping
Sorts the managed list of the instance
sortLists() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Sorts the list associations.
sqrt(Expression<? extends Number>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
StaticTypeExpression<T> - Class in org.batoo.jpa.core.impl.criteria.expression
Type expression for simple paths.
StaticTypeExpression(AbstractPath<T>, Class<T>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.StaticTypeExpression
 
Status - Enum in org.batoo.jpa.core.impl.instance
The states for a managed instance
stopIdGenerators() - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Stops the id generators.
storeData(ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
Stores the row to report the result set.
STRING - Static variable in class org.batoo.jpa.core.impl.criteria.expression.ExpressionConverter
Integer converter.
subList(int, int) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
subquery(Class<U>) - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
Create a subquery of the query.
subquery(Class<U>) - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
Create a subquery of the query.
subquery(Class<U>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaModify
Create a subquery of the query.
subquery(Class<U>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Create a subquery of the query.
SubqueryImpl<T> - Class in org.batoo.jpa.core.impl.criteria
The implementation of sub query.
SubqueryImpl(MetamodelImpl, BaseQueryImpl<?>, Class<T>) - Constructor for class org.batoo.jpa.core.impl.criteria.SubqueryImpl
 
SubQueryStub<T> - Class in org.batoo.jpa.core.impl.criteria
 
SubQueryStub(BaseQueryImpl<?>, MetamodelImpl, Class<T>) - Constructor for class org.batoo.jpa.core.impl.criteria.SubQueryStub
 
substring(Expression<String>, Expression<Integer>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
substring(Expression<String>, int) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
substring(Expression<String>, int, int) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
SubstringExpression - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for substring function.
SubstringExpression(Expression<String>, Expression<Integer>, Expression<Integer>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.SubstringExpression
 
SUFFIX_ENHANCED - Static variable in class org.batoo.jpa.core.impl.instance.Enhancer
The enhanced suffix for the class
sum(Expression<? extends N>, Expression<? extends N>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
sum(Expression<? extends N>, N) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
sum(Expression<N>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
sum(N, Expression<? extends N>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
sumAsDouble(Expression<Float>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
sumAsLong(Expression<Integer>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
supports(GenerationType) - Method in class org.batoo.jpa.core.jdbc.adapter.DerbyAdaptor
Returns the id type supported.
supports(GenerationType) - Method in class org.batoo.jpa.core.jdbc.adapter.H2Adaptor
Returns the id type supported.
supports(GenerationType) - Method in class org.batoo.jpa.core.jdbc.adapter.HsqlAdaptor
Returns the id type supported.
supports(GenerationType) - Method in class org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor
Returns the id type supported.
supports(GenerationType) - Method in class org.batoo.jpa.core.jdbc.adapter.MsSqlAdaptor
Returns the id type supported.
supports(GenerationType) - Method in class org.batoo.jpa.core.jdbc.adapter.MySqlAdaptor
Returns the id type supported.
supports(GenerationType) - Method in class org.batoo.jpa.core.jdbc.adapter.OracleAdaptor
Returns the id type supported.
supports(GenerationType) - Method in class org.batoo.jpa.core.jdbc.adapter.PostgreSqlAdaptor
Returns the id type supported.

T

TableGenerator - Class in org.batoo.jpa.core.impl.model
Table based generator.
TableGenerator(TableGeneratorMetadata) - Constructor for class org.batoo.jpa.core.impl.model.TableGenerator
 
TableIdQueue - Class in org.batoo.jpa.core.impl.model
A Queue that tops up the queue by allocation size sequences when its capacity drops to 1 / 2 of allocation size.
TableIdQueue(JdbcAdaptor, DataSourceImpl, ExecutorService, TableGenerator) - Constructor for class org.batoo.jpa.core.impl.model.TableIdQueue
 
toArray() - Method in class org.batoo.jpa.core.impl.collections.ManagedList
toArray(T[]) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
toArray() - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
toArray(T[]) - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
toArray() - Method in class org.batoo.jpa.core.impl.criteria.TupleImpl
toBigDecimal(Expression<? extends Number>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
toBigInteger(Expression<? extends Number>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
toDouble(Expression<? extends Number>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
toFloat(Expression<? extends Number>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
toInteger(Expression<? extends Number>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
toLong(Expression<? extends Number>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
toString() - Method in class org.batoo.jpa.core.impl.cache.CacheInstance
toString() - Method in class org.batoo.jpa.core.impl.cache.CacheReference
toString() - Method in class org.batoo.jpa.core.impl.cache.CacheStats
toString() - Method in class org.batoo.jpa.core.impl.collections.ManagedList
toString() - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
toString() - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
toString(Expression<Character>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
toString() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
toString() - Method in class org.batoo.jpa.core.impl.criteria.EntryImpl
toString() - Method in class org.batoo.jpa.core.impl.criteria.expression.CollectionExpression
toString() - Method in class org.batoo.jpa.core.impl.criteria.jpql.Qualified
toString() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
toString() - Method in class org.batoo.jpa.core.impl.criteria.SubQueryStub
toString() - Method in class org.batoo.jpa.core.impl.instance.ManagedId
toString() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
toString() - Method in class org.batoo.jpa.core.impl.jdbc.AbstractColumn
toString() - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
toString() - Method in class org.batoo.jpa.core.impl.jdbc.EntityTable
toString() - Method in class org.batoo.jpa.core.impl.jdbc.ForeignKey
toString() - Method in class org.batoo.jpa.core.impl.model.attribute.AssociatedSingularAttribute
toString() - Method in class org.batoo.jpa.core.impl.model.attribute.PluralAttributeImpl
toString() - Method in class org.batoo.jpa.core.impl.model.attribute.SingularAttributeImpl
toString() - Method in class org.batoo.jpa.core.impl.model.mapping.Mapping
toString() - Method in class org.batoo.jpa.core.impl.model.type.EntityTypeImpl
toString() - Method in class org.batoo.jpa.core.util.Pair
TRANSACTION_TYPE - Static variable in interface org.batoo.jpa.core.JPASettings
The type of transactions supported by the entity managers.
trim(char, Expression<String>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
trim(Expression<Character>, Expression<String>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
trim(Expression<String>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
TrimExpression - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for trim function.
TrimExpression(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.TrimExpression
 
tryLoadFromCache(PluralAssociationMapping<?, ?, ?>) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Tries to load the collection from the cache.
tuple(Selection<?>...) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
TupleElementImpl<X> - Class in org.batoo.jpa.core.impl.criteria
The definition of an element that is returned in a query result tuple.
TupleElementImpl(Class<X>) - Constructor for class org.batoo.jpa.core.impl.criteria.TupleElementImpl
 
TupleImpl - Class in org.batoo.jpa.core.impl.criteria
 
TupleImpl(List<String>, List<AbstractSelection<?>>, Object[]) - Constructor for class org.batoo.jpa.core.impl.criteria.TupleImpl
 
type() - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
type(MapJoinImpl.MapSelectType) - Method in class org.batoo.jpa.core.impl.criteria.join.MapJoinImpl
Create an expression corresponding to the type of the path.
type() - Method in class org.batoo.jpa.core.impl.criteria.path.BasicPath
type() - Method in class org.batoo.jpa.core.impl.criteria.path.EmbeddedAttributePath
type() - Method in class org.batoo.jpa.core.impl.criteria.path.EntityPath
type() - Method in class org.batoo.jpa.core.impl.criteria.path.MapKeyPath
type(Class<X>) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Returns the type corresponding to the clazz.
TypeFactory - Class in org.batoo.jpa.core.impl.jdbc
 
TypeFactory() - Constructor for class org.batoo.jpa.core.impl.jdbc.TypeFactory
 
TypeImpl<X> - Class in org.batoo.jpa.core.impl.model.type
Implementation of Type.
TypeImpl(MetamodelImpl, Class<X>) - Constructor for class org.batoo.jpa.core.impl.model.type.TypeImpl
 

U

unwrap(Class<T>) - Method in class org.batoo.jpa.core.impl.cache.CacheImpl
unwrap(Class<T>) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
unwrap(Class<T>) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionImpl
unwrap(Class<T>) - Method in class org.batoo.jpa.core.impl.jdbc.DataSourceImpl
unwrap(Class<T>) - Method in class org.batoo.jpa.core.impl.jdbc.PreparedStatementImpl
unwrap(Class<T>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
unwrap(Class<T>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
update(Connection, String) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
Execute an SQL INSERT, UPDATE, or DELETE query without replacement parameters.
update(Connection, String, Object) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
Execute an SQL INSERT, UPDATE, or DELETE query with a single replacement parameter.
update(Connection, String, Object...) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
Execute an SQL INSERT, UPDATE, or DELETE query.
update(String) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
Executes the given INSERT, UPDATE, or DELETE SQL statement without any replacement parameters.
update(String, Object) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
Executes the given INSERT, UPDATE, or DELETE SQL statement with a single replacement parameter.
update(String, Object...) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner
Executes the given INSERT, UPDATE, or DELETE SQL statement.
UPDATE_VALIDATION_GROUP - Static variable in interface org.batoo.jpa.core.JPASettings
Used to coordinate with bean validators

See JPA 2 section 8.2.1.9

updateAvailability(CallbackAvailability, Boolean) - Method in class org.batoo.jpa.core.impl.manager.CallbackAvailability
 
updateAvailability(CallbackManager) - Method in class org.batoo.jpa.core.impl.manager.CallbackAvailability
Updates the availability.
updateAvailability(CallbackAvailability) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Updates the callback availability.
updateAvailability(CallbackAvailability, Boolean) - Method in class org.batoo.jpa.core.impl.model.type.IdentifiableTypeImpl
Updates the callback availability.
updateCollection(MetamodelImpl, CacheImpl, PluralMapping<?, ?, ?>, Object) - Method in class org.batoo.jpa.core.impl.cache.CacheInstance
Updates the cache instance's collection mapping
updateCollectionCache(PluralMapping<?, ?, ?>) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Updates the collection cache of the managed instance for the mapping
updateResultClass(List<Selection<?>>) - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
 
upper(Expression<String>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl

V

validateObject(ConnectionImpl) - Method in class org.batoo.jpa.core.impl.jdbc.ConnectionFactory
VALIDATION_FACTORY - Static variable in interface org.batoo.jpa.core.JPASettings
Used to pass along any discovered validator factory.
VALIDATION_MODE - Static variable in interface org.batoo.jpa.core.JPASettings
Used to indicate what form of automatic validation is in effect as per rules defined in JPA 2 section 3.6.1.1

See JPA 2 sections 9.4.3 and 8.2.1.8

value(Expression<? extends T>) - Method in class org.batoo.jpa.core.impl.criteria.expression.CoalesceExpression
value(T) - Method in class org.batoo.jpa.core.impl.criteria.expression.CoalesceExpression
value(Expression<? extends T>) - Method in class org.batoo.jpa.core.impl.criteria.InPredicate
value(T) - Method in class org.batoo.jpa.core.impl.criteria.InPredicate
value() - Method in class org.batoo.jpa.core.impl.criteria.join.MapJoinImpl
valueOf(String) - Static method in enum org.batoo.jpa.core.impl.criteria.expression.AggregationExpression.AggregationFunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.core.impl.criteria.expression.ArithmeticExression.ArithmeticOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.core.impl.criteria.expression.CaseTransformationExpression.CaseTransformationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.core.impl.criteria.expression.ComparisonExpression.Comparison
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.core.impl.criteria.expression.NumericFunctionExpression.NumericFunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.core.impl.criteria.join.MapJoinImpl.MapSelectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.core.impl.deployment.DdlManager.DdlPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.core.impl.deployment.DeploymentManager.Context
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.core.impl.deployment.LinkManager.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.core.impl.instance.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.core.impl.manager.Callback.CallbackType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.core.impl.model.attribute.VersionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.core.impl.model.mapping.JoinedMapping.MappingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor.PaginationParamsOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.core.jdbc.DDLMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.core.jdbc.IdType
Returns the enum constant of this type with the specified name.
values() - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
values(M) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
values() - Static method in enum org.batoo.jpa.core.impl.criteria.expression.AggregationExpression.AggregationFunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.core.impl.criteria.expression.ArithmeticExression.ArithmeticOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.core.impl.criteria.expression.CaseTransformationExpression.CaseTransformationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.core.impl.criteria.expression.ComparisonExpression.Comparison
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.batoo.jpa.core.impl.criteria.expression.MapExpression
 
values() - Static method in enum org.batoo.jpa.core.impl.criteria.expression.NumericFunctionExpression.NumericFunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.core.impl.criteria.join.MapJoinImpl.MapSelectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.core.impl.deployment.DdlManager.DdlPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.core.impl.deployment.DeploymentManager.Context
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.core.impl.deployment.LinkManager.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.core.impl.instance.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.core.impl.manager.Callback.CallbackType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.core.impl.model.attribute.VersionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.core.impl.model.mapping.JoinedMapping.MappingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.core.jdbc.adapter.JdbcAdaptor.PaginationParamsOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.core.jdbc.DDLMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.core.jdbc.IdType
Returns an array containing the constants of this enum type, in the order they are declared.
VersionType - Enum in org.batoo.jpa.core.impl.model.attribute
Possible types for the version attributes.
versionType(Class<?>) - Static method in enum org.batoo.jpa.core.impl.model.attribute.VersionType
Returns the type of the version attribute.

W

WARN_TIME - Static variable in interface org.batoo.jpa.core.BJPASettings
The warn time for SQL operations taking too long.
when(Expression<Boolean>, Expression<? extends T>) - Method in class org.batoo.jpa.core.impl.criteria.expression.CaseImpl
when(Expression<Boolean>, T) - Method in class org.batoo.jpa.core.impl.criteria.expression.CaseImpl
when(AbstractExpression<C>, AbstractExpression<R>) - Method in class org.batoo.jpa.core.impl.criteria.expression.SimpleCaseImpl
Add a when/then clause to the case expression.
when(C, Expression<? extends R>) - Method in class org.batoo.jpa.core.impl.criteria.expression.SimpleCaseImpl
when(C, R) - Method in class org.batoo.jpa.core.impl.criteria.expression.SimpleCaseImpl
where(Expression<Boolean>) - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
where(Predicate...) - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
where(Expression<Boolean>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaDeleteImpl
Modify the query to restrict the target of the deletion according to the specified boolean expression.
where(Predicate...) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaDeleteImpl
Modify the query to restrict the target of the deletion according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaModify
Modify the query to restrict the target of the deletion according to the specified boolean expression.
where(Predicate...) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaModify
Modify the query to restrict the target of the deletion according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
where(Predicate...) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
where(Expression<Boolean>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaUpdateImpl
Modify the query to restrict the target of the deletion according to the specified boolean expression.
where(Predicate...) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaUpdateImpl
Modify the query to restrict the target of the deletion according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
where(Predicate...) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
wrap(ResultSet) - Method in class org.batoo.jpa.core.impl.jdbc.dbutils.AbstractQueryRunner
Wrap the ResultSet in a decorator before processing it.
WrappedIterator<E> - Class in org.batoo.jpa.core.impl.collections
A wrapper implementation of Iterator to track changes in Managed collections.
WrappedIterator(Iterator<E>) - Constructor for class org.batoo.jpa.core.impl.collections.WrappedIterator
 
WrappedListIterator<E> - Class in org.batoo.jpa.core.impl.collections
A wrapper implementation of ListIterator to track changes in Managed collections.
WrappedListIterator(ListIterator<E>) - Constructor for class org.batoo.jpa.core.impl.collections.WrappedListIterator
 

_

__enhanced__$$__getManagedInstance() - Method in class org.batoo.jpa.core.impl.instance.Enhanced
 
__enhanced__$$__getManagedInstance() - Method in interface org.batoo.jpa.core.impl.instance.EnhancedInstance
Returns the managed instance of the instance.
__enhanced__$$__isInitialized() - Method in class org.batoo.jpa.core.impl.instance.Enhanced
 
__enhanced__$$__isInitialized() - Method in interface org.batoo.jpa.core.impl.instance.EnhancedInstance
Returns if the instance has been initialized.
__enhanced__$$__setInitialized() - Method in class org.batoo.jpa.core.impl.instance.Enhanced
 
__enhanced__$$__setInitialized() - Method in interface org.batoo.jpa.core.impl.instance.EnhancedInstance
Marks the instance as initialized.
__enhanced__$$__setManagedInstance(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.instance.Enhanced
 
__enhanced__$$__setManagedInstance(ManagedInstance<?>) - Method in interface org.batoo.jpa.core.impl.instance.EnhancedInstance
Sets the managed instance of the instance.
A B C D E F G H I J K L M N O P Q R S T U V W _ 

Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.