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

A

abort(Executor) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
AbstractColumn - Class in org.batoo.jpa.jdbc
Abstract base implementation for columns
AbstractColumn(AbstractLocator, boolean) - Constructor for class org.batoo.jpa.jdbc.AbstractColumn
 
AbstractColumn(Class<?>, IdType, TemporalType, EnumType, boolean, AbstractLocator) - Constructor for class org.batoo.jpa.jdbc.AbstractColumn
 
AbstractDataSource - Class in org.batoo.jpa.jdbc
Abstract class for implementing pluggable data source
AbstractDataSource() - Constructor for class org.batoo.jpa.jdbc.AbstractDataSource
 
AbstractGenerator - Class in org.batoo.jpa.jdbc
Abstract base implementation of Sequence and Table generators.
AbstractGenerator(GeneratorMetadata) - Constructor for class org.batoo.jpa.jdbc.AbstractGenerator
 
AbstractJdbcAdaptor - Class in org.batoo.jpa.jdbc.adapter
 
AbstractJdbcAdaptor() - Constructor for class org.batoo.jpa.jdbc.adapter.AbstractJdbcAdaptor
 
AbstractTable - Class in org.batoo.jpa.jdbc
Abstract implementation for Entity, Secondary and Join tables.
AbstractTable(String, TableMetadata) - Constructor for class org.batoo.jpa.jdbc.AbstractTable
 
AbstractTable(TableMetadata) - Constructor for class org.batoo.jpa.jdbc.AbstractTable
 
addBatch() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
addBatch(String) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
addColumn(AbstractColumn) - Method in class org.batoo.jpa.jdbc.AbstractTable
Adds the column to the table
addColumn(ResultSet) - Method in class org.batoo.jpa.jdbc.adapter.JdbcForeignKey
Adds a column to the foreign key.
addColumn(String) - Method in class org.batoo.jpa.jdbc.adapter.JdbcIndex
Adds a column to the index.
addColumn(AbstractColumn) - Method in class org.batoo.jpa.jdbc.EntityTable
Adds the column to the table
addForeignKey(ForeignKey) - Method in class org.batoo.jpa.jdbc.AbstractTable
Adds a foreign key to the table.
addIndex(String, BasicColumn...) - Method in class org.batoo.jpa.jdbc.EntityTable
Adds the index to table.
applyCast(String, Class<?>) - Method in class org.batoo.jpa.jdbc.adapter.AbstractJdbcAdaptor
Applies cast operation to the expression.
applyConcat(List<String>) - Method in class org.batoo.jpa.jdbc.adapter.AbstractJdbcAdaptor
Applies the concat operation to the arguments.
applyConcat(List<String>) - Method in class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
Applies the concat operation to the arguments.
applyConcat(List<String>) - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Applies the concat operation to the arguments.
applyConcat(List<String>) - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Applies the concat operation to the arguments.
applyConcat(List<String>) - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Applies the concat operation to the arguments.
applyConcat(List<String>) - Method in class org.batoo.jpa.jdbc.adapter.MySqlAdaptor
Applies the concat operation to the arguments.
applyConcat(List<String>) - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Applies the concat operation to the arguments.
applyConcat(List<String>) - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
Applies the concat operation to the arguments.
applyConcat(List<String>) - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Applies the concat operation to the arguments.
applyLikeEscape(String) - Method in class org.batoo.jpa.jdbc.adapter.AbstractJdbcAdaptor
Appends the escape pattern.
applyLikeEscape(String) - Method in class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
Appends the escape pattern.
applyLikeEscape(String) - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Appends the escape pattern.
applyLikeEscape(String) - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Appends the escape pattern.
applyLikeEscape(String) - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Appends the escape pattern.
applyLikeEscape(String) - Method in class org.batoo.jpa.jdbc.adapter.MySqlAdaptor
Appends the escape pattern.
applyLikeEscape(String) - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Appends the escape pattern.
applyLikeEscape(String) - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
Appends the escape pattern.
applyLikeEscape(String) - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Appends the escape pattern.
applyLock(String, LockModeType) - Method in class org.batoo.jpa.jdbc.adapter.AbstractJdbcAdaptor
Applies the lock to SQL string.
applyLock(String, LockModeType) - Method in class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
Applies the lock to SQL string.
applyLock(String, LockModeType) - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Applies the lock to SQL string.
applyLock(String, LockModeType) - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Applies the lock to SQL string.
applyLock(String, LockModeType) - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Applies the lock to SQL string.
applyLock(String, LockModeType) - Method in class org.batoo.jpa.jdbc.adapter.MySqlAdaptor
Applies the lock to SQL string.
applyLock(String, LockModeType) - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Applies the lock to SQL string.
applyLock(String, LockModeType) - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
Applies the lock to SQL string.
applyLock(String, LockModeType) - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Applies the lock to SQL string.
applyPagination(String, int, int) - Method in class org.batoo.jpa.jdbc.adapter.AbstractJdbcAdaptor
Applies the pagination to SQL string.
applyPagination(String, int, int) - Method in class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
Applies the pagination to SQL string.
applyPagination(String, int, int) - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Applies the pagination to SQL string.
applyPagination(String, int, int) - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Applies the pagination to SQL string.
applyPagination(String, int, int) - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Applies the pagination to SQL string.
applyPagination(String, int, int) - Method in class org.batoo.jpa.jdbc.adapter.MySqlAdaptor
Applies the pagination to SQL string.
applyPagination(String, int, int) - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Applies the pagination to SQL string.
applyPagination(String, int, int) - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
Applies the pagination to SQL string.
applyPagination(String, int, int) - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Applies the pagination to SQL string.
applySubStr(String, String, String) - Method in class org.batoo.jpa.jdbc.adapter.AbstractJdbcAdaptor
Returns the sub string function.
applySubStr(String, String, String) - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Returns the sub string function.
applySubStr(String, String, String) - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Returns the sub string function.
applyTrim(CriteriaBuilder.Trimspec, String, String) - Method in class org.batoo.jpa.jdbc.adapter.AbstractJdbcAdaptor
Applies the trim to argument
applyTrim(CriteriaBuilder.Trimspec, String, String) - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Applies the trim to argument
applyTrim(CriteriaBuilder.Trimspec, String, String) - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Applies the trim to argument
applyTrim(CriteriaBuilder.Trimspec, String, String) - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Applies the trim to argument
applyTrim(CriteriaBuilder.Trimspec, String, String) - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Applies the trim to argument
applyTrim(CriteriaBuilder.Trimspec, String, String) - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Applies the trim to argument
AssociationMapping<Z,X,Y> - Interface in org.batoo.jpa.jdbc.mapping
The interface for association mappings.

B

BasicColumn - Class in org.batoo.jpa.jdbc
BasicColumn to persist basic attributes of the entity.
BasicColumn(JdbcAdaptor, BasicMapping<?, ?>, int, ColumnMetadata) - Constructor for class org.batoo.jpa.jdbc.BasicColumn
 
BasicMapping<Z,X> - Interface in org.batoo.jpa.jdbc.mapping
The interface for basic mappings.
BasicTypeDescriptor - Interface in org.batoo.jpa.jdbc.model
Descriptor for basic types.
BoneCPDataSource - Class in org.batoo.jpa.jdbc
DataSource for use with LazyConnection Provider etc.
BoneCPDataSource() - Constructor for class org.batoo.jpa.jdbc.BoneCPDataSource
Default empty constructor.
BoneCPDataSource(BoneCPConfig) - Constructor for class org.batoo.jpa.jdbc.BoneCPDataSource
 

C

cancel() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
castBoolean(String) - Method in class org.batoo.jpa.jdbc.adapter.AbstractJdbcAdaptor
Casts the expression to boolean if necessary.
castBoolean(String) - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Casts the expression to boolean if necessary.
castBoolean(String) - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Casts the expression to boolean if necessary.
castBoolean(String) - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Casts the expression to boolean if necessary.
clearBatch() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
clearParameters() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
clearWarnings() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
clearWarnings() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
close() - Method in class org.batoo.jpa.jdbc.AbstractDataSource
finalize the underlining implementation
close() - Method in class org.batoo.jpa.jdbc.BoneCPDataSource
Close the datasource.
close() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
close() - Method in class org.batoo.jpa.jdbc.DataSourceProxy
Closes the resource local datasource.
close() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
closeOnCompletion() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
CollectionTable - Class in org.batoo.jpa.jdbc
The table for element collection attributes.
CollectionTable(JdbcAdaptor, ElementCollectionMapping<?, ?, ?>, CollectionTableMetadata) - Constructor for class org.batoo.jpa.jdbc.CollectionTable
 
Column - Interface in org.batoo.jpa.jdbc
 
commit() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
ConnectionProxy - Class in org.batoo.jpa.jdbc
Proxy class to proxy connections.
ConnectionProxy(AbstractDataSource, Connection, long, PreparedStatementProxy.SqlLoggingType, int) - Constructor for class org.batoo.jpa.jdbc.ConnectionProxy
 
ConnectionProxy(Connection, long, PreparedStatementProxy.SqlLoggingType, int) - Constructor for class org.batoo.jpa.jdbc.ConnectionProxy
 
convertValue(Connection, Object) - Method in class org.batoo.jpa.jdbc.AbstractColumn
Converts the value corresponding to enum, temporal type, number or [cb]lob.
convertValue(Connection, Object) - Method in interface org.batoo.jpa.jdbc.Column
Converts the value corresponding to enum, temporal type, number or [cb]lob.
convertValueForSet(Object) - Method in class org.batoo.jpa.jdbc.AbstractColumn
Converts the value corresponding to enum, temporal type, number or [cb]lob.
createArrayOf(String, Object[]) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
createBlob() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
createClob() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
createColumnDDL(AbstractColumn) - Method in class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
Creates(generates) the BasicColumn Definition DDL for the column.
createColumnDDL(AbstractColumn) - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Creates(generates) the BasicColumn Definition DDL for the column.
createColumnDDL(AbstractColumn) - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Creates(generates) the BasicColumn Definition DDL for the column.
createColumnDDL(AbstractColumn) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Creates(generates) the BasicColumn Definition DDL for the column.
createColumnDDL(AbstractColumn) - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Creates(generates) the BasicColumn Definition DDL for the column.
createColumnDDL(AbstractColumn) - Method in class org.batoo.jpa.jdbc.adapter.MySqlAdaptor
Creates(generates) the BasicColumn Definition DDL for the column.
createColumnDDL(AbstractColumn) - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Creates(generates) the BasicColumn Definition DDL for the column.
createColumnDDL(AbstractColumn) - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
Creates(generates) the BasicColumn Definition DDL for the column.
createColumnDDL(AbstractColumn) - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Creates(generates) the BasicColumn Definition DDL for the column.
createCreateTableStatement(AbstractTable, Collection<String>, List<String>, List<String>) - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Creates the create table statement
createCreateTableStatement(AbstractTable, Collection<String>, List<String>, List<String>) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Creates the create table statement
createDestinationJoin(JoinType, String, String) - Method in class org.batoo.jpa.jdbc.ForeignKey
Creates the join for destination foreign keys.
createForeignKey(DataSource, ForeignKey) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Creates a foreign key on the table
createIndex(DataSource, EntityTable, String, BasicColumn[]) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Creates the index for the table.
createJoin(JoinType, String, String, boolean) - Method in class org.batoo.jpa.jdbc.JoinTable
Creates a join between the source and destination entities
createNClob() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
createOrUpdateTable(AbstractTable, DataSource, DDLMode) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Creates or update the table.
createSequenceIfNecessary(DataSource, SequenceGenerator) - Method in class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
Creates the sequence if not exists.
createSequenceIfNecessary(DataSource, SequenceGenerator) - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Creates the sequence if not exists.
createSequenceIfNecessary(DataSource, SequenceGenerator) - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Creates the sequence if not exists.
createSequenceIfNecessary(DataSource, SequenceGenerator) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Creates the sequence if not exists.
createSequenceIfNecessary(DataSource, SequenceGenerator) - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Creates the sequence if not exists.
createSequenceIfNecessary(DataSource, SequenceGenerator) - Method in class org.batoo.jpa.jdbc.adapter.MySqlAdaptor
Creates the sequence if not exists.
createSequenceIfNecessary(DataSource, SequenceGenerator) - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Creates the sequence if not exists.
createSequenceIfNecessary(DataSource, SequenceGenerator) - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
Creates the sequence if not exists.
createSequenceIfNecessary(DataSource, SequenceGenerator) - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Creates the sequence if not exists.
createSourceJoin(JoinType, String, String) - Method in class org.batoo.jpa.jdbc.ForeignKey
Creates the join for source foreign keys.
createSQLXML() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
createStatement() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
createStatement(int, int) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
createStatement(int, int, int) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
createStruct(String, Object[]) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
createTableGeneratorIfNecessary(DataSource, TableGenerator) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Creates the table generator if not exists.

D

DataSourceProxy - Class in org.batoo.jpa.jdbc
Proxy class to proxy datasources.
DataSourceProxy(AbstractDataSource, boolean, PreparedStatementProxy.SqlLoggingType, long, int) - Constructor for class org.batoo.jpa.jdbc.DataSourceProxy
 
DataSourceProxy(DataSource, boolean, PreparedStatementProxy.SqlLoggingType, long, int) - Constructor for class org.batoo.jpa.jdbc.DataSourceProxy
 
DateTimeFunctionType - Enum in org.batoo.jpa.jdbc
The types for the numberic functions.
DDLMode - Enum in org.batoo.jpa.jdbc
The valid modes for DDL
DEFAULT_NAME - Static variable in class org.batoo.jpa.jdbc.AbstractGenerator
The default name for the generators
DerbyAdaptor - Class in org.batoo.jpa.jdbc.adapter
JDBC Adapter for Derby.
DerbyAdaptor() - Constructor for class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
 
DiscriminatorColumn - Class in org.batoo.jpa.jdbc
Column implementation for discriminator columns.
DiscriminatorColumn(JdbcAdaptor, EntityTable, DiscriminatorColumnMetadata) - Constructor for class org.batoo.jpa.jdbc.DiscriminatorColumn
 
doTopUp(Runnable) - Method in class org.batoo.jpa.jdbc.generator.IdQueue
Tops up the queue.
dropAllForeignKeys(DataSource, Set<AbstractTable>) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
 
dropAllSequences(DataSource, Collection<SequenceGenerator>) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
 
dropAllTables(DataSource, Collection<AbstractTable>) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Drops the tables in the database
dropSequence(QueryRunner, SequenceGenerator) - Method in class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
Drops the sequence.
dropSequence(QueryRunner, SequenceGenerator) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Drops the sequence.
dropTable(QueryRunner, AbstractTable) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Drops the table
dropTable(QueryRunner, AbstractTable) - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
Drops the table

E

ElementCollectionMapping<Z,C,E> - Interface in org.batoo.jpa.jdbc.mapping
The interface for element collection mappings.
ElementColumn - Class in org.batoo.jpa.jdbc
Columns for list type attributes.
ElementColumn(JdbcAdaptor, Mapping<?, ?, ?>, CollectionTable, String, Class<?>, EnumType, TemporalType, boolean, ColumnMetadata) - Constructor for class org.batoo.jpa.jdbc.ElementColumn
 
EmbeddableTypeDescriptor - Interface in org.batoo.jpa.jdbc.model
 
EmbeddedMapping<Z,X> - Interface in org.batoo.jpa.jdbc.mapping
The interface for EmbeddedMappings and BasicMappings.
EntityTable - Class in org.batoo.jpa.jdbc
Table representing an entity persistent storage.
EntityTable(JdbcAdaptor, EntityTypeDescriptor, TableMetadata) - Constructor for class org.batoo.jpa.jdbc.EntityTable
 
EntityTypeDescriptor - Interface in org.batoo.jpa.jdbc.model
The descriptor interface for JPA and Batoo DB entities.
escape(String) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Escapes an SQL name
execute() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
execute(String) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
execute(String, int) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
execute(String, int[]) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
execute(String, String[]) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
executeBatch() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
executeQuery() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
executeQuery(String) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
executeUpdate() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
executeUpdate(String) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
executeUpdate(String, int) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
executeUpdate(String, int[]) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
executeUpdate(String, String[]) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy

F

ForeignKey - Class in org.batoo.jpa.jdbc
Foreign key definition.
ForeignKey(JdbcAdaptor, Mapping<?, ?, ?>, List<JoinColumnMetadata>) - Constructor for class org.batoo.jpa.jdbc.ForeignKey
Constructor to create a join foreign key
ForeignKey(JdbcAdaptor, Mapping<?, ?, ?>, List<JoinColumnMetadata>, boolean) - Constructor for class org.batoo.jpa.jdbc.ForeignKey
Constructor to create a join foreign key
ForeignKey(JdbcAdaptor, SecondaryTable, EntityTypeDescriptor, List<PrimaryKeyJoinColumnMetadata>) - Constructor for class org.batoo.jpa.jdbc.ForeignKey
 
fromJdbc(Object, Class<?>, TemporalType, EnumType, Enum<?>[], Method, boolean) - Static method in class org.batoo.jpa.jdbc.ValueConverter
convert jdbc data to entity basic values

G

get(Object) - Method in interface org.batoo.jpa.jdbc.mapping.Mapping
Returns the mapping value of instance.
getAdapter(ClassLoader, String) - Static method in class org.batoo.jpa.jdbc.adapter.AbstractJdbcAdaptor
Returns the JDBC Adapter.
getAllocationSize() - Method in class org.batoo.jpa.jdbc.AbstractGenerator
Returns the allocationSize of the generator.
getAutoCommit() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
getCastClassName(Class<?>) - Method in class org.batoo.jpa.jdbc.adapter.AbstractJdbcAdaptor
Returns the clazz to DB type data type.
getCastClassName(Class<?>) - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Returns the clazz to DB type data type.
getCatalog() - Method in class org.batoo.jpa.jdbc.AbstractGenerator
Returns the catalog of the generator.
getCatalog() - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the catalog.
getCatalog() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
getChild(String) - Method in interface org.batoo.jpa.jdbc.mapping.ParentMapping
Returns the mapping corresponding to the name.
getChild(String) - Method in interface org.batoo.jpa.jdbc.mapping.RootMapping
Returns the mapping corresponding to the name.
getChildren() - Method in interface org.batoo.jpa.jdbc.mapping.ParentMapping
Returns the children of the mapping.
getClientInfo() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
getClientInfo(String) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
getColumn(String) - Method in class org.batoo.jpa.jdbc.adapter.JdbcTable
Returns the column metadata for the column with the name.
getColumn() - Method in interface org.batoo.jpa.jdbc.mapping.BasicMapping
Returns the column of the mapping.
getColumnDefinition() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns the static definition of the column.
getColumnDefinition() - Method in class org.batoo.jpa.jdbc.BasicColumn
Returns the static definition of the column.
getColumnDefinition() - Method in interface org.batoo.jpa.jdbc.Column
Returns the static definition of the column.
getColumnDefinition() - Method in class org.batoo.jpa.jdbc.DiscriminatorColumn
Returns the static definition of the column.
getColumnDefinition() - Method in class org.batoo.jpa.jdbc.ElementColumn
Returns the static definition of the column.
getColumnDefinition() - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns the columnDefinition of the JoinColumn.
getColumnDefinition() - Method in class org.batoo.jpa.jdbc.MapKeyColumn
Returns the static definition of the column.
getColumnDefinition() - Method in class org.batoo.jpa.jdbc.OrderColumn
Returns the static definition of the column.
getColumnMap() - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the columnMap of the AbstractTable.
getColumnNames() - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the set of column names.
getColumns() - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the array of columns the table has
getColumns(AbstractTable) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns the sorted columns.
getColumnTransformer() - Method in interface org.batoo.jpa.jdbc.mapping.BasicMapping
Returns the column transformer of the mapping.
getColumnType(AbstractColumn, int) - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Returns the data type of the column.
getColumnType(AbstractColumn, int) - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Returns the data type of the column.
getColumnType(AbstractColumn, int) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns the data type of the column.
getColumnType(AbstractColumn, int) - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Returns the data type of the column.
getColumnType(AbstractColumn, int) - Method in class org.batoo.jpa.jdbc.adapter.MySqlAdaptor
Returns the data type of the column.
getColumnType(AbstractColumn, int) - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Returns the data type of the column.
getColumnType(AbstractColumn, int) - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
Returns the data type of the column.
getColumnType(AbstractColumn, int) - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Returns the data type of the column.
getConfig() - Method in class org.batoo.jpa.jdbc.BoneCPDataSource
Returns a configuration object built during initialization of the connection pool.
getConnection() - Method in class org.batoo.jpa.jdbc.AbstractDataSource
getConnection() - Method in class org.batoo.jpa.jdbc.BoneCPDataSource
getConnection(String, String) - Method in class org.batoo.jpa.jdbc.BoneCPDataSource
getConnection() - Method in class org.batoo.jpa.jdbc.DataSourceProxy
getConnection(String, String) - Method in class org.batoo.jpa.jdbc.DataSourceProxy
getConnection() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
getCurrentDate() - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns the current date literal
getCurrentDate() - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Returns the current date literal
getCurrentDate() - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Returns the current date literal
getCurrentTime() - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns the current time literal
getCurrentTime() - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Returns the current time literal
getCurrentTime() - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Returns the current time literal
getCurrentTime() - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Returns the current time literal
getCurrentTimeStamp() - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns the current time stamp literal
getCurrentTimeStamp() - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Returns the current time stamp literal
getCurrentTimeStamp() - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Returns the current time stamp literal
getDatabaseName() - Method in class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
Returns the name of the database.
getDatabaseName() - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Returns the name of the database.
getDatabaseName() - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Returns the name of the database.
getDatabaseName() - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns the name of the database.
getDatabaseName() - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Returns the name of the database.
getDatabaseName() - Method in class org.batoo.jpa.jdbc.adapter.MySqlAdaptor
Returns the name of the database.
getDatabaseName() - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Returns the name of the database.
getDatabaseName() - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
Returns the name of the database.
getDatabaseName() - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Returns the name of the database.
getDateTimeFunctionTemplate(DateTimeFunctionType) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns the date time function template for the type type.
getDecimalDigits() - Method in class org.batoo.jpa.jdbc.adapter.JdbcColumn
Returns the decimalDigits of the column.
getDelegate() - Method in class org.batoo.jpa.jdbc.DataSourceProxy
Returns the delegate datasource.
getDestinationKey() - Method in class org.batoo.jpa.jdbc.JoinTable
Returns the destinationKey of the JoinTable.
getDiscriminatorValue() - Method in interface org.batoo.jpa.jdbc.model.EntityTypeDescriptor
Returns the discriminator value of the entity.
getDriverClass() - Method in class org.batoo.jpa.jdbc.BoneCPDataSource
Gets driver class set in config.
getDropForeignKeySql(String, String, String) - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Returns the SQL to drop the foreign key.
getDropForeignKeySql(String, String, String) - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Returns the SQL to drop the foreign key.
getDropForeignKeySql(String, String, String) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns the SQL to drop the foreign key.
getDropForeignKeySql(String, String, String) - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Returns the SQL to drop the foreign key.
getDropForeignKeySql(String, String, String) - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Returns the SQL to drop the foreign key.
getDropForeignKeySql(String, String, String) - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
Returns the SQL to drop the foreign key.
getElementColumn() - Method in class org.batoo.jpa.jdbc.CollectionTable
Returns the element column of the collection table.
getEntity() - Method in class org.batoo.jpa.jdbc.EntityTable
Returns the entity of the EntityTable.
getEntity() - Method in class org.batoo.jpa.jdbc.JoinTable
Returns the oner entity of the table.
getEnumType() - Method in interface org.batoo.jpa.jdbc.mapping.BasicMapping
Returns the enum type of the mapping.
getFetchDirection() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
getFetchSize() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
getForeignKey(String) - Method in class org.batoo.jpa.jdbc.adapter.JdbcTable
Returns the foreign key with then name.
getForeignKey() - Method in interface org.batoo.jpa.jdbc.mapping.AssociationMapping
Returns the foreign key of the mapping.
getForeignKeys() - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the foreign keys of the table.
getForeignKeys() - Method in class org.batoo.jpa.jdbc.adapter.JdbcTable
Returns the foreign keys of the table.
getGeneratedKeys() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
getHoldability() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
getIdClass() - Method in interface org.batoo.jpa.jdbc.model.EntityTypeDescriptor
Returns the id class of the identifiable type.
getIdFields() - Method in class org.batoo.jpa.jdbc.EntityTable
Returns the id fields of the table.
getIdMapping() - Method in interface org.batoo.jpa.jdbc.model.EntityTypeDescriptor
Returns the id mapping of the entity.
getIdMappings() - Method in interface org.batoo.jpa.jdbc.model.EntityTypeDescriptor
Returns an array of id attributes.
getIdType() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns the idType of the column.
getIdType() - Method in interface org.batoo.jpa.jdbc.Column
Returns the idType of the column.
getIdType() - Method in interface org.batoo.jpa.jdbc.mapping.SingularMapping
Returns the id type of the mapping.
getIndex(String) - Method in class org.batoo.jpa.jdbc.adapter.JdbcTable
Returns the index with then name.
getIndex() - Method in class org.batoo.jpa.jdbc.Joinable
Returns the index of the Joinable.
getIndexes() - Method in class org.batoo.jpa.jdbc.EntityTable
Returns the indexes of the table.
getInitialValue() - Method in class org.batoo.jpa.jdbc.AbstractGenerator
Returns the initialValue of the generator.
getInsertBatchSize() - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Returns the insertBatchSize of the JdbcAdaptor.
getInsertBatchSize() - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns the insertBatchSize of the JdbcAdaptor.
getInsertBatchSize() - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Returns the insertBatchSize of the JdbcAdaptor.
getInsertColumns(EntityTypeDescriptor, int) - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the columns for the insert.
getInsertSql(EntityTypeDescriptor, int) - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the insert statement for the table specifically.
getJavaMember() - Method in interface org.batoo.jpa.jdbc.mapping.Mapping
Returns the java member of the mapping.
getJavaType() - Method in interface org.batoo.jpa.jdbc.mapping.Mapping
Returns the javaType of the mapping.
getJavaType() - Method in interface org.batoo.jpa.jdbc.model.TypeDescriptor
Returns the java type of the persistent type.
getJdbcAdaptor() - Method in class org.batoo.jpa.jdbc.EntityTable
Returns the jdbcAdaptor of the EntityTable.
getJoinColumns() - Method in class org.batoo.jpa.jdbc.ForeignKey
Returns the list of join columns of the foreign key.
getJoinTable() - Method in interface org.batoo.jpa.jdbc.mapping.AssociationMapping
Returns the join table for the relation.
getJpqlFragment() - Method in enum org.batoo.jpa.jdbc.DateTimeFunctionType
Returns the jpql fragment of the function type.
getJpqlFragment() - Method in enum org.batoo.jpa.jdbc.NumericFunctionType
Returns the jpql fragment of the function type.
getKey() - Method in class org.batoo.jpa.jdbc.CollectionTable
Returns the key.
getKey() - Method in class org.batoo.jpa.jdbc.Joinable
Returns the key of the Joinable.
getKeyColumn() - Method in class org.batoo.jpa.jdbc.CollectionTable
Returns the key column of the collection table.
getLength() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns the length of the column.
getLength() - Method in class org.batoo.jpa.jdbc.BasicColumn
Returns the length of the column.
getLength() - Method in interface org.batoo.jpa.jdbc.Column
Returns the length of the column.
getLength() - Method in class org.batoo.jpa.jdbc.DiscriminatorColumn
Returns the length of the column.
getLength() - Method in class org.batoo.jpa.jdbc.ElementColumn
Returns the length of the column.
getLength() - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns the length of the column.
getLength() - Method in class org.batoo.jpa.jdbc.MapKeyColumn
Returns the length of the column.
getLength() - Method in class org.batoo.jpa.jdbc.OrderColumn
Returns the length of the column.
getLocator() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns the locator of the column.
getLocator() - Method in class org.batoo.jpa.jdbc.AbstractGenerator
Returns the locator of the generator.
getLocator() - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the locator.
getLocator() - Method in interface org.batoo.jpa.jdbc.Column
Returns the locator of the column.
getLocator() - Method in interface org.batoo.jpa.jdbc.mapping.Mapping
Returns the locator of the mapping.
getLoginTimeout() - Method in class org.batoo.jpa.jdbc.BoneCPDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLoginTimeout() - Method in class org.batoo.jpa.jdbc.DataSourceProxy
getLogWriter() - Method in class org.batoo.jpa.jdbc.BoneCPDataSource
Retrieves the log writer for this DataSource object.
getLogWriter() - Method in class org.batoo.jpa.jdbc.DataSourceProxy
getMapping() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns the mapping of the BasicColumn.
getMapping() - Method in class org.batoo.jpa.jdbc.BasicColumn
Returns the mapping of the BasicColumn.
getMapping() - Method in class org.batoo.jpa.jdbc.CollectionTable
Returns the mapping of the collection table.
getMapping() - Method in interface org.batoo.jpa.jdbc.Column
Returns the mapping of the BasicColumn.
getMapping() - Method in class org.batoo.jpa.jdbc.DiscriminatorColumn
Returns the mapping of the BasicColumn.
getMapping() - Method in class org.batoo.jpa.jdbc.ElementColumn
Returns the mapping of the BasicColumn.
getMapping() - Method in class org.batoo.jpa.jdbc.ForeignKey
Returns the mapping of the ForeignKey.
getMapping() - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns the mapping of the BasicColumn.
getMapping() - Method in class org.batoo.jpa.jdbc.MapKeyColumn
Returns the mapping of the BasicColumn.
getMapping(String) - Method in interface org.batoo.jpa.jdbc.mapping.RootMapping
Returns the mapping corresponding to the path.
getMapping() - Method in class org.batoo.jpa.jdbc.OrderColumn
Returns the mapping of the BasicColumn.
getMapsId() - Method in interface org.batoo.jpa.jdbc.mapping.SingularAssociationMapping
Returns the mapsId of the AssociatedSingularAttribute.
getMasterColumn() - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns the master column.
getMaxFieldSize() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
getMaxRows() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
getMetaData() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
getMetaData() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
getMoreResults() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
getMoreResults(int) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
getName() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns the name of the column.
getName() - Method in class org.batoo.jpa.jdbc.AbstractGenerator
Returns the name of the generator.
getName() - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the name.
getName() - Method in class org.batoo.jpa.jdbc.adapter.JdbcColumn
Returns the name of the column.
getName() - Method in class org.batoo.jpa.jdbc.adapter.JdbcForeignKey
Returns the name of the JdbcForeignKey.
getName() - Method in class org.batoo.jpa.jdbc.adapter.JdbcIndex
Returns the name of the index.
getName() - Method in class org.batoo.jpa.jdbc.adapter.JdbcTable
Returns the name of the table.
getName() - Method in class org.batoo.jpa.jdbc.BasicColumn
Returns the name of the column.
getName() - Method in interface org.batoo.jpa.jdbc.Column
Returns the name of the column.
getName() - Method in class org.batoo.jpa.jdbc.DiscriminatorColumn
Returns the name of the column.
getName() - Method in class org.batoo.jpa.jdbc.ElementColumn
Returns the name of the column.
getName() - Method in class org.batoo.jpa.jdbc.ForeignKey
Returns a generated name for the foreign key.
getName() - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns the name of the JoinColumn.
getName() - Method in class org.batoo.jpa.jdbc.MapKeyColumn
Returns the name of the column.
getName() - Method in interface org.batoo.jpa.jdbc.mapping.Mapping
Returns the name of the AbstractMapping.
getName() - Method in interface org.batoo.jpa.jdbc.model.EntityTypeDescriptor
Returns the name of the entity.
getName() - Method in class org.batoo.jpa.jdbc.OrderColumn
Returns the name of the column.
getNetworkTimeout() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
getNextId() - Method in class org.batoo.jpa.jdbc.generator.IdQueue
Returns the next value from the database.
getNextId() - Method in class org.batoo.jpa.jdbc.generator.SequenceQueue
Returns the next value from the database.
getNextId() - Method in class org.batoo.jpa.jdbc.generator.TableIdQueue
Returns the next value from the database.
getNextSequence(DataSource, String) - Method in class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
Returns next sequence number from the database.
getNextSequence(DataSource, String) - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Returns next sequence number from the database.
getNextSequence(DataSource, String) - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Returns next sequence number from the database.
getNextSequence(DataSource, String) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns next sequence number from the database.
getNextSequence(DataSource, String) - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Returns next sequence number from the database.
getNextSequence(DataSource, String) - Method in class org.batoo.jpa.jdbc.adapter.MySqlAdaptor
Returns next sequence number from the database.
getNextSequence(DataSource, String) - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Returns next sequence number from the database.
getNextSequence(DataSource, String) - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
Returns next sequence number from the database.
getNextSequence(DataSource, String) - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Returns next sequence number from the database.
getNumericFunctionTemplate(NumericFunctionType) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns the numeric function template.
getNumericFunctionTemplate(NumericFunctionType) - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Returns the numeric function template.
getNumericFunctionTemplate(NumericFunctionType) - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Returns the numeric function template.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.batoo.jpa.jdbc.BoneCPDataSource
getOrderColumn() - Method in class org.batoo.jpa.jdbc.CollectionTable
Returns the order column.
getOrderColumn() - Method in class org.batoo.jpa.jdbc.ForeignKey
Returns the order column.
getOrderColumn() - Method in class org.batoo.jpa.jdbc.JoinTable
Returns the order column.
getPaginationParamsOrder() - Method in class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
Returns the pagination params order for the adaptor.
getPaginationParamsOrder() - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Returns the pagination params order for the adaptor.
getPaginationParamsOrder() - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Returns the pagination params order for the adaptor.
getPaginationParamsOrder() - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns the pagination params order for the adaptor.
getPaginationParamsOrder() - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Returns the pagination params order for the adaptor.
getPaginationParamsOrder() - Method in class org.batoo.jpa.jdbc.adapter.MySqlAdaptor
Returns the pagination params order for the adaptor.
getPaginationParamsOrder() - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Returns the pagination params order for the adaptor.
getPaginationParamsOrder() - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
Returns the pagination params order for the adaptor.
getPaginationParamsOrder() - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Returns the pagination params order for the adaptor.
getParameterMetaData() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
getParent() - Method in interface org.batoo.jpa.jdbc.mapping.Mapping
Returns the parent of the mapping.
getParentLogger() - Method in class org.batoo.jpa.jdbc.BoneCPDataSource
getParentLogger() - Method in class org.batoo.jpa.jdbc.DataSourceProxy
getPath() - Method in interface org.batoo.jpa.jdbc.mapping.Mapping
Returns the path of the mapping.
getPkColumnName() - Method in class org.batoo.jpa.jdbc.generator.TableGenerator
Returns the pkColumnName of the table generator.
getPkColumnNames() - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the set of primary key column names.
getPkColumnNames() - Method in class org.batoo.jpa.jdbc.EntityTable
Returns the set of primary key column names.
getPkColumns() - Method in class org.batoo.jpa.jdbc.EntityTable
Returns the pkColumns of the EntityTable.
getPkColumnValue() - Method in class org.batoo.jpa.jdbc.generator.TableGenerator
Returns the pkColumnValue of the table generator.
getPkCreateSql(String, String, Set<String>) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns the priary key drop SQL.
getPkDropSql(String, String, String) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns the priary key drop SQL.
getPkName() - Method in class org.batoo.jpa.jdbc.adapter.JdbcTable
Returns the primary key name of the table.
getPrecision() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns the precision of the column.
getPrecision() - Method in class org.batoo.jpa.jdbc.BasicColumn
Returns the precision of the column.
getPrecision() - Method in interface org.batoo.jpa.jdbc.Column
Returns the precision of the column.
getPrecision() - Method in class org.batoo.jpa.jdbc.DiscriminatorColumn
Returns the precision of the column.
getPrecision() - Method in class org.batoo.jpa.jdbc.ElementColumn
Returns the precision of the column.
getPrecision() - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns the precision of the column.
getPrecision() - Method in class org.batoo.jpa.jdbc.MapKeyColumn
Returns the precision of the column.
getPrecision() - Method in class org.batoo.jpa.jdbc.OrderColumn
Returns the precision of the column.
getPrimaryTable() - Method in interface org.batoo.jpa.jdbc.model.EntityTypeDescriptor
Returns the primary table of the entity.
getProductNames() - Method in class org.batoo.jpa.jdbc.adapter.AbstractJdbcAdaptor
 
getProductNames() - Method in class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
getProductNames() - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
getProductNames() - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
getProductNames() - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
getProductNames() - Method in class org.batoo.jpa.jdbc.adapter.MySqlAdaptor
getProductNames() - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
getProductNames() - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
getProductNames() - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
getQName() - Method in class org.batoo.jpa.jdbc.AbstractGenerator
Returns the qualified name of the table or sequence.
getQName() - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the qualified name of the table.
getQName() - Method in class org.batoo.jpa.jdbc.generator.SequenceGenerator
Returns the qualified name of the table or sequence.
getQName() - Method in class org.batoo.jpa.jdbc.generator.TableGenerator
Returns the qualified name of the table or sequence.
getQueryTimeout() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
getReferencedColumn() - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns the referenced column of the join column.
getReferencedColumnName() - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns the name of the referenced column of the join column.
getReferencedTable() - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns the referenced table.
getReferencedTableName() - Method in class org.batoo.jpa.jdbc.ForeignKey
Returns the referenced table of the foreign key.
getReferencedTableQName() - Method in class org.batoo.jpa.jdbc.ForeignKey
Returns the qualified referenced table of the foreign key.
getRefTable() - Method in class org.batoo.jpa.jdbc.adapter.JdbcForeignKey
Returns the refTable of the foreign key.
getRemoveBatchSize() - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns the removeBatchSize of the JdbcAdaptor.
getRestrictionColumns() - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the restriction columns of the table.
getRestrictionSql(Map<String, AbstractColumn>) - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the restriction SQL fragment.
getResultSet() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
getResultSetConcurrency() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
getResultSetHoldability() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
getResultSetType() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
getRoot() - Method in interface org.batoo.jpa.jdbc.mapping.Mapping
Returns the root of the mapping.
getScale() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns the scale of the column.
getScale() - Method in class org.batoo.jpa.jdbc.BasicColumn
Returns the scale of the column.
getScale() - Method in interface org.batoo.jpa.jdbc.Column
Returns the scale of the column.
getScale() - Method in class org.batoo.jpa.jdbc.DiscriminatorColumn
Returns the scale of the column.
getScale() - Method in class org.batoo.jpa.jdbc.ElementColumn
Returns the scale of the column.
getScale() - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns the scale of the column.
getScale() - Method in class org.batoo.jpa.jdbc.MapKeyColumn
Returns the scale of the column.
getScale() - Method in class org.batoo.jpa.jdbc.OrderColumn
Returns the scale of the column.
getSchema() - Method in class org.batoo.jpa.jdbc.AbstractGenerator
Returns the schema of the generator.
getSchema() - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the schema.
getSchema() - Method in class org.batoo.jpa.jdbc.adapter.JdbcTable
Returns the schema of the table.
getSchema() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
getSelectLastIdentitySql(BasicColumn) - Method in class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
Returns the SQL to select the last identity generated.
getSelectLastIdentitySql(BasicColumn) - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Returns the SQL to select the last identity generated.
getSelectLastIdentitySql(BasicColumn) - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Returns the SQL to select the last identity generated.
getSelectLastIdentitySql(BasicColumn) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns the SQL to select the last identity generated.
getSelectLastIdentitySql(BasicColumn) - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Returns the SQL to select the last identity generated.
getSelectLastIdentitySql(BasicColumn) - Method in class org.batoo.jpa.jdbc.adapter.MySqlAdaptor
Returns the SQL to select the last identity generated.
getSelectLastIdentitySql(BasicColumn) - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Returns the SQL to select the last identity generated.
getSelectLastIdentitySql(BasicColumn) - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
Returns the SQL to select the last identity generated.
getSelectLastIdentitySql(BasicColumn) - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Returns the SQL to select the last identity generated.
getSelectVersionColumns() - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the select version columns.
getSelectVersionSql(Map<String, AbstractColumn>) - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the version select statement for the table specifically.
getSequenceName() - Method in class org.batoo.jpa.jdbc.generator.SequenceGenerator
Returns the sequenceName of the sequence generator.
getSize() - Method in class org.batoo.jpa.jdbc.adapter.JdbcColumn
Returns the size of the column.
getSourceKey() - Method in class org.batoo.jpa.jdbc.JoinTable
Returns the sourceKey of the JoinTable.
getSqlType() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns the SQL Type of the column.
getSqlType() - Method in class org.batoo.jpa.jdbc.BasicColumn
Returns the SQL Type of the column.
getSqlType() - Method in interface org.batoo.jpa.jdbc.Column
Returns the SQL Type of the column.
getSqlType() - Method in class org.batoo.jpa.jdbc.DiscriminatorColumn
Returns the SQL Type of the column.
getSqlType() - Method in class org.batoo.jpa.jdbc.ElementColumn
Returns the SQL Type of the column.
getSqlType() - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns the SQL Type of the column.
getSqlType() - Method in class org.batoo.jpa.jdbc.MapKeyColumn
Returns the SQL Type of the column.
getSqlType() - Method in class org.batoo.jpa.jdbc.OrderColumn
Returns the SQL Type of the column.
getSqlType(Class<?>, TemporalType, EnumType, boolean) - Static method in class org.batoo.jpa.jdbc.TypeFactory
Returns the SQL type of the java type
getTable() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns the table of the column
getTable() - Method in class org.batoo.jpa.jdbc.BasicColumn
Returns the table of the column
getTable() - Method in interface org.batoo.jpa.jdbc.Column
Returns the table of the column
getTable() - Method in class org.batoo.jpa.jdbc.DiscriminatorColumn
Returns the table of the column
getTable() - Method in class org.batoo.jpa.jdbc.ElementColumn
Returns the table of the column
getTable() - Method in class org.batoo.jpa.jdbc.ForeignKey
Returns the table of the ForeignKey.
getTable() - Method in class org.batoo.jpa.jdbc.generator.TableGenerator
Returns the table of the table generator.
getTable() - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns the table of the column
getTable() - Method in class org.batoo.jpa.jdbc.MapKeyColumn
Returns the table of the column
getTable(String) - Method in interface org.batoo.jpa.jdbc.model.EntityTypeDescriptor
Returns the table with the name.
getTable() - Method in class org.batoo.jpa.jdbc.OrderColumn
Returns the table of the column
getTableName() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns the table name of the column.
getTableName() - Method in class org.batoo.jpa.jdbc.BasicColumn
Returns the table name of the column.
getTableName() - Method in interface org.batoo.jpa.jdbc.Column
Returns the table name of the column.
getTableName() - Method in class org.batoo.jpa.jdbc.DiscriminatorColumn
Returns the table name of the column.
getTableName() - Method in class org.batoo.jpa.jdbc.ElementColumn
Returns the table name of the column.
getTableName() - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns the table name of the column.
getTableName() - Method in class org.batoo.jpa.jdbc.MapKeyColumn
Returns the table name of the column.
getTableName() - Method in class org.batoo.jpa.jdbc.OrderColumn
Returns the table name of the column.
getTemporalType() - Method in interface org.batoo.jpa.jdbc.mapping.BasicMapping
Returns the temporal type of the mapping.
getTotalLeased() - Method in class org.batoo.jpa.jdbc.BoneCPDataSource
Returns the total leased connections.
getTransactionIsolation() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
getType() - Method in class org.batoo.jpa.jdbc.adapter.JdbcColumn
Returns the type of the column.
getType() - Method in interface org.batoo.jpa.jdbc.mapping.RootMapping
Returns the root type of the mapping.
getTypeDescriptor() - Method in interface org.batoo.jpa.jdbc.mapping.RootMapping
Returns the entity descriptor of the mapping
getTypeMap() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
getUniqueConstraints() - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the unique constraints.
getUpdateColumns(EntityTypeDescriptor) - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the columns for the update.
getUpdateCount() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
getUpdateSql(EntityTypeDescriptor, Map<String, AbstractColumn>) - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the update statement for the table specifically.
getValue(Connection, Object) - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns the value for the column
getValue(Connection, Object) - Method in class org.batoo.jpa.jdbc.BasicColumn
Returns the value for the column
getValue(Connection, Object) - Method in interface org.batoo.jpa.jdbc.Column
Returns the value for the column
getValue(Connection, Object) - Method in class org.batoo.jpa.jdbc.DiscriminatorColumn
Returns the value for the column
getValue(Connection, Object) - Method in class org.batoo.jpa.jdbc.ElementColumn
Returns the value for the column
getValue() - Method in class org.batoo.jpa.jdbc.Joinable
Returns the value of the Joinable.
getValue(Connection, Object) - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns the value for the column
getValue(Connection, Object) - Method in class org.batoo.jpa.jdbc.MapKeyColumn
Returns the value for the column
getValue(Connection, Object) - Method in class org.batoo.jpa.jdbc.OrderColumn
Returns the value for the column
getValueColumnName() - Method in class org.batoo.jpa.jdbc.generator.TableGenerator
Returns the valueColumnName of the table generator.
getVersionUpdateSql(Map<String, AbstractColumn>) - Method in class org.batoo.jpa.jdbc.AbstractTable
Returns the version update statement for the table specifically.
getWarnings() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
getWarnings() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy

H

H2Adaptor - Class in org.batoo.jpa.jdbc.adapter
JDBC Adapter for H2DB.
H2Adaptor() - Constructor for class org.batoo.jpa.jdbc.adapter.H2Adaptor
 
handle(ResultSet) - Method in class org.batoo.jpa.jdbc.dbutils.SingleValueHandler
hasSingleIdAttribute() - Method in interface org.batoo.jpa.jdbc.model.EntityTypeDescriptor
Returns if the entity has single id mapping.
HsqlAdaptor - Class in org.batoo.jpa.jdbc.adapter
JDBC Adapter for HSQLDB.
HsqlAdaptor() - Constructor for class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
 

I

IdQueue - Class in org.batoo.jpa.jdbc.generator
 
IdQueue(ExecutorService, String, int) - Constructor for class org.batoo.jpa.jdbc.generator.IdQueue
 
IdType - Enum in org.batoo.jpa.jdbc
The type of the id attributes
importSql(ClassLoader, DataSource, String) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Executes the initial import sql.
isAfterMainSql() - Method in enum org.batoo.jpa.jdbc.adapter.JdbcAdaptor.PaginationParamsOrder
Returns if the pagination params come after the main SQL.
isClosed() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
isClosed() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
isCloseOnCompletion() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
isCollection() - Method in interface org.batoo.jpa.jdbc.mapping.Mapping
Returns if the mapping is a collection mapping.
isEntity() - Method in interface org.batoo.jpa.jdbc.mapping.RootMapping
Returns if the root is an entity.
isForeignKeyHasDefaultIndex() - Method in class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
Underlining DB creates an index for foreign Keys
isForeignKeyHasDefaultIndex() - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Underlining DB creates an index for foreign Keys
isForeignKeyHasDefaultIndex() - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Underlining DB creates an index for foreign Keys
isForeignKeyHasDefaultIndex() - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Underlining DB creates an index for foreign Keys
isForeignKeyHasDefaultIndex() - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Underlining DB creates an index for foreign Keys
isForeignKeyHasDefaultIndex() - Method in class org.batoo.jpa.jdbc.adapter.MySqlAdaptor
Underlining DB creates an index for foreign Keys
isForeignKeyHasDefaultIndex() - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Underlining DB creates an index for foreign Keys
isForeignKeyHasDefaultIndex() - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
Underlining DB creates an index for foreign Keys
isForeignKeyHasDefaultIndex() - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Underlining DB creates an index for foreign Keys
isId() - Method in interface org.batoo.jpa.jdbc.mapping.SingularMapping
Returns if the mapping corresponds to an id field.
isInsertable() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns the insertable of the column.
isInsertable() - Method in class org.batoo.jpa.jdbc.BasicColumn
Returns the insertable of the column.
isInsertable() - Method in interface org.batoo.jpa.jdbc.Column
Returns the insertable of the column.
isInsertable() - Method in class org.batoo.jpa.jdbc.DiscriminatorColumn
Returns the insertable of the column.
isInsertable() - Method in class org.batoo.jpa.jdbc.ElementColumn
Returns the insertable of the column.
isInsertable() - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns the insertable of the JoinColumn.
isInsertable() - Method in class org.batoo.jpa.jdbc.MapKeyColumn
Returns the insertable of the column.
isInsertable() - Method in class org.batoo.jpa.jdbc.OrderColumn
Returns the insertable of the column.
isLob() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns if the column is lob type.
isLob() - Method in interface org.batoo.jpa.jdbc.Column
Returns if the column is lob type.
isLob() - Method in interface org.batoo.jpa.jdbc.mapping.BasicMapping
Returns if the mapping is lob type.
isNullable() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns the nullable of the column.
isNullable() - Method in class org.batoo.jpa.jdbc.adapter.JdbcColumn
Returns if the column is nullable.
isNullable() - Method in class org.batoo.jpa.jdbc.BasicColumn
Returns the nullable of the column.
isNullable() - Method in interface org.batoo.jpa.jdbc.Column
Returns the nullable of the column.
isNullable() - Method in class org.batoo.jpa.jdbc.DiscriminatorColumn
Returns the nullable of the column.
isNullable() - Method in class org.batoo.jpa.jdbc.ElementColumn
Returns the nullable of the column.
isNullable() - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns the nullable of the JoinColumn.
isNullable() - Method in class org.batoo.jpa.jdbc.MapKeyColumn
Returns the nullable of the column.
isNullable() - Method in class org.batoo.jpa.jdbc.OrderColumn
Returns the nullable of the column.
isPmdBroken() - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns if the PMD is Broken for the adaptor.
isPmdBroken() - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Returns if the PMD is Broken for the adaptor.
isPmdBroken() - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Returns if the PMD is Broken for the adaptor.
isPoolable() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
isPrimaryKey() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns if the column is a primary key column.
isPrimaryKey() - Method in interface org.batoo.jpa.jdbc.Column
Returns if the column is a primary key column.
isReadOnly() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
isReadOnly() - Method in class org.batoo.jpa.jdbc.ForeignKey
Returns if the foreign key maps to a readonly join.
isTableRequiredPrimaryKey() - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
DB forces a primary key or not
isTableRequiredPrimaryKey() - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
DB forces a primary key or not
isUnique() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns the unique of the column.
isUnique() - Method in class org.batoo.jpa.jdbc.BasicColumn
Returns the unique of the column.
isUnique() - Method in interface org.batoo.jpa.jdbc.Column
Returns the unique of the column.
isUnique() - Method in class org.batoo.jpa.jdbc.DiscriminatorColumn
Returns the unique of the column.
isUnique() - Method in class org.batoo.jpa.jdbc.ElementColumn
Returns the unique of the column.
isUnique() - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns the unique of the JoinColumn.
isUnique() - Method in class org.batoo.jpa.jdbc.MapKeyColumn
Returns the unique of the column.
isUnique() - Method in class org.batoo.jpa.jdbc.OrderColumn
Returns the unique of the column.
isUpdatable() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns the updatable of the column.
isUpdatable() - Method in class org.batoo.jpa.jdbc.BasicColumn
Returns the updatable of the column.
isUpdatable() - Method in interface org.batoo.jpa.jdbc.Column
Returns the updatable of the column.
isUpdatable() - Method in class org.batoo.jpa.jdbc.DiscriminatorColumn
Returns the updatable of the column.
isUpdatable() - Method in class org.batoo.jpa.jdbc.ElementColumn
Returns the updatable of the column.
isUpdatable() - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns the updatable of the JoinColumn.
isUpdatable() - Method in class org.batoo.jpa.jdbc.MapKeyColumn
Returns the updatable of the column.
isUpdatable() - Method in class org.batoo.jpa.jdbc.OrderColumn
Returns the updatable of the column.
isValid(int) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
isVersion() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Returns if the column is a version column.
isVersion() - Method in class org.batoo.jpa.jdbc.BasicColumn
Returns if the column is a version column.
isVersion() - Method in interface org.batoo.jpa.jdbc.mapping.BasicMapping
Returns if the column is a version column.
isVirtual() - Method in class org.batoo.jpa.jdbc.JoinColumn
Returns if this join column is a virtual join column.
isWrapperFor(Class<?>) - Method in class org.batoo.jpa.jdbc.BoneCPDataSource
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
isWrapperFor(Class<?>) - Method in class org.batoo.jpa.jdbc.DataSourceProxy
isWrapperFor(Class<?>) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy

J

JdbcAdaptor - Class in org.batoo.jpa.jdbc.adapter
Base class for JDBC Adapters.
JdbcAdaptor() - Constructor for class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
 
JdbcAdaptor.PaginationParamsOrder - Enum in org.batoo.jpa.jdbc.adapter
The order of pagination paramaters embedded into the SQL.
JdbcColumn - Class in org.batoo.jpa.jdbc.adapter
The metadata for a column of an existing table.
JdbcColumn(ResultSet) - Constructor for class org.batoo.jpa.jdbc.adapter.JdbcColumn
 
JdbcForeignKey - Class in org.batoo.jpa.jdbc.adapter
The metadata for a foreign of an existing table.
JdbcForeignKey(ResultSet) - Constructor for class org.batoo.jpa.jdbc.adapter.JdbcForeignKey
 
JdbcIndex - Class in org.batoo.jpa.jdbc.adapter
The metadata for an index of an existing table.
JdbcIndex(String) - Constructor for class org.batoo.jpa.jdbc.adapter.JdbcIndex
 
JdbcTable - Class in org.batoo.jpa.jdbc.adapter
The metadata for an existing table in the database.
JdbcTable(DatabaseMetaData, ResultSet) - Constructor for class org.batoo.jpa.jdbc.adapter.JdbcTable
 
Joinable - Class in org.batoo.jpa.jdbc
The data representing a single join.
Joinable(Object, Object, int) - Constructor for class org.batoo.jpa.jdbc.Joinable
 
JoinableTable - Interface in org.batoo.jpa.jdbc
 
JoinColumn - Class in org.batoo.jpa.jdbc
Mapping of two BasicColumns.
JoinColumn(JdbcAdaptor, AssociationMapping<?, ?, ?>, AbstractColumn, BasicColumn) - Constructor for class org.batoo.jpa.jdbc.JoinColumn
Constructor with no metadata for mappings with MapsId.
JoinColumn(JdbcAdaptor, AssociationMapping<?, ?, ?>, AbstractColumn, boolean) - Constructor for class org.batoo.jpa.jdbc.JoinColumn
Constructor with no metadata.
JoinColumn(JdbcAdaptor, JoinColumnMetadata, boolean) - Constructor for class org.batoo.jpa.jdbc.JoinColumn
Constructor with metadata.
JoinColumn(JdbcAdaptor, PrimaryKeyJoinColumnMetadata, SecondaryTable, AbstractColumn) - Constructor for class org.batoo.jpa.jdbc.JoinColumn
Constructor for secondary table join column with metadata.
joinPrimary(String, String) - Method in class org.batoo.jpa.jdbc.SecondaryTable
 
JoinTable - Class in org.batoo.jpa.jdbc
 
JoinTable(JdbcAdaptor, EntityTypeDescriptor, AssociationMapping<?, ?, ?>, JoinTableMetadata) - Constructor for class org.batoo.jpa.jdbc.JoinTable
 

L

link(EntityTypeDescriptor, EmbeddableTypeDescriptor, String, RootMapping<?>) - Method in class org.batoo.jpa.jdbc.CollectionTable
Links the collection table.
link(EntityTypeDescriptor, TypeDescriptor, String, ColumnMetadata, EnumType, TemporalType, boolean) - Method in class org.batoo.jpa.jdbc.CollectionTable
Links the collection table.
link(AssociationMapping<?, ?, ?>, EntityTypeDescriptor) - Method in class org.batoo.jpa.jdbc.ForeignKey
Links the foreign key.
link(EntityTypeDescriptor, EntityTypeDescriptor) - Method in class org.batoo.jpa.jdbc.JoinTable
 
link() - Method in class org.batoo.jpa.jdbc.SecondaryTable
Links the secondary table to the primary table
logNotNullExtraColumns(Collection<String>) - Method in class org.batoo.jpa.jdbc.adapter.JdbcTable
Logs the list of columns that do now exist in the persistence unit yet not nullable.
logRelaxed(SQLException, String) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Logs the message as warning and with exception as debug.

M

ManagedTypeDescriptor - Interface in org.batoo.jpa.jdbc.model
 
MapKeyColumn - Class in org.batoo.jpa.jdbc
Columns for map key type attributes.
MapKeyColumn(AbstractTable, ColumnMetadata, String, TemporalType, EnumType, Class<?>) - Constructor for class org.batoo.jpa.jdbc.MapKeyColumn
 
Mapping<Z,X,Y> - Interface in org.batoo.jpa.jdbc.mapping
The interface for mappings.
MappingType - Enum in org.batoo.jpa.jdbc.mapping
Type of the mapping
matches(ForeignKey) - Method in class org.batoo.jpa.jdbc.adapter.JdbcForeignKey
Checks if the metadata matches the foreign key definition.
modifiesParameters() - Method in class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
Returns if the JDBC adaptor modifies parameters.
modifiesParameters() - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns if the JDBC adaptor modifies parameters.
modifyParameters(ParameterMetaData, Object[]) - Method in class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
Modifies the parameters.
modifyParameters(ParameterMetaData, Object[]) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Modifies the parameters.
MsSqlAdaptor - Class in org.batoo.jpa.jdbc.adapter
JDBC Adapter for MySQL.
MsSqlAdaptor() - Constructor for class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
 
MySqlAdaptor - Class in org.batoo.jpa.jdbc.adapter
JDBC Adapter for MySQL.
MySqlAdaptor() - Constructor for class org.batoo.jpa.jdbc.adapter.MySqlAdaptor
 

N

nativeSQL(String) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
NumericFunctionType - Enum in org.batoo.jpa.jdbc
The types for the numberic functions.

O

open(String, String) - Method in class org.batoo.jpa.jdbc.AbstractDataSource
initialize the underlining implementation
OperationTookLongTimeWarning - Class in org.batoo.jpa.jdbc
A dummy class to print stack trace.
OperationTookLongTimeWarning() - Constructor for class org.batoo.jpa.jdbc.OperationTookLongTimeWarning
 
OptimisticLockFailedException - Exception in org.batoo.jpa.jdbc
The exception thrown when the optimistic lock fails.
OptimisticLockFailedException() - Constructor for exception org.batoo.jpa.jdbc.OptimisticLockFailedException
 
OracleAdaptor - Class in org.batoo.jpa.jdbc.adapter
JDBC Adapter for H2DB.
OracleAdaptor() - Constructor for class org.batoo.jpa.jdbc.adapter.OracleAdaptor
 
OrderColumn - Class in org.batoo.jpa.jdbc
Columns for list type attributes.
OrderColumn(AbstractTable, ColumnMetadata, String, AbstractLocator) - Constructor for class org.batoo.jpa.jdbc.OrderColumn
 
org.batoo.jpa.jdbc - package org.batoo.jpa.jdbc
 
org.batoo.jpa.jdbc.adapter - package org.batoo.jpa.jdbc.adapter
 
org.batoo.jpa.jdbc.dbutils - package org.batoo.jpa.jdbc.dbutils
 
org.batoo.jpa.jdbc.generator - package org.batoo.jpa.jdbc.generator
 
org.batoo.jpa.jdbc.mapping - package org.batoo.jpa.jdbc.mapping
 
org.batoo.jpa.jdbc.model - package org.batoo.jpa.jdbc.model
 

P

paginationNeedsMaxResultsAlways() - Method in class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
Returns if pagination always needs the max results paramater.
paginationNeedsMaxResultsAlways() - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Returns if pagination always needs the max results paramater.
paginationNeedsMaxResultsAlways() - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Returns if pagination always needs the max results paramater.
paginationNeedsMaxResultsAlways() - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns if pagination always needs the max results paramater.
paginationNeedsMaxResultsAlways() - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Returns if pagination always needs the max results paramater.
paginationNeedsMaxResultsAlways() - Method in class org.batoo.jpa.jdbc.adapter.MySqlAdaptor
Returns if pagination always needs the max results paramater.
paginationNeedsMaxResultsAlways() - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Returns if pagination always needs the max results paramater.
paginationNeedsMaxResultsAlways() - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
Returns if pagination always needs the max results paramater.
paginationNeedsMaxResultsAlways() - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Returns if pagination always needs the max results paramater.
paginationNeedsStartAlways() - Method in class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
Returns if pagination always needs the start paramater.
paginationNeedsStartAlways() - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Returns if pagination always needs the start paramater.
paginationNeedsStartAlways() - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Returns if pagination always needs the start paramater.
paginationNeedsStartAlways() - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns if pagination always needs the start paramater.
paginationNeedsStartAlways() - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Returns if pagination always needs the start paramater.
paginationNeedsStartAlways() - Method in class org.batoo.jpa.jdbc.adapter.MySqlAdaptor
Returns if pagination always needs the start paramater.
paginationNeedsStartAlways() - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Returns if pagination always needs the start paramater.
paginationNeedsStartAlways() - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
Returns if pagination always needs the start paramater.
paginationNeedsStartAlways() - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Returns if pagination always needs the start paramater.
parameterizedPagination() - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Returns if the paginated sql uses parameters instead of hard coded pagination variables.
parameterizedPagination() - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns if the paginated sql uses parameters instead of hard coded pagination variables.
parameterizedPagination() - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Returns if the paginated sql uses parameters instead of hard coded pagination variables.
parameterizedPagination() - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
Returns if the paginated sql uses parameters instead of hard coded pagination variables.
ParentMapping<Z,X> - Interface in org.batoo.jpa.jdbc.mapping
 
performAttachChild(Connection, Object, Joinable[], int) - Method in class org.batoo.jpa.jdbc.ForeignKey
Attaches the child to the managed instance.
performDetachAll(Connection, Object) - Method in class org.batoo.jpa.jdbc.ForeignKey
Detaches the instance from all the children.
performDetachChild(Connection, Object, Object) - Method in class org.batoo.jpa.jdbc.ForeignKey
Detaches the child.
performInsert(Connection, Object, Joinable[], int) - Method in class org.batoo.jpa.jdbc.CollectionTable
Performs the insert for the join.
performInsert(Connection, EntityTypeDescriptor, Object[], int) - Method in class org.batoo.jpa.jdbc.EntityTable
Performs inserts to the table for the managed instance or joins.
performInsert(Connection, Object, Joinable[], int) - Method in interface org.batoo.jpa.jdbc.JoinableTable
Performs the insert for the join.
performInsert(Connection, Object, Joinable[], int) - Method in class org.batoo.jpa.jdbc.JoinTable
Performs the insert for the join.
performRemove(Connection, Object, Object, Object) - Method in class org.batoo.jpa.jdbc.CollectionTable
Performs the remove for the join.
performRemove(Connection, Object[], int) - Method in class org.batoo.jpa.jdbc.EntityTable
Performs removes from the table for the managed instance or joins.
performRemove(Connection, Object, Object, Object) - Method in interface org.batoo.jpa.jdbc.JoinableTable
Performs the remove for the join.
performRemove(Connection, Object, Object, Object) - Method in class org.batoo.jpa.jdbc.JoinTable
Performs the remove for the join.
performRemoveAll(Connection, Object) - Method in class org.batoo.jpa.jdbc.CollectionTable
Performs the remove for the join.
performRemoveAll(Connection, Object) - Method in interface org.batoo.jpa.jdbc.JoinableTable
Performs the remove for the join.
performRemoveAll(Connection, Object) - Method in class org.batoo.jpa.jdbc.JoinTable
Performs the remove for the join.
performUpdate(Connection, EntityTypeDescriptor, Object, Object) - Method in class org.batoo.jpa.jdbc.EntityTable
Performs update to the table for the managed instance or joins.
performUpdateWithUpdatability(Connection, EntityTypeDescriptor, Object, Object) - Method in class org.batoo.jpa.jdbc.EntityTable
Performs update to the table for the managed instance or joins.
performVersionUpdate(Connection, Object, Object, Object) - Method in class org.batoo.jpa.jdbc.EntityTable
Performs version update to the table.
PluralMapping<Z,C,E> - Interface in org.batoo.jpa.jdbc.mapping
Mappings that corresponds to singular attributes.
poll(long, TimeUnit) - Method in class org.batoo.jpa.jdbc.generator.IdQueue
PostgreSqlAdaptor - Class in org.batoo.jpa.jdbc.adapter
JDBC Adapter for PostgreSQL.
PostgreSqlAdaptor() - Constructor for class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
 
prepareCall(String) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
prepareCall(String, int, int) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
prepareCall(String, int, int, int) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
PreparedStatementProxy - Class in org.batoo.jpa.jdbc
 
PreparedStatementProxy(String, PreparedStatement, long, PreparedStatementProxy.SqlLoggingType) - Constructor for class org.batoo.jpa.jdbc.PreparedStatementProxy
 
PreparedStatementProxy.SqlLoggingType - Enum in org.batoo.jpa.jdbc
The configuration type indicating how sql printing should be.
prepareStatement(String) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
prepareStatement(String, int) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
prepareStatement(String, int, int) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
prepareStatement(String, int, int, int) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
prepareStatement(String, int[]) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
prepareStatement(String, String[]) - Method in class org.batoo.jpa.jdbc.ConnectionProxy

Q

qualified(String, String) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns the schema if it is set otherwise falls back to the default schema.
query(Connection, String, ResultSetHandler<T>) - Method in class org.batoo.jpa.jdbc.dbutils.QueryRunner
Execute an SQL SELECT query without any replacement parameters.
query(Connection, String, ResultSetHandler<T>, Object...) - Method in class org.batoo.jpa.jdbc.dbutils.QueryRunner
Execute an SQL SELECT query with replacement parameters.
query(String, ResultSetHandler<T>) - Method in class org.batoo.jpa.jdbc.dbutils.QueryRunner
Executes the given SELECT SQL without any replacement parameters.
query(String, ResultSetHandler<T>, Object...) - Method in class org.batoo.jpa.jdbc.dbutils.QueryRunner
Executes the given SELECT SQL query and returns a result object.
QueryRunner - Class in org.batoo.jpa.jdbc.dbutils
Executes SQL queries with pluggable strategies for handling ResultSets.
QueryRunner() - Constructor for class org.batoo.jpa.jdbc.dbutils.QueryRunner
Constructor for QueryRunner.
QueryRunner(boolean, boolean) - Constructor for class org.batoo.jpa.jdbc.dbutils.QueryRunner
Constructor for QueryRunner, allows workaround for Oracle drivers
QueryRunner(DataSource) - Constructor for class org.batoo.jpa.jdbc.dbutils.QueryRunner
Constructor for QueryRunner which takes a DataSource.
QueryRunner(DataSource, boolean) - Constructor for class org.batoo.jpa.jdbc.dbutils.QueryRunner
Constructor for QueryRunner, allows workaround for Oracle drivers.
QueryRunner(JdbcAdaptor, boolean) - Constructor for class org.batoo.jpa.jdbc.dbutils.QueryRunner
Constructor for QueryRunner, allows workaround for Oracle drivers

R

releaseConnection(Connection) - Method in class org.batoo.jpa.jdbc.AbstractDataSource
release the connection
releaseSavepoint(Savepoint) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
requiresPkDrop(Set<String>) - Method in class org.batoo.jpa.jdbc.adapter.JdbcTable
Returns if primary key drop is required.
reset() - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
Resets the prepared statement and returns itself
rollback() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
rollback(Savepoint) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
RootMapping<X> - Interface in org.batoo.jpa.jdbc.mapping
The interface for root mappings.

S

SawSqlAdaptor - Class in org.batoo.jpa.jdbc.adapter
JDBC Adapter for MySQL.
SawSqlAdaptor() - Constructor for class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
 
SecondaryTable - Class in org.batoo.jpa.jdbc
Table representing an secondary table for entity persistent storage.
SecondaryTable(JdbcAdaptor, EntityTypeDescriptor, SecondaryTableMetadata) - Constructor for class org.batoo.jpa.jdbc.SecondaryTable
Default secondary table constructor.
SecondaryTable(JdbcAdaptor, EntityTypeDescriptor, TableMetadata) - Constructor for class org.batoo.jpa.jdbc.SecondaryTable
Constructor primary table as join table in inheritance.
SequenceGenerator - Class in org.batoo.jpa.jdbc.generator
Sequence based generator.
SequenceGenerator(SequenceGeneratorMetadata) - Constructor for class org.batoo.jpa.jdbc.generator.SequenceGenerator
 
SequenceQueue - Class in org.batoo.jpa.jdbc.generator
A Queue that tops up the queue by allocation size sequences when its capacity drops to 1 / 2 of allocation size.
SequenceQueue(JdbcAdaptor, DataSource, ExecutorService, String, int) - Constructor for class org.batoo.jpa.jdbc.generator.SequenceQueue
 
set(Object, Object) - Method in interface org.batoo.jpa.jdbc.mapping.Mapping
Sets the mapping value of instance.
setArray(int, Array) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setAsciiStream(int, InputStream) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setAsciiStream(int, InputStream, int) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setAsciiStream(int, InputStream, long) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setAutoCommit(boolean) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
setBigDecimal(int, BigDecimal) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setBinaryStream(int, InputStream) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setBinaryStream(int, InputStream, int) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setBinaryStream(int, InputStream, long) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setBlob(int, Blob) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setBlob(int, InputStream) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setBlob(int, InputStream, long) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setBoolean(int, boolean) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setByte(int, byte) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setBytes(int, byte[]) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setCatalog(String) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
setCharacterStream(int, Reader) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setCharacterStream(int, Reader, int) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setCharacterStream(int, Reader, long) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setClientInfo(Properties) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
setClientInfo(String, String) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
setClob(int, Clob) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setClob(int, Reader) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setClob(int, Reader, long) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setColumnProperties(AssociationMapping<?, ?, ?>, AbstractColumn, AbstractColumn) - Method in class org.batoo.jpa.jdbc.JoinColumn
Sets the column definition for virtual foreign column.
setColumnProperties(AssociationMapping<?, ?, ?>, AbstractColumn, boolean) - Method in class org.batoo.jpa.jdbc.JoinColumn
Sets the column definition.
setCursorName(String) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setDate(int, Date) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setDate(int, Date, Calendar) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setDouble(int, double) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setDriverClass(String) - Method in class org.batoo.jpa.jdbc.BoneCPDataSource
Sets driver to use (called via reflection).
setEscapeProcessing(boolean) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setFetchDirection(int) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setFetchSize(int) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setFloat(int, float) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setHoldability(int) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
setId() - Method in class org.batoo.jpa.jdbc.AbstractColumn
Sets the column as id column.
setId() - Method in interface org.batoo.jpa.jdbc.Column
Sets the column as id column.
setInsertBatchSize(int) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Sets the insertBatchSize of the JdbcAdaptor.
setInt(int, int) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setKeyColumn(ColumnMetadata, String, TemporalType, EnumType, Class<?>) - Method in class org.batoo.jpa.jdbc.CollectionTable
Sets the map key column.
setKeyColumn(ColumnMetadata, String, TemporalType, EnumType, Class<?>) - Method in class org.batoo.jpa.jdbc.JoinTable
Sets the map key column.
setLoginTimeout(int) - Method in class org.batoo.jpa.jdbc.BoneCPDataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLoginTimeout(int) - Method in class org.batoo.jpa.jdbc.DataSourceProxy
setLogWriter(PrintWriter) - Method in class org.batoo.jpa.jdbc.BoneCPDataSource
Sets the log writer for this DataSource object to the given java.io.PrintWriter object.
setLogWriter(PrintWriter) - Method in class org.batoo.jpa.jdbc.DataSourceProxy
setLong(int, long) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setMaxFieldSize(int) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setMaxRows(int) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setName(String) - Method in class org.batoo.jpa.jdbc.AbstractTable
Updates the name of the table.
setNCharacterStream(int, Reader) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setNCharacterStream(int, Reader, long) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setNClob(int, NClob) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setNClob(int, Reader) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setNClob(int, Reader, long) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setNetworkTimeout(Executor, int) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
setNString(int, String) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setNull(int, int) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setNull(int, int, String) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setObject(int, Object) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setObject(int, Object, int) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setObject(int, Object, int, int) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setOrderColumn(ColumnMetadata, String, AbstractLocator) - Method in class org.batoo.jpa.jdbc.CollectionTable
Sets the order column for the owned list type joins
setOrderColumn(ColumnMetadata, String, AbstractLocator) - Method in class org.batoo.jpa.jdbc.ForeignKey
Sets the order column.
setOrderColumn(ColumnMetadata, String, AbstractLocator) - Method in class org.batoo.jpa.jdbc.JoinTable
Sets the order column for the owned list type joins
setParamCount(int) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
Sets the parameter count for the statement.
setPoolable(boolean) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setQueryTimeout(int) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setReadOnly(boolean) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
setRef(int, Ref) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setRemoveBatchSize(int) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Sets the removeBatchSize of the JdbcAdaptor.
setRowId(int, RowId) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setSavepoint() - Method in class org.batoo.jpa.jdbc.ConnectionProxy
setSavepoint(String) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
setSchema(String) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
setShort(int, short) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setSQLXML(int, SQLXML) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setString(int, String) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setTable(AbstractTable) - Method in class org.batoo.jpa.jdbc.AbstractColumn
Sets the table of the column.
setTable(AbstractTable) - Method in class org.batoo.jpa.jdbc.BasicColumn
Sets the table of the column.
setTable(AbstractTable) - Method in interface org.batoo.jpa.jdbc.Column
Sets the table of the column.
setTable(AbstractTable) - Method in class org.batoo.jpa.jdbc.DiscriminatorColumn
Sets the table of the column.
setTable(AbstractTable) - Method in class org.batoo.jpa.jdbc.ElementColumn
Sets the table of the column.
setTable(AbstractTable) - Method in class org.batoo.jpa.jdbc.ForeignKey
Sets the table of the foreign key.
setTable(AbstractTable) - Method in class org.batoo.jpa.jdbc.JoinColumn
Sets the table of the column.
setTable(AbstractTable) - Method in class org.batoo.jpa.jdbc.MapKeyColumn
Sets the table of the column.
setTable(AbstractTable) - Method in class org.batoo.jpa.jdbc.OrderColumn
Sets the table of the column.
setTime(int, Time) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setTime(int, Time, Calendar) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setTimestamp(int, Timestamp) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setTimestamp(int, Timestamp, Calendar) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setTransactionIsolation(int) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
setTypeMap(Map<String, Class<?>>) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
setUnicodeStream(int, InputStream, int) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setURL(int, URL) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
setValue(Object, Object) - Method in class org.batoo.jpa.jdbc.AbstractColumn
Sets the value for the instance
setValue(Object, Object) - Method in class org.batoo.jpa.jdbc.BasicColumn
Sets the value for the instance
setValue(Object, Object) - Method in interface org.batoo.jpa.jdbc.Column
Sets the value for the instance
setValue(Object, Object) - Method in class org.batoo.jpa.jdbc.DiscriminatorColumn
Sets the value for the instance
setValue(Object, Object) - Method in class org.batoo.jpa.jdbc.ElementColumn
Sets the value for the instance
setValue(Object, Object) - Method in class org.batoo.jpa.jdbc.JoinColumn
Sets the value for the instance
setValue(Object, Object) - Method in class org.batoo.jpa.jdbc.MapKeyColumn
Sets the value for the instance
setValue(Object, Object) - Method in class org.batoo.jpa.jdbc.OrderColumn
Sets the value for the instance
setVirtual(AbstractColumn) - Method in class org.batoo.jpa.jdbc.JoinColumn
Sets the master column of the join column.
SingleValueHandler<T> - Class in org.batoo.jpa.jdbc.dbutils
A Handler to return single values from the result sets.
SingleValueHandler() - Constructor for class org.batoo.jpa.jdbc.dbutils.SingleValueHandler
 
SingularAssociationMapping<Z,X> - Interface in org.batoo.jpa.jdbc.mapping
The interface for singular associated joins.
SingularMapping<Z,X> - Interface in org.batoo.jpa.jdbc.mapping
Mappings that corresponds to singular attributes.
supports(GenerationType) - Method in class org.batoo.jpa.jdbc.adapter.DerbyAdaptor
Returns the id type supported.
supports(GenerationType) - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Returns the id type supported.
supports(GenerationType) - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Returns the id type supported.
supports(GenerationType) - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns the id type supported.
supports(GenerationType) - Method in class org.batoo.jpa.jdbc.adapter.MsSqlAdaptor
Returns the id type supported.
supports(GenerationType) - Method in class org.batoo.jpa.jdbc.adapter.MySqlAdaptor
Returns the id type supported.
supports(GenerationType) - Method in class org.batoo.jpa.jdbc.adapter.OracleAdaptor
Returns the id type supported.
supports(GenerationType) - Method in class org.batoo.jpa.jdbc.adapter.PostgreSqlAdaptor
Returns the id type supported.
supports(GenerationType) - Method in class org.batoo.jpa.jdbc.adapter.SawSqlAdaptor
Returns the id type supported.
supportsNamedParams() - Method in class org.batoo.jpa.jdbc.adapter.H2Adaptor
Returns if the database supports named params i.e.: select * from mytable field = :p1.
supportsNamedParams() - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns if the database supports named params i.e.: select * from mytable field = :p1.
supportsOrdinalParams() - Method in class org.batoo.jpa.jdbc.adapter.HsqlAdaptor
Returns if the database supports ordinal params i.e.: select * from mytable field = ?1.
supportsOrdinalParams() - Method in class org.batoo.jpa.jdbc.adapter.JdbcAdaptor
Returns if the database supports ordinal params i.e.: select * from mytable field = ?1.

T

TableGenerator - Class in org.batoo.jpa.jdbc.generator
Table based generator.
TableGenerator(TableGeneratorMetadata) - Constructor for class org.batoo.jpa.jdbc.generator.TableGenerator
 
TableIdQueue - Class in org.batoo.jpa.jdbc.generator
A Queue that tops up the queue by allocation size sequences when its capacity drops to 1 / 2 of allocation size.
TableIdQueue(JdbcAdaptor, DataSource, ExecutorService, TableGenerator) - Constructor for class org.batoo.jpa.jdbc.generator.TableIdQueue
 
toJdbc(Object, Class<?>, TemporalType, EnumType, boolean) - Static method in class org.batoo.jpa.jdbc.ValueConverter
convert java objects to jdbc friendly
toString() - Method in class org.batoo.jpa.jdbc.AbstractColumn
toString() - Method in class org.batoo.jpa.jdbc.EntityTable
toString() - Method in class org.batoo.jpa.jdbc.ForeignKey
toString() - Method in class org.batoo.jpa.jdbc.JoinColumn
TypeDescriptor - Interface in org.batoo.jpa.jdbc.model
The base type descriptor
TypeFactory - Class in org.batoo.jpa.jdbc
 
TypeFactory() - Constructor for class org.batoo.jpa.jdbc.TypeFactory
 

U

unwrap(Class<T>) - Method in class org.batoo.jpa.jdbc.BoneCPDataSource
unwrap(Class<T>) - Method in class org.batoo.jpa.jdbc.ConnectionProxy
unwrap(Class<T>) - Method in class org.batoo.jpa.jdbc.DataSourceProxy
unwrap(Class<T>) - Method in class org.batoo.jpa.jdbc.PreparedStatementProxy
update(Connection, String) - Method in class org.batoo.jpa.jdbc.dbutils.QueryRunner
Execute an SQL INSERT, UPDATE, or DELETE query without replacement parameters.
update(Connection, String, Object...) - Method in class org.batoo.jpa.jdbc.dbutils.QueryRunner
Execute an SQL INSERT, UPDATE, or DELETE query.
update(String) - Method in class org.batoo.jpa.jdbc.dbutils.QueryRunner
Executes the given INSERT, UPDATE, or DELETE SQL statement without any replacement parameters.
update(String, Object...) - Method in class org.batoo.jpa.jdbc.dbutils.QueryRunner
Executes the given INSERT, UPDATE, or DELETE SQL statement.

V

ValueConverter - Class in org.batoo.jpa.jdbc
Converts Basic Java values to Jdbc friendly values
handling Temporal types, Enums and Date types
ValueConverter() - Constructor for class org.batoo.jpa.jdbc.ValueConverter
 
valueOf(String) - Static method in enum org.batoo.jpa.jdbc.adapter.JdbcAdaptor.PaginationParamsOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.jdbc.DateTimeFunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.jdbc.DDLMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.jdbc.IdType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.jdbc.mapping.MappingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.jdbc.NumericFunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.jdbc.PreparedStatementProxy.SqlLoggingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.batoo.jpa.jdbc.VersionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.batoo.jpa.jdbc.adapter.JdbcAdaptor.PaginationParamsOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.jdbc.DateTimeFunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.jdbc.DDLMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.jdbc.IdType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.jdbc.mapping.MappingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.jdbc.NumericFunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.jdbc.PreparedStatementProxy.SqlLoggingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.batoo.jpa.jdbc.VersionType
Returns an array containing the constants of this enum type, in the order they are declared.
VersionType - Enum in org.batoo.jpa.jdbc
Possible types for the version attributes.
versionType(Class<?>) - Static method in enum org.batoo.jpa.jdbc.VersionType
Returns the type of the version attribute.
A B C D E F G H I J L M N O P Q R S T U V 

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