|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
FieldNameConverter
which handles common
tasks for the name converter (i.e.TableNameConverter
which provides basic
functionality common to most table name converters.Query
instance.
DatabaseProvider
implementations.DatabaseProvider
.
EntityManager.create(Class, DBParam...)
.PolymorphicTypeMapper
which requires
all mappings to be manually specified.from
and
onto
with a bias toward from
.
RawEntity
providing the Entity.getID()
method.EntityManager
using the specified
DatabaseProvider
.
EntityManager
using the specified
DatabaseProvider
.
EntityManager
by auto-magically
finding a DatabaseProvider
instance for the specified JDBC URI, username
and password.
Transaction.run()
method.
Query
.
Query
.
null
if no corresponding method).
EntityManager
instance.
String
key.
AnnotationDelegate
objects.
CacheLayer
instance which corresponds to the given
entity.
Connection
instance which corresponds
to the database represented by the provider instance.
SimpleDateFormat
syntax.
DatabaseProvider
instnace to which most
interesting calls are passed.
EntityManager
instance which manages this
entity.
Class
instance which corresponds to the
original entity interface.
FieldNameConverter
instance used for name
conversion of all entity methods.
PolymorphicTypeMapper
instance used for flag
value conversion of polymorphic types.
AbstractFieldNameConverter.getName(Method)
method.
EntityManager
for all database operations.
SupportedDBProvider
which corresponds to the
database provider which corresponds to the specified JDBC URI.
TableNameConverter
instance used for name
conversion of all entity types.
DatabaseType
for a given Java
class.
DatabaseType
for a given JDBC
integer type.
String
value relevant to the specified SQL
type in int
form (as defined by Types
and returns
the Java value which corresponds.
CamelCaseTableNameConverter
as a delegate.
String
key.
DDLAction
into the database-specific DDL statement(s).
Calendar
instance as a TIMESTAMP literal
in the database-specific format.
DatabaseFunction
in its
database-specific form.
null
if none.
OnUpdate
functionality.
Query
object into its (potentially) database-specific
query statement.
Query
instance in the
manner required by the database-specific SQL implementation.
null
if none.
UNIQUE
constraint as defined by the
database-specific DDL syntax.
Transaction.execute()
to actually perform the actions
within the transaction.
Directory
.
Directory
, and weaklyCache
flag.
Directory
.
FieldNameConverter
instance to use for
field name conversion of all entity methods.
PolymorphicTypeMapper
instance to use for
all flag value conversion of polymorphic types.
Connection
instance.
ResultSet
instance prior to its use by the library.
Statement
instance prior to its usage in a SELECT
query.
TableNameConverter
instance to use for
name conversion of all entity types.
Transaction
using the specified
EntityManager
instance.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |