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

A

abs(Expression<N>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
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) - Constructor for class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
 
AbstractCriteriaQueryImpl(MetamodelImpl, Class<T>) - Constructor for class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
 
AbstractCriteriaQueryImpl(MetamodelImpl, String) - 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
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
 
AbstractMapping<Z,X,Y> - Class in org.batoo.jpa.core.impl.model.mapping
The base implementation of mappings.
AbstractMapping(AbstractParentMapping<?, Z>, AttributeImpl<? super Z, X>, Class<X>, String) - Constructor for class org.batoo.jpa.core.impl.model.mapping.AbstractMapping
 
AbstractParameterExpressionImpl<T> - Class in org.batoo.jpa.core.impl.criteria.expression
Type of criteria query parameter expressions.
AbstractParameterExpressionImpl(TypeImpl<T>, Class<T>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.AbstractParameterExpressionImpl
 
AbstractParentMapping<Z,X> - Class in org.batoo.jpa.core.impl.model.mapping
Abstract implementation of ParentMappings.
AbstractParentMapping(AbstractParentMapping<?, Z>, EmbeddedAttribute<? super Z, X>, Class<X>, String) - Constructor for class org.batoo.jpa.core.impl.model.mapping.AbstractParentMapping
 
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
 
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
 
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
 
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<AssociationMappingImpl<?, ?, ?>>) - Method in class org.batoo.jpa.core.impl.model.mapping.AbstractParentMapping
Adds the associations to the list of associations.
addAttribute(AttributeImpl<? super X, ?>) - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Adds the attribute into attributes.
addAttribute(AttributeImpl<? super X, ?>) - Method in class org.batoo.jpa.core.impl.model.IdentifiableTypeImpl
Adds the attribute into attributes.
addAttribute(AttributeImpl<? super X, ?>) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
Adds the attribute into attributes.
addAttributes(ManagedTypeMetadata) - Method in class org.batoo.jpa.core.impl.model.IdentifiableTypeImpl
Creates and adds the attributes of the managed type from the metadata.
addAttributes(ManagedTypeMetadata) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
Creates and adds the attributes of the managed type from the metadata.
addBasicMappings(List<BasicMappingImpl<?, ?>>) - Method in class org.batoo.jpa.core.impl.model.mapping.AbstractParentMapping
Adds the basic mappings to the list of mappings.
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.
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.
addJoinedMappings(List<JoinedMapping<?, ?, ?>>) - Method in class org.batoo.jpa.core.impl.model.mapping.AbstractParentMapping
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.
addPluralMappings(List<PluralMappingEx<?, ?, ?>>) - Method in class org.batoo.jpa.core.impl.model.mapping.AbstractParentMapping
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<AbstractMapping<?, ?, ?>>) - Method in class org.batoo.jpa.core.impl.model.mapping.AbstractParentMapping
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
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 SingularMappingEx representing types of ManyToOne and OneToOne
AssociatedSingularAttribute(ManagedTypeImpl<X>, Attribute.PersistentAttributeType, AssociationAttributeMetadata) - Constructor for class org.batoo.jpa.core.impl.model.attribute.AssociatedSingularAttribute
 
AssociationMappingImpl<Z,X,Y> - Class in org.batoo.jpa.core.impl.model.mapping
AbstractMapping for associations.
AssociationMappingImpl(AbstractParentMapping<?, Z>, AssociationAttributeMetadata, AttributeImpl<? super Z, X>) - Constructor for class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
 
attach(Connection, ManagedInstance<?>, Joinable[], int) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Attaches the child.
attach(Connection, ManagedInstance<?>, Joinable[], int) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Attaches the child.
attach(Connection, ManagedInstance<?>, Joinable[], int) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMappingEx
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
 
BaseQueryImpl(MetamodelImpl, String) - 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.
BasicMappingImpl<Z,X> - Class in org.batoo.jpa.core.impl.model.mapping
The mapping for basic attributes.
BasicMappingImpl(AbstractParentMapping<?, Z>, BasicAttribute<? super Z, X>) - Constructor for class org.batoo.jpa.core.impl.model.mapping.BasicMappingImpl
 
BasicPath<X> - Class in org.batoo.jpa.core.impl.criteria.path
Physical Attribute implementation of Path.
BasicPath(ParentPath<?, ?>, BasicMappingImpl<?, X>) - Constructor for class org.batoo.jpa.core.impl.criteria.path.BasicPath
 
BasicTypeImpl<X> - Class in org.batoo.jpa.core.impl.model
Implementation of BasicType.
BasicTypeImpl(MetamodelImpl, Class<X>) - Constructor for class org.batoo.jpa.core.impl.model.BasicTypeImpl
 
BatooEntityManager - Interface in org.batoo.jpa.core
 
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.
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
 

C

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.
canBatchRemoves() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns if remove operation can be combined into a batch.
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>, LinkedList<ManagedInstance<?>>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Cascades the merge operation
cascadePersist(EntityManagerImpl, ArrayList<Object>, LinkedList<ManagedInstance<?>>) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Cascades the persist operation.
cascadeRemovals(ManagedInstance<?>[]) - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Cascades the removals.
cascadeRemove(EntityManagerImpl, ArrayList<Object>, LinkedList<ManagedInstance<?>>) - 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.AssociationMappingImpl
Returns if the type cascades detach operations.
cascadesMerge() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
Returns if the type cascades merge operations.
cascadesMerge() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Returns if merges are cascaded.
cascadesMerge() - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMappingEx
Returns if merges are cascaded.
cascadesPersist() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
Returns if the type cascades persist operations.
cascadesRefresh() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
Returns if the type cascades refresh operations.
cascadesRemove() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
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
 
cast(AbstractExpression<?>, Class<X>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
Casts the inner expression to clazz.
CastExpression<T> - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for db functions.
CastExpression(AbstractExpression<?>, Class<T>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.CastExpression
 
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.
checkTables() - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Check that the tables have unique names.
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.AssociationMappingImpl
Checks that the association references not a transient instance
checkTransient(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Checks that the association references not a transient instance
checkTransient(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
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.
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.
clearTransaction() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Clears the transaction.
clone(EntityTypeImpl<Z>) - Method in class org.batoo.jpa.core.impl.model.attribute.AssociatedSingularAttribute
Clones the attribute.
clone(EntityTypeImpl<Z>) - Method in class org.batoo.jpa.core.impl.model.attribute.AttributeImpl
Clones the attribute.
clone(EntityTypeImpl<Z>) - Method in class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
Clones the attribute.
clone(EntityTypeImpl<Z>) - Method in class org.batoo.jpa.core.impl.model.attribute.CollectionAttributeImpl
Clones the attribute.
clone(EntityTypeImpl<Z>) - Method in class org.batoo.jpa.core.impl.model.attribute.EmbeddedAttribute
Clones the attribute.
clone(EntityTypeImpl<Z>) - Method in class org.batoo.jpa.core.impl.model.attribute.ListAttributeImpl
Clones the attribute.
clone(EntityTypeImpl<Z>) - Method in class org.batoo.jpa.core.impl.model.attribute.MapAttributeImpl
Clones the attribute.
clone(EntityTypeImpl<Z>) - Method in class org.batoo.jpa.core.impl.model.attribute.SetAttributeImpl
Clones the attribute.
close() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
close() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
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.
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<?, ?>, AbstractMapping<?, 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>, PluralMappingEx<? super Z, Collection<E>, E>, JoinType) - Constructor for class org.batoo.jpa.core.impl.criteria.join.CollectionJoinImpl
 
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
construct(Class<Y>, Selection<?>...) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
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
 
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
createBasicType(Class<T>) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Creates of returns an existing BasicTypeImpl of clazz
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.batoo.jpa.core.BatooPersistenceProvider
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
createEntityManager() - Method in class org.batoo.jpa.core.impl.manager.JtaEntityManagerFactoryImpl
createEntityManager(Map<String, Object>) - Method in class org.batoo.jpa.core.impl.manager.JtaEntityManagerFactoryImpl
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.
createMappings() - Method in class org.batoo.jpa.core.impl.model.mapping.AbstractParentMapping
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
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
Creates and returns the query for delete operation.
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
Creates and returns a query for the update operation.
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
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
 
CriteriaDeleteImpl(MetamodelImpl, String) - 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
 
CriteriaModify(MetamodelImpl, String) - 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
 
CriteriaQueryImpl(MetamodelImpl, String) - 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
 
CriteriaUpdateImpl(MetamodelImpl, String) - 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

dateTimeExpression(DateTimeFunctionType, Expression<?>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
Returns the date time function expresssion.
DateTimeExpression - Class in org.batoo.jpa.core.impl.criteria.expression
The expression for numeric functions
DateTimeExpression(DateTimeFunctionType, Expression<?>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.DateTimeExpression
 
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
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
 
desc(Expression<?>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
detach(Object) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
detach(Connection, ManagedInstance<?>, Object, Object) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
detaches the child.
detach(Connection, ManagedInstance<?>, Object, Object) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
detaches the child.
detach(Connection, ManagedInstance<?>, Object, Object) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMappingEx
detaches the child.
detachAll(Connection, ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Details all the children.
detachAll(Connection, ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Details all the children.
detachAll(Connection, ManagedInstance<?>) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMappingEx
Details all the children.
detachAllIfNotTransactionScoped() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Detaches all the entities if there is no transaction in progress.
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
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
DOUBLE - Static variable in class org.batoo.jpa.core.impl.criteria.expression.ExpressionConverter
Double converter.
dropAllTables(DataSource) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Drops all the tables in the database.

E

ElementCollectionMappingImpl<Z,C,E> - Class in org.batoo.jpa.core.impl.model.mapping
AbstractMapping for element collections.
ElementCollectionMappingImpl(AbstractParentMapping<?, Z>, PluralAttributeImpl<? super Z, C, E>) - Constructor for class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
 
ElementMappingImpl<X> - Class in org.batoo.jpa.core.impl.model.mapping
Root mapping for Embeddable element mappings.
ElementMappingImpl(ElementCollectionMappingImpl<?, ?, X>, EmbeddableTypeImpl<X>) - Constructor for class org.batoo.jpa.core.impl.model.mapping.ElementMappingImpl
 
embeddable(Class<X>) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
EmbeddableTypeImpl<X> - Class in org.batoo.jpa.core.impl.model
Implementation of EmbeddableType.
EmbeddableTypeImpl(MetamodelImpl, Class<X>, EmbeddableMetadata) - Constructor for class org.batoo.jpa.core.impl.model.EmbeddableTypeImpl
 
EmbeddedAttribute<X,T> - Class in org.batoo.jpa.core.impl.model.attribute
Implementation of SingularMappingEx 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>, EmbeddedMappingImpl<? super Z, X>) - Constructor for class org.batoo.jpa.core.impl.criteria.path.EmbeddedAttributePath
 
EmbeddedMappingImpl<Z,X> - Class in org.batoo.jpa.core.impl.model.mapping
AbstractMapping for the entities.
EmbeddedMappingImpl(AbstractParentMapping<?, Z>, EmbeddedAttribute<? super Z, X>) - Constructor for class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
 
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.ElementCollectionMappingImpl
Enhances the collection to the managed collection
enhance(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Enhances the collection to the managed collection
enhance(ManagedInstance<?>) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMappingEx
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.AbstractParameterExpressionImpl
Ensures the alias is generated.
ensureAlias(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.EntityConstantExpression
Ensures the alias is generated.
ensureAlias(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl
Ensures the alias is generated.
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.
ensureTypeResolved(MetamodelImpl) - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractParameterExpressionImpl
Ensures the type has been resolved.
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.
EntityConstantExpression<T> - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for constants.
EntityConstantExpression(TypeImpl<T>, T) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.EntityConstantExpression
 
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, DataSource, 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
AbstractMapping 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>, SingularAssociationMappingImpl<?, Z>, EntityTypeImpl<X>) - Constructor for class org.batoo.jpa.core.impl.criteria.path.EntityPath
 
EntityTransactionImpl - Class in org.batoo.jpa.core.impl.manager
Implementation of EntityTransaction.
EntityTransactionImpl(EntityManagerImpl, Connection) - 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
Implementation of EntityType.
EntityTypeImpl(MetamodelImpl, IdentifiableTypeImpl<? super X>, Class<X>, EntityMetadata) - Constructor for class org.batoo.jpa.core.impl.model.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.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.deployment.DeploymentUnitTask
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.AbstractMapping
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.
executeUpdate() - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
executeUpdate() - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
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.EntityTypeImpl
Returns if this entity extends the parent entity.
extractKey(Object) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Extracts key from the value.
extractKey(Object) - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
Extracts key from the value.
extractKey(Object) - Method in interface org.batoo.jpa.core.impl.model.mapping.JoinedMapping
Extracts key from the value.
extractKey(Object) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Extracts key from the value.
extractKey(Object) - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
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.
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.BasicMappingImpl
Fills the sequence / table generated value.
fillValue(EntityTypeImpl<?>, ManagedInstance<?>, Object) - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
Fills the sequence / table generated value.
fillValue(EntityTypeImpl<?>, ManagedInstance<?>, Object) - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
Fills the sequence / table generated value.
fillValue(EntityTypeImpl<?>, ManagedInstance<?>, Object) - Method in interface org.batoo.jpa.core.impl.model.mapping.SingularMappingEx
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.EntityTypeImpl
Fires the callbacks.
fireCallbacks(boolean, Object, EntityListenerMetadata.EntityListenerType) - Method in class org.batoo.jpa.core.impl.model.IdentifiableTypeImpl
Fires the callbacks.
fireCallbacks(Object, EntityListenerMetadata.EntityListenerType) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Fires the callbacks.
FLOAT - Static variable in class org.batoo.jpa.core.impl.criteria.expression.ExpressionConverter
Float converter.
flush(Connection, boolean, boolean) - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Flushes the collection
flush(Connection, boolean, boolean) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
Flushes the collection
flush(Connection, boolean, boolean) - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
Flushes the collection
flush(Connection, boolean, boolean) - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
Flushes the collection
flush() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
flush(Connection) - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Flushes the session persisting changes to the database.
flush(Connection, ManagedInstance<?>, boolean, boolean) - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
Flushes the associates.
flush(Connection, ManagedInstance<?>, boolean, boolean) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Flushes the associates.
flush(Connection, ManagedInstance<?>, boolean, boolean) - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
Flushes the associates.
flush(Connection, ManagedInstance<?>, boolean, boolean) - Method in interface org.batoo.jpa.core.impl.model.mapping.JoinedMapping
Flushes the associates.
flush(Connection, ManagedInstance<?>, boolean, boolean) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Flushes the associates.
flush(Connection, ManagedInstance<?>, boolean, boolean) - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
Flushes the associates.
flushAssociations(Connection, boolean, boolean) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Flushes the associations.
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.CastExpression
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.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.DateTimeExpression
Returns the JPQL where fragment.
generateJpqlRestriction(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.EntityConstantExpression
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.NullExpression
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.SimpleConstantExpression
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.AbstractParameterExpressionImpl
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.CastExpression
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.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.DateTimeExpression
Returns the JPQL select fragment.
generateJpqlSelect(AbstractCriteriaQueryImpl<?>, boolean) - Method in class org.batoo.jpa.core.impl.criteria.expression.EntityConstantExpression
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.NullExpression
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.SimpleConstantExpression
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() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaModify
Returns the restriction for the query.
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.AbstractParameterExpressionImpl
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.CastExpression
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.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.DateTimeExpression
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.NullExpression
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.SimpleConstantExpression
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.
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.AbstractMapping
get__enhanced__$$__id() - Method in class org.batoo.jpa.core.impl.instance.Enhanced
 
getAlias() - Method in class org.batoo.jpa.core.impl.criteria.AbstractSelection
getAlias(AbstractParameterExpressionImpl<?>) - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
Returns the generated alias for the parameter.
getAlias(AbstractSelection<?>) - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
Returns the generated alias for the selection.
getAlias(AbstractParameterExpressionImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.BaseQueryImpl
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() - Method in class org.batoo.jpa.core.impl.criteria.jpql.Aliased
Returns the alias of the Aliased.
getAlias(AbstractParameterExpressionImpl<?>) - 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.SubqueryImpl
Returns the generated alias for the selection.
getAlias(AbstractParameterExpressionImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.SubQueryStub
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.
getAllTables() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns all the tables in the inheritance chain.
getAssociationMetadata() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
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.EntityTypeImpl
Returns if attribute with the path is overridden by the entity.
getAssociationOverride(String) - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
Returns the association override or null
getAssociations() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns the associations of the type.
getAssociationsDetachable() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns the associated attributes that are detachable by the type.
getAssociationsJoined() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns the associated attributes that are joined.
getAssociationsNotPersistable() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns the plural associations that are not persistable.
getAssociationsPersistable() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns the associated attributes that are persistable by the type.
getAssociationsPlural() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns the plural associations.
getAssociationsRemovable() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns the associated mappings that are removable by the type.
getAssociationsSingular() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns the singular associated mappings.
getAssociationsSingularOwnerLazy() - Method in class org.batoo.jpa.core.impl.model.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(String) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getAttribute() - Method in class org.batoo.jpa.core.impl.model.mapping.AbstractMapping
Returns the attribute of the mapping.
getAttribute() - Method in class org.batoo.jpa.core.impl.model.mapping.BasicMappingImpl
Returns the attribute of the mapping.
getAttribute() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Returns the attribute of the mapping.
getAttribute() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementMappingImpl
Returns the attribute of the mapping.
getAttribute() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
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.PluralAssociationMappingImpl
Returns the attribute of the mapping.
getAttribute() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
Returns the attribute of the mapping.
getAttribute() - Method in interface org.batoo.jpa.core.impl.model.mapping.SingularMappingEx
Returns the attribute of the mapping.
getAttributeCount() - Method in class org.batoo.jpa.core.impl.model.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.EntityTypeImpl
Returns if attribute with the path is overridden by the entity.
getAttributeOverride(String) - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
Returns the attribute override or null
getAttributes() - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getAttributeType() - Method in class org.batoo.jpa.core.impl.model.attribute.PluralAttributeImpl
Returns the attributeType of the PluralAttributeImpl.
getAvailability() - Method in class org.batoo.jpa.core.impl.model.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.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.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.EntityTypeImpl
getCache() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
getCallbackManager() - Method in class org.batoo.jpa.core.impl.model.IdentifiableTypeImpl
Returns the callbackManager.
getCallbackManager() - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Returns the callback manager of the metamodel.
getCallbackType() - Method in class org.batoo.jpa.core.impl.manager.Callback
Returns the callback type of the Callback.
getChild(String) - Method in class org.batoo.jpa.core.impl.model.mapping.AbstractParentMapping
getChildren() - Method in class org.batoo.jpa.core.impl.model.mapping.AbstractParentMapping
Returns the children of the mapping.
getChildType(Object) - Method in class org.batoo.jpa.core.impl.model.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.
getCollection(String) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getCollection(String, Class<E>) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getCollectionTable() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Returns the collection table.
getCollectionTable() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementMappingImpl
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.BasicMappingImpl
Returns the column of the mapping.
getColumnAlias(BaseQueryImpl<?>, AbstractColumn) - Method in class org.batoo.jpa.core.impl.criteria.path.EntityPath
Returns the table alias for the column.
getColumnAlias(BaseQueryImpl<?>, AbstractColumn) - Method in class org.batoo.jpa.core.impl.criteria.path.ParentPath
Returns the table alias for the column.
getColumnTransformer() - Method in class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
Returns columnTransformer definition
getColumnTransformer() - Method in class org.batoo.jpa.core.impl.model.mapping.BasicMappingImpl
getCompoundSelectionItems() - Method in class org.batoo.jpa.core.impl.criteria.AbstractSelection
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.
getDatasource() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
Returns the datasource of the entity manager factory.
getDeclaredAttribute(String) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getDeclaredAttributes() - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getDeclaredCollection(String) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getDeclaredCollection(String, Class<E>) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getDeclaredId(Class<Y>) - Method in class org.batoo.jpa.core.impl.model.IdentifiableTypeImpl
getDeclaredList(String) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getDeclaredList(String, Class<E>) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getDeclaredMap(String) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getDeclaredMap(String, Class<K>, Class<V>) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getDeclaredPluralAttributes() - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getDeclaredSet(String) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getDeclaredSet(String, Class<E>) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getDeclaredSingularAttribute(String) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getDeclaredSingularAttribute(String, Class<Y>) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getDeclaredSingularAttributes() - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getDeclaredVersion(Class<Y>) - Method in class org.batoo.jpa.core.impl.model.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.EntityTypeImpl
Returns the dependencies for the associate type
getDependencyCount() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns the dependencyCount.
getDiscriminatorColumn() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns the discriminator column of the entity.
getDiscriminators() - Method in class org.batoo.jpa.core.impl.model.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.EntityTypeImpl
Returns the discriminatorValue of the EntityTypeImpl.
getEagerMappings() - Method in class org.batoo.jpa.core.impl.model.mapping.AbstractParentMapping
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.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.
getEnumType() - Method in class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
Returns the enum type of the attribute.
getEnumType() - Method in class org.batoo.jpa.core.impl.model.mapping.BasicMappingImpl
getExpandedCount(MetamodelImpl) - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractParameterExpressionImpl
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
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.
getFetchStrategy() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
Returns the Fetching strategy of the association
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
getFirstResult() - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getFirstResult() - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
getFlushMode() - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getFlushMode() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
getFlushMode() - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
getForeignKey() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
getForeignKey() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
getFragment() - Method in enum org.batoo.jpa.core.impl.criteria.expression.ArithmeticExression.ArithmeticOperation
 
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
getHints() - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
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(Object) - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns the id of the entity from the instance.
getId(SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns the id of the entity from the resultset row.
getId(SessionImpl, ResultSet, HashMap<AbstractColumn, String>) - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns the id of the entity from the resultset row.
getId(Class<Y>) - Method in class org.batoo.jpa.core.impl.model.IdentifiableTypeImpl
getIdClass() - Method in class org.batoo.jpa.core.impl.model.IdentifiableTypeImpl
Returns the id class of the identifiable type.
getIdClassAttributes() - Method in class org.batoo.jpa.core.impl.model.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.EntityTypeImpl
Returns the single id mapping.
getIdMappings() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
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.IdentifiableTypeImpl
getIdType() - Method in class org.batoo.jpa.core.impl.model.mapping.BasicMappingImpl
getIdType() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
getIdType() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
getIndex() - Method in class org.batoo.jpa.core.impl.model.attribute.BasicAttribute
Returns the index of the basic attribute.
getInheritanceType() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns the inheritance type of the entity.
getInsertBatchSize() - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Returns the insertBatchSize of the ManagedCollection.
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.EntityTypeImpl
Returns the id of the instance.
getInverse() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
Returns the inverse attribute.
getInverse() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Returns the inverse attribute.
getInverse() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
Returns the inverse attribute.
getJavaMember() - Method in class org.batoo.jpa.core.impl.model.attribute.AttributeImpl
getJavaMember() - Method in class org.batoo.jpa.core.impl.model.mapping.AbstractMapping
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.AbstractMapping
getJavaType() - Method in class org.batoo.jpa.core.impl.model.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.manager.EntityManagerFactoryImpl
Returns the JDBC Adaptor of the entity manager factory.
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.
getJoins() - Method in class org.batoo.jpa.core.impl.criteria.join.AbstractFrom
getJoinTable() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
Returns the join table of the mapping.
getJoinTable() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Returns the join table for the relation.
getJoinTable() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
Returns the join table for the relation.
getJoinTable() - Method in interface org.batoo.jpa.core.impl.model.mapping.JoinedMapping
Returns the join table for the relation.
getJoinTable() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Returns the join table of the mapping.
getJoinTable() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
Returns the join table of the mapping.
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.QueryImpl
Returns the JPQL that representing 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
getKeyJavaType() - Method in class org.batoo.jpa.core.impl.model.attribute.MapAttributeImpl
getKeyMapping() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
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.
getList(String) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getList(String, Class<E>) - Method in class org.batoo.jpa.core.impl.model.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.model.attribute.AttributeImpl
Returns the locator of the AttributeImpl.
getLocator() - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
Returns the locator of the managed type.
getLocator() - Method in class org.batoo.jpa.core.impl.model.mapping.AbstractMapping
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
getLockMode() - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
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.EntityTypeImpl
Returns the managed instance for the instance.
getManagedInstanceById(SessionImpl, ManagedId<X>, boolean) - Method in class org.batoo.jpa.core.impl.model.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.ManagedTypeImpl
getMap(String, Class<K>, Class<V>) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getMapKey() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Returns the map key of the element collection mapping.
getMapKeyIdMapping() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Returns the key mapping of the association.
getMapKeyIdMappings() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Returns the map key id mappings of the association.
getMappedBy() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
Returns the mappedBy of the mapping.
getMappedId(String, Object) - Method in class org.batoo.jpa.core.impl.model.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 abstractMapping 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(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(String) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Returns child mapping of the type.
getMapping(String) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementMappingImpl
getMapping(String) - Method in class org.batoo.jpa.core.impl.model.mapping.EntityMapping
getMapping(String) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Returns child mapping of the type.
getMapping(String) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMappingEx
Returns child mapping of the type.
getMappingsJoined() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Retuns the element collection mappings.
getMappingsPlural() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Retuns the element collection mappings.
getMappingsPluralSorted() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns the sorted plural associations.
getMappingsSingular() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns the singular mappings.
getMappingType() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Returns the type of the mapping.
getMappingType() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
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.PluralAssociationMappingImpl
Returns the type of the mapping.
getMappingType() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
Returns the type of the mapping.
getMapsId() - Method in class org.batoo.jpa.core.impl.model.attribute.AssociatedSingularAttribute
Returns the mapsId of the AssociatedSingularAttribute.
getMapsId() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
getMaxFetchJoinDepth() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl
Returns the global max fetch join depth.
getMaxFetchJoinDepth() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
Returns the max allowed depth for the fetch join.
getMaxResults() - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getMaxResults() - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
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.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
getName() - Method in class org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl
getName() - Method in class org.batoo.jpa.core.impl.model.attribute.AttributeImpl
getName() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns the name of the type.
getName() - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
Returns the name of the type.
getName() - Method in class org.batoo.jpa.core.impl.model.mapping.AbstractMapping
getName() - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeParameter
Returns the name of the parameter.
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.
getNextSequence(String) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Returns the next sequence for the generator.
getNextTableValue(String) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Returns the next table value for the generator.
getOldVersion() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Returns the old version of the instance.
getOperator() - Method in class org.batoo.jpa.core.impl.criteria.expression.PredicateImpl
getOrderBy() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Returns the order by of the association.
getOrderBy() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Returns the order by of the association.
getOrderBy() - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMappingEx
Returns the order by of the association.
getOrderColumn() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Returns the order column.
getOrderColumn() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Returns the order column.
getOrderColumn() - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMappingEx
Returns the order column.
getOrderList() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaQueryImpl
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.
getParameter(int) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
getParameter(int, Class<T>) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
getParameter(String) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
getParameter(String, Class<T>) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
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.
getParameters() - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
getParameterType() - Method in class org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl
getParameterType() - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeParameter
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
getParameterValue(int) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
getParameterValue(Parameter<T>) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
getParameterValue(String) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
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.EntityTypeImpl
Returns the parent of the entity.
getParent() - Method in class org.batoo.jpa.core.impl.model.mapping.AbstractMapping
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.AbstractMapping
getPersistenceType() - Method in class org.batoo.jpa.core.impl.model.BasicTypeImpl
getPersistenceType() - Method in class org.batoo.jpa.core.impl.model.EmbeddableTypeImpl
getPersistenceType() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
getPersistenceType() - Method in class org.batoo.jpa.core.impl.model.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.
getPluralAttributes() - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getPosition() - Method in class org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl
getPosition() - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeParameter
getPrimaryTable() - Method in class org.batoo.jpa.core.impl.model.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.
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
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.
getReference(Class<T>, Object) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
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
getResultList() - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
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.AbstractMapping
getRoot() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementMappingImpl
getRoot() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
getRoot() - Method in class org.batoo.jpa.core.impl.model.mapping.EntityMapping
getRootAttribute(AttributeImpl<?, ?>) - Method in class org.batoo.jpa.core.impl.model.mapping.AbstractParentMapping
Returns the root attribute.
getRootMapping() - Method in class org.batoo.jpa.core.impl.model.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.AbstractParentMapping
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.EntityTypeImpl
Returns the root type of the hierarchy.
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.AssociationMappingImpl
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
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.
getSet(String) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getSet(String, Class<E>) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getSingleResult() - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
getSingleResult() - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
getSingularAttribute(String) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getSingularAttribute(String, Class<Y>) - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getSingularAttributes() - Method in class org.batoo.jpa.core.impl.model.ManagedTypeImpl
getSingularMappings() - Method in class org.batoo.jpa.core.impl.model.EmbeddableTypeImpl
Returns the sorted singular mappings of the embeddable.
getSingularMappings() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
Returns the sorted singular mappings of the embeddable
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.
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.AbstractParameterExpressionImpl
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.CastExpression
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.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.DateTimeExpression
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.NullExpression
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.SimpleCaseImpl
Returns the SQL restriction fragments.
getSqlRestrictionFragments(BaseQueryImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.expression.SimpleConstantExpression
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.
getStatus() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Returns the status.
getSupertype() - Method in class org.batoo.jpa.core.impl.model.IdentifiableTypeImpl
getTable(String) - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
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.
getTables() - Method in class org.batoo.jpa.core.impl.model.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.
getTemporalType() - Method in class org.batoo.jpa.core.impl.model.mapping.BasicMappingImpl
getTransaction() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
getTransaction() - Method in class org.batoo.jpa.core.impl.manager.JtaEntityManagerImpl
getTransactionManager() - Method in class org.batoo.jpa.core.impl.manager.JtaEntityManagerFactoryImpl
Returns the transaction manager.
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.AbstractParentMapping
Returns the entity or embeddable type of the mapping.
getType() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
Returns the associate type of the mapping.
getType() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Returns the bindable entity type.
getType() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementMappingImpl
Returns the entity or embeddable type of the mapping.
getType() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
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.PluralAssociationMappingImpl
Returns the associate type of the mapping.
getType() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
Returns the associate type of the mapping.
getTypeDescriptor() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementMappingImpl
getTypeDescriptor() - Method in class org.batoo.jpa.core.impl.model.mapping.EntityMapping
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
getVersion(Class<Y>) - Method in class org.batoo.jpa.core.impl.model.IdentifiableTypeImpl
getVersionAttribute() - Method in class org.batoo.jpa.core.impl.model.IdentifiableTypeImpl
Returns the version attribute.
getVersionType() - Method in class org.batoo.jpa.core.impl.model.IdentifiableTypeImpl
Returns the type of the version attribute.
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

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(ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractTypeExpression
Returns the raw discriminator value from the resultset.
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.CastExpression
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.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.DateTimeExpression
Handles the row.
handle(QueryImpl<?>, SessionImpl, ResultSet) - Method in class org.batoo.jpa.core.impl.criteria.expression.EntityConstantExpression
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.NullExpression
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.SimpleConstantExpression
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(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.nativeQuery.NativeQuery
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(ManagedInstance<?>[]) - Method in class org.batoo.jpa.core.impl.manager.SessionImpl
Removes entities that have been orphaned
hasActiveTransaction() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Returns if the entity manager has an active transaction.
hasActiveTransaction() - Method in class org.batoo.jpa.core.impl.manager.JtaEntityManagerImpl
Returns if the entity manager has an active transaction.
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.deployment.DeploymentUnitTask
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.AbstractMapping
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.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.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

I

IdentifiableTypeImpl<X> - Class in org.batoo.jpa.core.impl.model
Implementation of IdentifiableType.
IdentifiableTypeImpl(MetamodelImpl, IdentifiableTypeImpl<? super X>, Class<X>, IdentifiableTypeMetadata) - Constructor for class org.batoo.jpa.core.impl.model.IdentifiableTypeImpl
 
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
incrementVersion(Connection, 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.AbstractParentMapping
Inherits the mappings from the parent.
initialize() - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Initializes the managed collection.
initialize() - Method in class org.batoo.jpa.core.impl.collections.ManagedList
Initializes the managed collection.
initialize() - Method in class org.batoo.jpa.core.impl.collections.ManagedMap
Initializes the managed collection.
initialize() - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
Initializes the managed collection.
initialize(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
Initializes the mapping.
initialize(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Initializes the mapping.
initialize(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
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.PluralAssociationMappingImpl
Initializes the mapping.
initialize(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
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.
isActive() - Method in class org.batoo.jpa.core.impl.manager.EntityTransactionImpl
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.ElementCollectionMappingImpl
Returns if the mapping is an association.
isAssociation() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
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.PluralAssociationMappingImpl
Returns if the mapping is an association.
isAssociation() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
Returns if the mapping is an association.
isBound(Parameter<?>) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
isBound(Parameter<?>) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
isCollection() - Method in class org.batoo.jpa.core.impl.model.attribute.PluralAttributeImpl
isCollection() - Method in class org.batoo.jpa.core.impl.model.attribute.SingularAttributeImpl
isCollection() - Method in class org.batoo.jpa.core.impl.model.mapping.AbstractMapping
Returns if the mapping is a collection mapping.
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.AssociationMappingImpl
Returns if the association should be eagerly fetched.
isEager() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Returns if the association should be eagerly fetched.
isEager() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
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.ElementMappingImpl
isEntity() - Method in class org.batoo.jpa.core.impl.model.mapping.EntityMapping
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.AbstractParentMapping
Returns if the mapping is part of an id attribute.
isId() - Method in class org.batoo.jpa.core.impl.model.mapping.BasicMappingImpl
isId() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementMappingImpl
Returns if the mapping is part of an id attribute.
isId() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
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.SingularAssociationMappingImpl
isIdMethod(Method) - Method in class org.batoo.jpa.core.impl.model.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.
isInternal() - Method in class org.batoo.jpa.core.impl.criteria.AbstractCriteriaQueryImpl
Returns if the query is internal.
isInternal() - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
Returns if the query is internal.
isInternal() - Method in class org.batoo.jpa.core.impl.criteria.CriteriaModify
Returns if the query is internal.
isInternal() - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Returns if the query is internal.
isInternal() - Method in class org.batoo.jpa.core.impl.criteria.SubQueryStub
Returns if the query is internal.
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.ElementCollectionMappingImpl
Returns if the mapping is a joined mapping.
isJoined() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
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.PluralAssociationMappingImpl
Returns if the mapping is a joined mapping.
isJoined() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
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.
isLob() - Method in class org.batoo.jpa.core.impl.model.mapping.BasicMappingImpl
isMap() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Returns if the mapping is a map collection.
isMap() - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
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.PluralAssociationMappingImpl
Returns if the mapping is a map collection.
isMap() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
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
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
 
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.AssociationMappingImpl
Returns if the association is the owner side.
isOwnerSelect() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
Returns if the selection is owned.
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.
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.EntityTypeImpl
Returns if the entity is the root of the hierarchy.
isSuitableForBatchInsert() - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Returns if the entity is suitable for batch insert, that is not of IdType.IDENTITY.
isTrue(Expression<Boolean>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaBuilderImpl
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
isVersion() - Method in class org.batoo.jpa.core.impl.model.mapping.BasicMappingImpl
iterator() - Method in class org.batoo.jpa.core.impl.collections.ManagedList
iterator() - Method in class org.batoo.jpa.core.impl.collections.ManagedSet

J

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.AssociationMappingImpl
Returns the join SQL for the mapping.
join(String, String, JoinType) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Returns the join SQL for the mapping.
join(String, String, JoinType) - Method in class org.batoo.jpa.core.impl.model.mapping.EmbeddedMappingImpl
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.
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
JoinedMapping<Z,X,Y> - Interface in org.batoo.jpa.core.impl.model.mapping
Mapping that have a join or collection table
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
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
joinTransaction() - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
joinTransaction() - Method in class org.batoo.jpa.core.impl.manager.JtaEntityManagerImpl
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
 
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, DataSource, 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() - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
Links the attribute to its associate entity type and inverse attribute if bidirectional.
link() - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Links the attribute to its collection table
link() - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Links the attribute to its associate entity type and inverse attribute if bidirectional.
link() - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
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(PluralMappingEx<?, ?, 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>, PluralMappingEx<? 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.ElementCollectionMappingImpl
Loads the collection eagerly.
load(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Loads the collection eagerly.
load(ManagedInstance<?>) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMappingEx
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.ElementCollectionMappingImpl
Loads and returns the collection.
loadCollection(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Loads and returns the collection.
loadCollection(ManagedInstance<?>) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMappingEx
Loads and returns the collection.
loadMap(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Loads and returns the map
loadMap(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Loads and returns the map
loadMap(ManagedInstance<?>) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMappingEx
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.
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

ManagedCollection<E> - Class in org.batoo.jpa.core.impl.collections
Marker interface for managed collections.
ManagedCollection() - Constructor for class org.batoo.jpa.core.impl.collections.ManagedCollection
 
ManagedCollection(PluralMappingEx<?, ?, 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(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() - Constructor for class org.batoo.jpa.core.impl.collections.ManagedList
 
ManagedList(PluralMappingEx<?, ?, E>, ManagedInstance<?>, boolean) - Constructor for class org.batoo.jpa.core.impl.collections.ManagedList
Constructor for lazy initialization.
ManagedList(PluralMappingEx<?, ?, 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() - Constructor for class org.batoo.jpa.core.impl.collections.ManagedMap
 
ManagedMap(PluralMappingEx<?, ?, V>, ManagedInstance<?>, boolean) - Constructor for class org.batoo.jpa.core.impl.collections.ManagedMap
Constructor for lazy initialization.
ManagedMap(PluralMappingEx<?, ?, 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() - Constructor for class org.batoo.jpa.core.impl.collections.ManagedSet
 
ManagedSet(PluralMappingEx<?, ?, E>, ManagedInstance<?>, boolean) - Constructor for class org.batoo.jpa.core.impl.collections.ManagedSet
Constructor for lazy initialization.
ManagedSet(PluralMappingEx<?, ?, 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
Implementation of ManagedType.
ManagedTypeImpl(MetamodelImpl, Class<X>, ManagedTypeMetadata) - Constructor for class org.batoo.jpa.core.impl.model.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(AbstractMapping<?, 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>, PluralMappingEx<? 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
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
Implementation of MappedSuperclassType.
MappedSuperclassTypeImpl(MetamodelImpl, MappedSuperclassTypeImpl<? super X>, Class<X>, MappedSuperclassMetadata) - Constructor for class org.batoo.jpa.core.impl.model.MappedSuperclassTypeImpl
 
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>, LinkedList<ManagedInstance<?>>, boolean) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Cascaded implementation of EntityManagerImpl.merge(Object).
mergeWith(EntityManagerImpl, Object, MutableBoolean, IdentityHashMap<Object, Object>, LinkedList<ManagedInstance<?>>) - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
Merges the collection with the entity
mergeWith(EntityManagerImpl, X, MutableBoolean, IdentityHashMap<Object, Object>, LinkedList<ManagedInstance<?>>) - 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>, LinkedList<ManagedInstance<?>>) - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
Merges the association of the instance with the entity.
mergeWith(EntityManagerImpl, ManagedInstance<?>, Object, MutableBoolean, IdentityHashMap<Object, Object>, LinkedList<ManagedInstance<?>>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Merges the association of the instance with the entity.
mergeWith(EntityManagerImpl, ManagedInstance<?>, Object, MutableBoolean, IdentityHashMap<Object, Object>, LinkedList<ManagedInstance<?>>) - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
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
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
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

N

NamedQueriesManager - Class in org.batoo.jpa.core.impl.deployment
Deployment manager to deploy named queries.
NativeParameter<T> - Class in org.batoo.jpa.core.impl.nativeQuery
Parameter implementation for native queries.
NativeParameter(Integer) - Constructor for class org.batoo.jpa.core.impl.nativeQuery.NativeParameter
 
NativeParameter(String, Integer) - Constructor for class org.batoo.jpa.core.impl.nativeQuery.NativeParameter
 
NativeQuery - Class in org.batoo.jpa.core.impl.nativeQuery
The implementation of the native query interface.
NativeQuery(EntityManagerImpl, String) - Constructor for class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
 
NativeQuery(EntityManagerImpl, String, Class<?>) - Constructor for class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
 
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(PluralMappingEx<?, 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(PluralMappingEx<?, 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(PluralMappingEx<?, 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(PluralMappingEx<?, 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(PluralMappingEx<?, 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(PluralMappingEx<?, 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(PluralMappingEx<?, 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(PluralMappingEx<?, C, E>, ManagedInstance<?>, Object) - Method in class org.batoo.jpa.core.impl.model.attribute.PluralAttributeImpl
Creates a new managed collection to track changes.
newCollection(PluralMappingEx<?, 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(PluralMappingEx<?, Set<E>, E>, ManagedInstance<?>, Object) - Method in class org.batoo.jpa.core.impl.model.attribute.SetAttributeImpl
Creates a new managed collection to track changes.
newCompositeId() - Method in class org.batoo.jpa.core.impl.model.IdentifiableTypeImpl
Returns a generated idClass instance based on the id class.
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.EmbeddableTypeImpl
Returns a new instance of the type
next() - Method in class org.batoo.jpa.core.impl.collections.WrappedIterator
nextIndex() - Method in class org.batoo.jpa.core.impl.collections.WrappedListIterator
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
NullExpression<T> - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for nulls.
NullExpression(Class<T>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.NullExpression
 
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(NumericFunctionType, Expression<?>, Expression<Integer>) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.NumericFunctionExpression
 

O

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
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
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.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.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.nativeQuery - package org.batoo.jpa.core.impl.nativeQuery
 
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

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(BaseQueryImpl<?>, TypeImpl<T>, Class<T>, int) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl
 
ParameterExpressionImpl(TypeImpl<T>, Class<T>, String) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.ParameterExpressionImpl
 
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
 
perform(DataSource, 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.
performed(X) - Method in class org.batoo.jpa.core.impl.deployment.DeploymentManager
Marks the type as performed.
performForeignKeysDdl(DataSource, DDLMode, EntityTypeImpl<?>) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Performs the foreign key DDL operations.
performInsert(Connection, ManagedInstance<?>[], int) - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Performs inserts to each table for the managed instance.
performRefresh(Connection, ManagedInstance<X>, LockModeType, Set<Object>) - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Performs refresh for the instance
performRemove(Connection, ManagedInstance<?>[], int) - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
 
performSelect(EntityManagerImpl, Object, LockModeType) - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Performs select to find the instance.
performSequencesDdl(DataSource, DDLMode) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Performs the sequence generators DDL operations.
performTableGeneratorsDdl(DataSource, DDLMode) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Performs the table generator DDL operations.
performTablesDdl(DataSource, DDLMode, EntityTypeImpl<?>) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Performs the table DDL operations.
performUpdate(Connection, ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Performs the update for the instance.
performVersionUpdate(Connection, ManagedInstance<? extends X>, Object, Object) - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Performs the version update for the instance.
persist(Object) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
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.PluralAssociationMappingImpl
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>, LinkedList<ManagedInstance<?>>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Cascaded implementation of EntityManagerImpl.persist(Object).
PluralAssociationMappingImpl<Z,C,E> - Class in org.batoo.jpa.core.impl.model.mapping
 
PluralAssociationMappingImpl(AbstractParentMapping<?, Z>, PluralAttributeImpl<? super Z, C, E>) - Constructor for class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
 
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
 
PluralMappingEx<Z,C,E> - Interface in org.batoo.jpa.core.impl.model.mapping
The base class for EmbeddedMapping and BasicMapping.
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(DataSource) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Prefills the id generators.
prepareDependenciesFor(EntityTypeImpl<?>) - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Prepares the dependencies for the associate.
prepareEagerJoins(FetchParent<?, ?>, int, AssociationMappingImpl<?, ?, ?>) - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
 
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
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.

Q

Qualified - Class in org.batoo.jpa.core.impl.criteria.jpql
 
Qualified(Tree) - Constructor for class org.batoo.jpa.core.impl.criteria.jpql.Qualified
 
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
 
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

readLine() - Method in class org.batoo.jpa.core.impl.nativeQuery.SqlReader
Reads a line of text.
references(Object, Object) - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
 
references(Object, Object) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
references(Object, Object) - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
refresh(EntityManagerImpl, Connection, LockModeType, Set<Object>) - 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
refresh(ManagedInstance<?>, Set<Object>) - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
Refreshes the association
refresh(ManagedInstance<?>, Set<Object>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Refreshes the association
refresh(ManagedInstance<?>, Set<Object>) - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
Refreshes the association
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.
refreshImpl(Object, LockModeType, Set<Object>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Recursive refresh implementation.
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.
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.
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(Connection, boolean) - Method in class org.batoo.jpa.core.impl.collections.ManagedCollection
 
removeImpl(Object, ArrayList<Object>, LinkedList<ManagedInstance<?>>) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
Cascaded implementation of EntityManagerImpl.remove(Object).
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.PluralAssociationMappingImpl
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.AssociationMappingImpl
Returns the if the mapping removes orphans.
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.
retainAll(Collection<?>) - Method in class org.batoo.jpa.core.impl.collections.ManagedList
retainAll(Collection<?>) - Method in class org.batoo.jpa.core.impl.collections.ManagedSet
reverse() - Method in class org.batoo.jpa.core.impl.criteria.OrderImpl
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
 
runValidators(EntityManagerFactoryImpl, ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Runs the validators for the instance.

S

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
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(Path<Y>, Expression<? extends Y>) - Method in class org.batoo.jpa.core.impl.criteria.CriteriaUpdateImpl
Adds the set item.
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.AbstractMapping
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
 
setChanged(PluralMappingEx<?, ?, ?>) - 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.
setCollection(ManagedInstance<?>, Collection<? extends E>) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Sets the collection manually for the mapping.
setCollection(ManagedInstance<?>, Collection<? extends E>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Sets the collection manually for the mapping.
setCollection(ManagedInstance<?>, Collection<? extends E>) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMappingEx
Sets the collection manually for the mapping.
setConverter(ExpressionConverter<N>) - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractExpression
Sets the numeric converter of the expression
setFirstResult(int) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
setFirstResult(int) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
setFlushMode(FlushModeType) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
setFlushMode(FlushModeType) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
setFlushMode(FlushModeType) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
setHint(String, Object) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
setHint(String, Object) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
setId(SessionImpl, Object, Object) - Method in class org.batoo.jpa.core.impl.model.EntityTypeImpl
Sets the id of the entity from the instance.
setInverse(AssociationMappingImpl<?, ?, ?>) - Method in class org.batoo.jpa.core.impl.model.mapping.AssociationMappingImpl
Sets the inverse attribute.
setInverse(AssociationMappingImpl<?, ?, ?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Sets the inverse attribute.
setInverse(AssociationMappingImpl<?, ?, ?>) - Method in class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
Sets the inverse attribute.
SetJoinImpl<Z,E> - Class in org.batoo.jpa.core.impl.criteria.join
Implementation of SetJoin.
SetJoinImpl(AbstractFrom<?, Z>, PluralMappingEx<? 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.
setLazy(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.ElementCollectionMappingImpl
Sets the lazy instance for the collection
setLazy(ManagedInstance<?>) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Sets the lazy instance for the collection
setLazy(ManagedInstance<?>) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMappingEx
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
setLockMode(LockModeType) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
setMaxResults(int) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
setMaxResults(int) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
setNextSqlParam(AbstractParameterExpressionImpl<?>) - Method in interface org.batoo.jpa.core.impl.criteria.BaseQuery
Adds the parameter to the SQL parameters queue.
setNextSqlParam(AbstractParameterExpressionImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.BaseQueryImpl
Adds the parameter to the SQL parameters queue.
setNextSqlParam(AbstractParameterExpressionImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.SubqueryImpl
Adds the parameter to the SQL parameters queue.
setNextSqlParam(AbstractParameterExpressionImpl<?>) - Method in class org.batoo.jpa.core.impl.criteria.SubQueryStub
Adds the parameter to the SQL parameters queue.
setParameter(MetamodelImpl, Connection, Object[], MutableInt, Object) - Method in class org.batoo.jpa.core.impl.criteria.expression.AbstractParameterExpressionImpl
Sets the parameters expanding if necessary.
setParameter(MetamodelImpl, Connection, Object[], MutableInt) - Method in class org.batoo.jpa.core.impl.criteria.expression.EntityConstantExpression
Sets the parameters expanding if necessary.
setParameter(MetamodelImpl, Connection, 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
setParameter(int, Calendar, TemporalType) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
setParameter(int, Date, TemporalType) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
setParameter(int, Object) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
setParameter(Parameter<T>, T) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
setParameter(String, Calendar, TemporalType) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
setParameter(String, Date, TemporalType) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
setParameter(String, Object) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
setProperty(String, Object) - Method in class org.batoo.jpa.core.impl.manager.EntityManagerImpl
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.EntityManagerImpl
 
setRollbackOnly() - Method in class org.batoo.jpa.core.impl.manager.EntityTransactionImpl
setRollbackOnly() - Method in class org.batoo.jpa.core.impl.manager.JtaEntityManagerImpl
setStatus(Status) - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Sets the status.
setValue(V) - Method in class org.batoo.jpa.core.impl.criteria.EntryImpl
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
 
SimpleConstantExpression<T> - Class in org.batoo.jpa.core.impl.criteria.expression
Expression for constants.
SimpleConstantExpression(TypeImpl<T>, T) - Constructor for class org.batoo.jpa.core.impl.criteria.expression.SimpleConstantExpression
 
SingularAssociationMappingImpl<Z,X> - Class in org.batoo.jpa.core.impl.model.mapping
Mappings for one-to-one and many-to-one associations.
SingularAssociationMappingImpl(AbstractParentMapping<?, Z>, AssociatedSingularAttribute<? super Z, X>) - Constructor for class org.batoo.jpa.core.impl.model.mapping.SingularAssociationMappingImpl
 
SingularAttributeImpl<X,T> - Class in org.batoo.jpa.core.impl.model.attribute
Implementation of SingularMappingEx.
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
 
SingularMappingEx<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.ElementCollectionMappingImpl
Sorts the managed list of the instance
sortList(Object) - Method in class org.batoo.jpa.core.impl.model.mapping.PluralAssociationMappingImpl
Sorts the managed list of the instance
sortList(Object) - Method in interface org.batoo.jpa.core.impl.model.mapping.PluralMappingEx
Sorts the managed list of the instance
sortLists() - Method in class org.batoo.jpa.core.impl.instance.ManagedInstance
Sorts the list associations.
SqlReader - Class in org.batoo.jpa.core.impl.nativeQuery
An un-synchronised version of BufferedReader.
SqlReader(Reader) - Constructor for class org.batoo.jpa.core.impl.nativeQuery.SqlReader
Creates a buffering character-input stream that uses a default-sized input buffer.
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

T

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.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.expression.ParameterExpressionImpl
toString() - Method in class org.batoo.jpa.core.impl.criteria.jpql.Qualified
toString() - Method in class org.batoo.jpa.core.impl.criteria.RootImpl
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.manager.SessionImpl
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.EntityTypeImpl
toString() - Method in class org.batoo.jpa.core.impl.model.mapping.AbstractMapping
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
 
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.
TypeImpl<X> - Class in org.batoo.jpa.core.impl.model
Implementation of Type.
TypeImpl(MetamodelImpl, Class<X>) - Constructor for class org.batoo.jpa.core.impl.model.TypeImpl
 

U

unwrap(Class<T>) - Method in class org.batoo.jpa.core.impl.criteria.QueryImpl
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
unwrap(Class<T>) - Method in class org.batoo.jpa.core.impl.nativeQuery.NativeQuery
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, Boolean) - Method in class org.batoo.jpa.core.impl.model.IdentifiableTypeImpl
Updates the callback availability.
updateAvailability(CallbackAvailability) - Method in class org.batoo.jpa.core.impl.model.MetamodelImpl
Updates the callback availability.
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

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.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.
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.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.

W

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
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.