Skip navigation links
B C D E F G I N P R S T U V W 

S

select(String, Record) - Method in class de.uhilger.baselink.PersistenceManager
Select a list of objects through a given SQL statement
select(String, Record, boolean) - Method in class de.uhilger.baselink.PersistenceManager
Select a list of objects through a given SQL statement
select(String, Record, boolean, Object...) - Method in class de.uhilger.baselink.PersistenceManager
Select a list of objects through a given SQL statement
select(Connection, String, Record, boolean) - Method in class de.uhilger.baselink.PersistenceManager
Select a list of objects that match a given SQL statement
select(Connection, String, Record, boolean, Object...) - Method in class de.uhilger.baselink.PersistenceManager
Select a list of objects that match a given SQL statement
select(String) - Method in class de.uhilger.baselink.PersistenceManager
Select a list of objects that match a given SQL statement
select(String, boolean) - Method in class de.uhilger.baselink.PersistenceManager
Select a list of objects that match a given SQL statement
select(Connection, String) - Method in class de.uhilger.baselink.PersistenceManager
Select a list of objects that match a given SQL statement
select(Connection, String, boolean) - Method in class de.uhilger.baselink.PersistenceManager
Select a list of objects that match a given SQL statement
select(String, boolean, Object...) - Method in class de.uhilger.baselink.PersistenceManager
Select a list of objects that match a given SQL statement
select(Connection, String, boolean, Object...) - Method in class de.uhilger.baselink.PersistenceManager
Select a list of objects that match a given SQL statement
setColumnName(String) - Method in class de.uhilger.baselink.Field
Set the column name of this field
setColumnType(DBColumn.Type) - Method in class de.uhilger.baselink.Field
Set the column type of this field
setDatabase(String) - Method in class de.uhilger.baselink.PersistenceManager
Set the database Use either this method together with method setDriverName or method setDataSourceName to indicate the connection type
setDatabase(String, String) - Method in class de.uhilger.baselink.PersistenceManager
Set the database Use either this method or method setDataSourceName to indicate the connection type
setDataSourceName(String) - Method in class de.uhilger.baselink.PersistenceManager
Set name of DataSource Use either this method or method setDatabase to indicate the connection type
setDriverName(String) - Method in class de.uhilger.baselink.PersistenceManager
Set the JDBC driver class name
setGetter(Method) - Method in class de.uhilger.baselink.Field
Set the getter method of this field
setSetter(Method) - Method in class de.uhilger.baselink.Field
Set the setter method of this field
SETTER_NAME - Static variable in class de.uhilger.baselink.GenericRecord
default setter method indicator
startTransaction(Connection) - Method in class de.uhilger.baselink.PersistenceManager
 
B C D E F G I N P R S T U V W 
Skip navigation links