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

A

add(FieldDescriptor) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
add(OneToOneDescriptor) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
add(OneToManyDescriptor) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
add(ManyToOneDescriptor) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
add(ManyToManyDescriptor) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
addBeanFactory(BeanFactory) - Static method in class org.kuali.rice.core.framework.persistence.ojb.RiceDataSourceConnectionFactory
 
addCriteria(String, String, Class, boolean, boolean, Criteria) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SqlBuilder
 
addFkField(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
addFkField(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
addInverseJoinColumnDescriptor(JoinColumnDescriptor) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
addJoinColumnDescriptor(JoinColumnDescriptor) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
addJoinColumnDescriptor(JoinColumnDescriptor) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
addOptimisticLockExceptionClass(Class<? extends Throwable>) - Static method in class org.kuali.rice.core.framework.persistence.ojb.DataAccessUtils
 
afterPropertiesSet() - Method in class org.kuali.rice.core.framework.impex.xml.XmlImpexRegistrationBean
 
afterPropertiesSet() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
afterPropertiesSet() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
afterPropertiesSet() - Method in class org.kuali.rice.core.framework.persistence.jpa.DevHibernateJpaVendorAdapter
 
afterPropertiesSet() - Method in class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
 
afterPropertiesSet() - Method in class org.kuali.rice.core.framework.persistence.ojb.JtaOjbConfigurer
 
afterStore(JdbcAccess, ClassDescriptor, Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.ConfigurableSequenceManager
 
ALL_COMPONENT - Static variable in class org.kuali.rice.core.framework.parameter.ParameterConstants
 
and(Criteria) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
and(Criteria) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Takes the conditions from the given Criteria's WHERE clause, surrounds them in parentheses, and ANDs the resulting expression with this instance's WHERE clause (or makes the expression become the new WHERE clause of this instance if its current WHERE clause is empty).
andCriteria(String, String, String, String, Class, boolean, boolean, Criteria) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SqlBuilder
 
andCriteria(Criteria, Criteria) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SqlBuilder
 
ANSISqlDatabasePlatform - Class in org.kuali.rice.core.framework.persistence.platform
 
ANSISqlDatabasePlatform() - Constructor for class org.kuali.rice.core.framework.persistence.platform.ANSISqlDatabasePlatform
 
applyLimit(Integer, Criteria) - Method in interface org.kuali.rice.core.framework.persistence.platform.DatabasePlatform
 
applyLimit(Integer, Criteria) - Method in class org.kuali.rice.core.framework.persistence.platform.DerbyDatabasePlatform
 
applyLimit(Integer, Criteria) - Method in class org.kuali.rice.core.framework.persistence.platform.MySQLDatabasePlatform
 
applyLimit(Integer, Criteria) - Method in class org.kuali.rice.core.framework.persistence.platform.OracleDatabasePlatform
 
assemble(Serializable, Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateImmutableValueUserType
As the object is immutable, the immutable value will simply stay in the cache
attributeName - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
attributeName - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 

B

BaseOjbConfigurer - Class in org.kuali.rice.core.framework.persistence.ojb
Base Ojb Configurer implementation which configures OJB for a particular rice module.
BaseOjbConfigurer() - Constructor for class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
No-arg constructor
BaseOjbConfigurer(String) - Constructor for class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
Constructor that derives jcd aliases and repository metadata location from the module name jcdAliases = [ moduleName.toLowerCase() + "DataSource" ] metadataLocation = "classpath:OJB-repository-" + moduleName.toLowerCase() + ".xml";
BaseOjbConfigurer(String[], String) - Constructor for class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
Constructor which takes the jcdAliases and metadata location
BATCH_COMPONENT - Static variable in class org.kuali.rice.core.framework.parameter.ParameterConstants
 
between(String, Object, Object, Class) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
between(String, Object, Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a new BETWEEN condition to the WHERE clause, ANDing it with any existing conditions if necessary.
buildStatement() - Method in class org.kuali.rice.core.framework.persistence.ojb.SuffixedSqlSelectStatement
 
buildWhere() - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 

C

cascade - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
cascade - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
cleanDate(String) - Static method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SQLUtils
 
cleanNumeric(String) - Static method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SqlBuilder
 
cleanNumericOfValidOperators(String) - Static method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SQLUtils
 
cleanString(String) - Static method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SQLUtils
Removes all query characters from a string.
close() - Method in class org.kuali.rice.core.framework.persistence.jpa.NullEntityManagerFactory
 
CollectionDescriptor - Class in org.kuali.rice.core.framework.persistence.jpa.metadata
 
CollectionDescriptor() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
commitTransactionAfterReturning(TransactionAspectSupport.TransactionInfo) - Method in class org.kuali.rice.core.framework.persistence.jta.KualiTransactionInterceptor
 
compareTo(Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
This overridden method ...
completeTransactionAfterThrowing(TransactionAspectSupport.TransactionInfo, Throwable) - Method in class org.kuali.rice.core.framework.persistence.jta.KualiTransactionInterceptor
 
ComponentEbo - Class in org.kuali.rice.core.framework.component
 
ComponentEbo() - Constructor for class org.kuali.rice.core.framework.component.ComponentEbo
 
CompositePrimaryKeyBase - Class in org.kuali.rice.core.framework.persistence.jpa
 
CompositePrimaryKeyBase() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.CompositePrimaryKeyBase
 
concatenate(String[]) - Method in class org.apache.ojb.broker.platforms.PlatformMckoiImpl
 
ConfigurableSequenceManager - Class in org.kuali.rice.core.framework.persistence.ojb
A sequence manager implementation which can be configured at runtime via the KEW Configuration API.
ConfigurableSequenceManager(PersistenceBroker) - Constructor for class org.kuali.rice.core.framework.persistence.ojb.ConfigurableSequenceManager
 
configure(Type, Properties, Dialect) - Method in class org.kuali.rice.core.framework.persistence.jpa.RiceNumericStringSequenceStyleGenerator
Performs the same configuration operations as those of the superclass, except that the provided Type will be replaced by Hibernate's LongType instead.
containsRangeCharacters(String) - Static method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SqlBuilder
 
convertCalendar(Calendar) - Static method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SQLUtils
 
convertPrimaryKeyMapToObject(Class, Map<String, Object>) - Static method in class org.kuali.rice.core.framework.persistence.jpa.metadata.MetadataManager
This converts a map of primary keys into an object: in the case of a single key, just the value object iself; in the case of a composite key, the correct composite key object populated with the values from the map
convertStringDateToTimestamp(String) - Static method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SQLUtils
 
convertTimestamp(Timestamp) - Static method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SQLUtils
 
CoreFrameworkServiceLocator - Class in org.kuali.rice.core.framework.services
 
CoreFrameworkServiceLocator() - Constructor for class org.kuali.rice.core.framework.services.CoreFrameworkServiceLocator
 
countMatching(Class, Map) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
 
countMatching(Class, Map, Map) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
This method returns the number of matching result given the positive criterias and negative criterias.
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.kuali.rice.core.framework.persistence.jpa.DevHibernatePersistence
 
createCriteria(String, String, String, String, Class) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SqlBuilder
 
createCriteria(String, String, String, String, Class, boolean, boolean) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SqlBuilder
 
createDataSource(Config) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
createEntityManager() - Method in class org.kuali.rice.core.framework.persistence.jpa.NullEntityManagerFactory
 
createEntityManager(Map) - Method in class org.kuali.rice.core.framework.persistence.jpa.NullEntityManagerFactory
 
createInstance() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
createParameter(Parameter) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
This will create a Parameter exactly like the parameter passed in.
createSequenceManager(PersistenceBroker) - Method in class org.kuali.rice.core.framework.persistence.ojb.ConfigurableSequenceManager
 
createSequenceQuery(String) - Method in class org.apache.ojb.broker.platforms.PlatformMckoiImpl
 
createStatementPoolFactory() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.RiceXADataSource
 
createTransactionIfNecessary(Method, Class) - Method in class org.kuali.rice.core.framework.persistence.jta.KualiTransactionInterceptor
 
Criteria - Class in org.kuali.rice.core.framework.persistence.jdbc.sql
A criteria builder for JDBC Query strings.
Criteria(String) - Constructor for class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
Criteria(String, String) - Constructor for class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
Criteria - Class in org.kuali.rice.core.framework.persistence.jpa.criteria
A criteria builder for JPQL Query objects.
Criteria(String) - Constructor for class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Constructs a new Criteria instance that includes the given initial entity.
Criteria(String, String) - Constructor for class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Constructs a new Criteria instance that includes the given initial entity.
Criteria(String, boolean) - Constructor for class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Constructs a new Criteria instance that includes the given initial entity.
Criteria(String, String, boolean) - Constructor for class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Constructs a new Criteria instance that includes the given initial entity.

D

DataAccessUtils - Class in org.kuali.rice.core.framework.persistence.ojb
This is a description of what this class does - ewestfal don't forget to fill this in.
DATABASE_BOOLEAN_FALSE_STRING_REPRESENTATION - Static variable in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion
 
DATABASE_BOOLEAN_TRUE_STRING_REPRESENTATION - Static variable in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion
 
DatabasePlatform - Interface in org.kuali.rice.core.framework.persistence.platform
Interface that abstracts database dependent sql from core TODO Had to move this down into embedded source because of the OJB dependencies.
deepCopy(Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateImmutableValueUserType
As the object is immutable, simply returns the value
delete(Object) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
Deletes a business object from the database.
delete(List<Object>) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
Deletes each business object in the given List from the database.
deleteMatching(Class, Map) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
Deletes the business objects matching the given fieldValues
DerbyDatabasePlatform - Class in org.kuali.rice.core.framework.persistence.platform
DatabasePlatform implementation that generates Mckoi-compliant SQL
DerbyDatabasePlatform() - Constructor for class org.kuali.rice.core.framework.persistence.platform.DerbyDatabasePlatform
 
destroy() - Method in class org.kuali.rice.core.framework.impex.xml.XmlImpexRegistrationBean
 
destroy() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
destroy() - Method in class org.kuali.rice.core.framework.persistence.ojb.JtaOjbConfigurer
 
destroy() - Method in class org.springframework.transaction.jta.JotmFactoryBean
Stop the local JOTM instance, if created by this FactoryBean.
destroyInstance(Object) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
determineDatabaseDialectClass(Database) - Method in class org.kuali.rice.core.framework.persistence.jpa.DevHibernateJpaVendorAdapter
Determine the Hibernate database dialect class for the given target database.
DevHibernateJpaVendorAdapter - Class in org.kuali.rice.core.framework.persistence.jpa
A Hibernate JPA adapter to expose the Kuali DEV DevHibernatePersistence.
DevHibernateJpaVendorAdapter() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.DevHibernateJpaVendorAdapter
 
DevHibernatePersistence - Class in org.kuali.rice.core.framework.persistence.jpa
 
DevHibernatePersistence() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.DevHibernatePersistence
 
disassemble(Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateImmutableValueUserType
As the object is immutable, returns the value if it is Serializable - otherwise returns null
distinct(boolean) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
distinct(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Sets whether or not the query should include the DISTINCT keyword in the SELECT clause, if creating a SELECT query.
DOCUMENT_COMPONENT - Static variable in class org.kuali.rice.core.framework.parameter.ParameterConstants
 
DRIVER_CLASS_NAME - Static variable in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
dropSequenceQuery(String) - Method in class org.apache.ojb.broker.platforms.PlatformMckoiImpl
 

E

EMPTY_STRING - Static variable in class org.kuali.rice.core.framework.persistence.jdbc.sql.SqlBuilder
 
EntityDescriptor - Class in org.kuali.rice.core.framework.persistence.jpa.metadata
 
EntityDescriptor() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
eq(String, Object, Class) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
This method ...
eq(String, Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds an equality condition to the WHERE clause, ANDing it with any existing conditions if necessary.
equals(Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.CompositePrimaryKeyBase
 
equals(Object, Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateImmutableValueUserType
As the object is immutable, assumes it has a good equals method on it
escapeString(String) - Method in interface org.kuali.rice.core.framework.persistence.platform.DatabasePlatform
Escapes any special DB-specific characters from an input String, to help prevent SQL injection attacks.
escapeString(String) - Method in class org.kuali.rice.core.framework.persistence.platform.DerbyDatabasePlatform
Performs Derby-specific escaping of String parameters.
escapeString(String) - Method in class org.kuali.rice.core.framework.persistence.platform.MySQLDatabasePlatform
Performs MySQL-specific escaping of String parameters.
escapeString(String) - Method in class org.kuali.rice.core.framework.persistence.platform.OracleDatabasePlatform
Performs Oracle-specific escaping of String parameters.
establishConnectionMetaData(MetadataManager) - Method in class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
 
establishDateString(String, String, String, String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
establishRepositoryMetaData(MetadataManager) - Method in class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
 
exists(Criteria) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
exists(Criteria) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Converts the given Criteria into a sub-SELECT query, surrounds it in parentheses, and adds a new EXISTS condition containing the resulting expression into the WHERE clause, while ANDing the new condition with any existing conditions if necessary.
export(ExportDataSet) - Method in interface org.kuali.rice.core.framework.impex.xml.XmlExporter
 

F

fetch - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
fetch - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
FieldDescriptor - Class in org.kuali.rice.core.framework.persistence.jpa.metadata
 
FieldDescriptor() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
findAll(Class) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
Retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance.
findAllOrderBy(Class, String, boolean) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
Retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance.
findById(Class, Object) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
Retrieves an object instance identified bys it primary key.
findByPrimaryKey(Class, Map) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
Retrieves an object instance identified by its primary keys and values.
findByUniqueKey(Class, Map) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
This method should be used to try and locate an object instance by passing in unique keys and values.
findMatching(Class, Map) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
This method retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance.
findMatching(Class, Criteria) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
This method allows for a more flexible search by allowing the programmer to construct the criteria however they need to and then pass that in for execution.
findMatching(Class, Criteria, boolean, long) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
This method allows for a more flexible search by allowing the programmer to construct the criteria however they need to and then pass that in for execution.
findMatching(Class, Map, boolean, long) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
 
findMatching(Class, Criteria) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
This method allows for a more flexible search by allowing the programmer to construct the criteria however they need to and then pass that in for execution.
findMatching(Class, Criteria, boolean, long) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
This method allows for a more flexible search by allowing the programmer to construct the criteria however they need to and then pass that in for execution.
findMatchingByExample(Object) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
This method allows you to pass in an object that has some fields filled in, and will query underneath by automatically constructing a select statement whose where clause is built automatically by looking at the non-null attributes and using their values as part of the query.
findMatchingOrderBy(Class, Map, String, boolean) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
This method retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance.
fkFields - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
fkFields - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
from(Component) - Static method in class org.kuali.rice.core.framework.component.ComponentEbo
 
from(Namespace) - Static method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
from(Parameter) - Static method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
from(ParameterType) - Static method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
from(String, String, boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a new JPA entity to the FROM clause.
fromIn(String, String, boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a new "IN (...)" expression containing the given collection expression into the FROM clause.

G

generate(SessionImplementor, Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.RiceNumericStringSequenceStyleGenerator
Takes the ID generated by the superclass's version of this method and returns its toString() representation instead.
GenericDao - Interface in org.kuali.rice.core.framework.persistence.dao
This is the generic data access interface for business objects.
getActive() - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
getActive() - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
getActive() - Method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
getAlias() - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
getAlias() - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Retrieves the initial alias of this Criteria instance.
getAlias(int) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Retrieves the alias associated with the given index.
getAliases() - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Retrieves a copy of all the aliases defined for this Criteria instance.
getAliasIndex(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Retrieves the index that points to the given alias.
getApplicationCode() - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
getApplicationCode() - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
getAttributeName() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
getAttributeName() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
getBroker() - Method in class org.kuali.rice.core.framework.persistence.ojb.ConfigurableSequenceManager
 
getCache() - Method in class org.kuali.rice.core.framework.persistence.jpa.NullEntityManagerFactory
 
getCascade() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
getCascade() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
getClazz() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
getClazz() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
getCode() - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
getCode() - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
getCode() - Method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
getCollectionDescriptorByName(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
getCollectionRelationships() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
getColumn() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
getComponentCode() - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
getConfiguredSequenceManager() - Method in class org.kuali.rice.core.framework.persistence.ojb.ConfigurableSequenceManager
 
getConnection(String, String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.RiceXADataSource
 
getConverted(Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalFieldType
 
getConvertedPercentage(Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalPercentageFieldType
 
getConvertedToBigDecimal(Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalFieldType
 
getConvertedToKualiDecimal(Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalFieldType
 
getCreateTableFromTableSql(String, String) - Method in class org.kuali.rice.core.framework.persistence.platform.ANSISqlDatabasePlatform
 
getCreateTableFromTableSql(String, String) - Method in interface org.kuali.rice.core.framework.persistence.platform.DatabasePlatform
 
getCriteriaBuilder() - Method in class org.kuali.rice.core.framework.persistence.jpa.NullEntityManagerFactory
 
getCurTimeFunction() - Method in interface org.kuali.rice.core.framework.persistence.platform.DatabasePlatform
 
getCurTimeFunction() - Method in class org.kuali.rice.core.framework.persistence.platform.DerbyDatabasePlatform
 
getCurTimeFunction() - Method in class org.kuali.rice.core.framework.persistence.platform.MySQLDatabasePlatform
 
getCurTimeFunction() - Method in class org.kuali.rice.core.framework.persistence.platform.OracleDatabasePlatform
 
getDataSource(String) - Method in class org.kuali.rice.core.framework.persistence.ojb.RiceDataSourceConnectionFactory
Return the DataSource to use for the given JCD alias.
getDataSourceFromJndi(Config, String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
getDateFormatString(String) - Method in interface org.kuali.rice.core.framework.persistence.platform.DatabasePlatform
 
getDateFormatString(String) - Method in class org.kuali.rice.core.framework.persistence.platform.DerbyDatabasePlatform
 
getDateFormatString(String) - Method in class org.kuali.rice.core.framework.persistence.platform.MySQLDatabasePlatform
 
getDateFormatString(String) - Method in class org.kuali.rice.core.framework.persistence.platform.OracleDatabasePlatform
 
getDateSQL(String, String) - Method in class org.kuali.rice.core.framework.persistence.platform.ANSISqlDatabasePlatform
 
getDateSQL(String, String) - Method in interface org.kuali.rice.core.framework.persistence.platform.DatabasePlatform
Supplies the sql for a given date string that will satisfy a where clause
getDateSQL(String, String) - Method in class org.kuali.rice.core.framework.persistence.platform.OracleDatabasePlatform
Converts date-only values into JDBC d{...} date literals, but converts date-and-time values into timestamp strings that are then converted into date values via the strToDateFunction.
getDateTimeService() - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SqlBuilder
 
getDbPlatform() - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
getDbPlatform() - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SqlBuilder
 
getDefaultDataSourceJndiParam() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
getDefaultDataSourceJndiParamByType() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
getDefaultDataSourceParam() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
getDefaultDataSourceParamByType() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
getDefaultNonTransactionalDataSourceJndiParam() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
getDefaultNonTransactionalDataSourceParam() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
getDescription() - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
getDriverClassName() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
getDropTableSql(String) - Method in class org.kuali.rice.core.framework.persistence.platform.ANSISqlDatabasePlatform
 
getDropTableSql(String) - Method in interface org.kuali.rice.core.framework.persistence.platform.DatabasePlatform
 
getEntityDescriptor(Class) - Static method in class org.kuali.rice.core.framework.persistence.jpa.metadata.MetadataManager
 
getEntityManagerInterface() - Method in class org.kuali.rice.core.framework.persistence.jpa.DevHibernateJpaVendorAdapter
 
getEntityName() - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
 
getEntityPrimaryKeyObject(Object) - Static method in class org.kuali.rice.core.framework.persistence.jpa.metadata.MetadataManager
Retrieves the primary key as an object for the given Object (which is assumed to be a JPA entity).
getEntityPrimaryKeyValuePairs(Object) - Static method in class org.kuali.rice.core.framework.persistence.jpa.metadata.MetadataManager
 
getEntryFormattedDate(String) - Static method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SQLUtils
A method to format any variety of date strings into a common format
getEscapeClause(LikeCriteria) - Method in class org.apache.ojb.broker.platforms.PlatformMckoiImpl
 
getEvaluationOperator() - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
getEvaluationOperatorCode() - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
getExporters() - Method in interface org.kuali.rice.core.framework.impex.xml.XmlImpexRegistry
 
getFalseValue() - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion4
Deprecated.  
getFalseValue() - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversionBase
 
getFalseValue() - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversionTF
 
getFetch() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
getFetch() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
getFieldByColumnName(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
getFieldByName(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
getFields() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
getForeignKeyFields() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
getForeignKeyFields() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
getFreeConnection() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.RiceXADataSource
 
getIdClass() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
getInsertDataFromTableSql(String, String) - Method in class org.kuali.rice.core.framework.persistence.platform.ANSISqlDatabasePlatform
 
getInsertDataFromTableSql(String, String) - Method in interface org.kuali.rice.core.framework.persistence.platform.DatabasePlatform
 
getIntProperty(Config, String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
getInverseJoinColumnDescriptors() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
getIsNullFunction(String, String) - Method in class org.kuali.rice.core.framework.persistence.platform.ANSISqlDatabasePlatform
Returns an expression equivalent to oracle's NVL statement using the CASE and IS NULL expressions, which should be supported by many database systems
getIsNullFunction(String, String) - Method in interface org.kuali.rice.core.framework.persistence.platform.DatabasePlatform
Returns a SQL expression that acts like nvl(exprToTest, exprToReplaceIfTestExprNull) on oracle.
getJcdAliases() - Method in class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
Return the jcd alias of the connection loaded by the connection metadata.
getJndiTemplate() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
getJndiTemplate() - Method in class org.kuali.rice.core.framework.persistence.jta.TransactionManagerFactoryBean
 
getJndiTemplate() - Method in class org.kuali.rice.core.framework.persistence.jta.UserTransactionFactoryBean
 
getJoinColumnDescriptors() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
getJoinColumnDescriptors() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
getJoinSyntaxType() - Method in class org.apache.ojb.broker.platforms.PlatformMckoiImpl
 
getJoinTableName() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ManyToManyDescriptor
 
getJotm() - Method in class org.springframework.transaction.jta.JotmFactoryBean
Return the JOTM instance created by this factory bean, if any.
getJpaDialect() - Method in class org.kuali.rice.core.framework.persistence.jpa.DevHibernateJpaVendorAdapter
 
getJpaPropertyMap() - Method in class org.kuali.rice.core.framework.persistence.jpa.DevHibernateJpaVendorAdapter
 
getLength() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
getLoaders() - Method in interface org.kuali.rice.core.framework.impex.xml.XmlImpexRegistry
 
getLockRouteHeaderQuerySQL(Long, boolean) - Method in interface org.kuali.rice.core.framework.persistence.platform.DatabasePlatform
Generates the query used to select route header rows for update
getLockRouteHeaderQuerySQL(Long, boolean) - Method in class org.kuali.rice.core.framework.persistence.platform.DerbyDatabasePlatform
 
getLockRouteHeaderQuerySQL(Long, boolean) - Method in class org.kuali.rice.core.framework.persistence.platform.MySQLDatabasePlatform
 
getLockRouteHeaderQuerySQL(Long, boolean) - Method in class org.kuali.rice.core.framework.persistence.platform.OracleDatabasePlatform
 
getManyToManyRelationships() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
getManyToOneRelationships() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
getMappedBy() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
getMappedBy() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.OneToOneDescriptor
 
getMaxWait() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
getMetaClass() - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
getMetaClass() - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
getMetaClass() - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
getMetaClass() - Method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
getMetadataLocation() - Method in class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
Should return a String representing the location of a file to load OJB connection and repository metadata from.
getMetamodel() - Method in class org.kuali.rice.core.framework.persistence.jpa.NullEntityManagerFactory
 
getName() - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
getName() - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
getName() - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
getName() - Method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
getName() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
getName() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
getName() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.JoinColumnDescriptor
 
getNamespaceCode() - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
getNamespaceCode() - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
getNextAutoIncValue(Class, EntityManager) - Static method in class org.kuali.rice.core.framework.persistence.jpa.OrmUtils
 
getNextValSQL(String, PersistenceBroker) - Method in interface org.kuali.rice.core.framework.persistence.platform.DatabasePlatform
Supplies a parameterized sequence incrementation query
getNextValSQL(String, EntityManager) - Method in interface org.kuali.rice.core.framework.persistence.platform.DatabasePlatform
 
getNextValSQL(String, PersistenceBroker) - Method in class org.kuali.rice.core.framework.persistence.platform.DerbyDatabasePlatform
 
getNextValSQL(String, EntityManager) - Method in class org.kuali.rice.core.framework.persistence.platform.DerbyDatabasePlatform
 
getNextValSQL(String, PersistenceBroker) - Method in class org.kuali.rice.core.framework.persistence.platform.MySQLDatabasePlatform
 
getNextValSQL(String, EntityManager) - Method in class org.kuali.rice.core.framework.persistence.platform.MySQLDatabasePlatform
 
getNextValSQL(String, EntityManager) - Method in class org.kuali.rice.core.framework.persistence.platform.OracleDatabasePlatform
 
getNextValSQL(String, PersistenceBroker) - Method in class org.kuali.rice.core.framework.persistence.platform.OracleDatabasePlatform
 
getNonKeyFields() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
getObject() - Method in class org.kuali.rice.core.framework.persistence.jta.TransactionManagerFactoryBean
 
getObject() - Method in class org.kuali.rice.core.framework.persistence.jta.UserTransactionFactoryBean
 
getObject() - Method in class org.springframework.transaction.jta.JotmFactoryBean
 
getObjectDescriptorByName(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
getObjectId() - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
getObjectId() - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
getObjectId() - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
getObjectId() - Method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
getObjectRelationships() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
getObjectType() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
getObjectType() - Method in class org.kuali.rice.core.framework.persistence.jta.TransactionManagerFactoryBean
 
getObjectType() - Method in class org.kuali.rice.core.framework.persistence.jta.UserTransactionFactoryBean
 
getObjectType() - Method in class org.springframework.transaction.jta.JotmFactoryBean
 
getOjbPropertiesLocation() - Method in class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
 
getOneToManyRelationships() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
getOneToOneRelationships() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
getOptimisticLockExceptionClasses() - Static method in class org.kuali.rice.core.framework.persistence.ojb.DataAccessUtils
 
getParameter(Class<?>, String) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
Retrieves a parameter.
getParameter(String, String, String) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
Retrieves a parameter.
getParameteres() - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
getParameteres(List, Map<String, Object>) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
getParameterService() - Static method in class org.kuali.rice.core.framework.services.CoreFrameworkServiceLocator
 
getParameterType() - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
getParameterTypeCode() - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
getParameterValueAsBoolean(Class<?>, String) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
Retrieves a parameter's boolean value.
getParameterValueAsBoolean(Class<?>, String, Boolean) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
Retrieves a parameter's boolean value.
getParameterValueAsBoolean(String, String, String) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
Retrieves a parameter's boolean value.
getParameterValueAsBoolean(String, String, String, Boolean) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
Retrieves a parameter's boolean value.
getParameterValueAsString(Class<?>, String) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
Retrieves a parameter's string value.
getParameterValueAsString(Class<?>, String, String) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
Retrieves a parameter's string value.
getParameterValueAsString(String, String, String) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
Retrieves a parameter's string value.
getParameterValueAsString(String, String, String, String) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
Retrieves a parameter's string value.
getParameterValuesAsString(Class<?>, String) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
Retrieves a parameter's string values where a parameter contains 0 or more values.
getParameterValuesAsString(String, String, String) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
Retrieves a parameter's string values where a parameter contains 0 or more values.
getPersistableBusinessObjectPrimaryKeyObjectWithValuesForExtension(Object, Object) - Static method in class org.kuali.rice.core.framework.persistence.jpa.metadata.MetadataManager
Retrieves the primary key as an object for the given Object (which is assumed to be a JPA entity), filling it with values from the extension.
getPersistenceProvider() - Method in class org.kuali.rice.core.framework.persistence.jpa.DevHibernateJpaVendorAdapter
 
getPersistenceUnitUtil() - Method in class org.kuali.rice.core.framework.persistence.jpa.NullEntityManagerFactory
 
getPrecision() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
getPreferredDataSourceJndiParams() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
getPreferredDataSourceParams() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
getPreparedSelectStatement(Query, ClassDescriptor) - Method in class org.kuali.rice.core.framework.persistence.ojb.SqlGeneratorSuffixableImpl
 
getPreparedStatementCacheSize() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.RiceXADataSource
 
getPrimaryKeys() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
getProperties() - Method in class org.kuali.rice.core.framework.persistence.jpa.NullEntityManagerFactory
 
getProperty(String) - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
getProperty(String) - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
getProperty(String) - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
getProperty(String) - Method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
getPropertyPrefix() - Method in class org.kuali.rice.core.framework.persistence.ojb.ConfigurableSequenceManager
 
getQuerySuffix() - Method in class org.kuali.rice.core.framework.persistence.ojb.SuffixableQueryByCriteria
 
getReferencedColumName() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.JoinColumnDescriptor
 
getScale() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
getSearchLimit() - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
getSearchLimit() - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Retrieves the current limit on the result set size for this Criteria, if any (only relevant if creating a SELECT query).
getSelectForUpdateSuffix(long) - Method in interface org.kuali.rice.core.framework.persistence.platform.DatabasePlatform
Returns the suffix to append to a SQL query in order to perform a "select for update" lock on the table
getSelectForUpdateSuffix(long) - Method in class org.kuali.rice.core.framework.persistence.platform.DerbyDatabasePlatform
 
getSelectForUpdateSuffix(long) - Method in class org.kuali.rice.core.framework.persistence.platform.MySQLDatabasePlatform
 
getSelectForUpdateSuffix(long) - Method in class org.kuali.rice.core.framework.persistence.platform.OracleDatabasePlatform
 
getSequence() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
getSequenceManagerClassNameProperty(String) - Method in class org.kuali.rice.core.framework.persistence.ojb.ConfigurableSequenceManager
 
getSequenceManagerConfigProperties(String) - Method in class org.kuali.rice.core.framework.persistence.ojb.ConfigurableSequenceManager
 
getSerialVersionUID() - Static method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
getSqlFormattedDate(String) - Static method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SQLUtils
A method to format any variety of date strings into a common format
getStringProperty(Config, String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
getStrToDateFunction() - Method in interface org.kuali.rice.core.framework.persistence.platform.DatabasePlatform
 
getStrToDateFunction() - Method in class org.kuali.rice.core.framework.persistence.platform.DerbyDatabasePlatform
 
getStrToDateFunction() - Method in class org.kuali.rice.core.framework.persistence.platform.MySQLDatabasePlatform
 
getStrToDateFunction() - Method in class org.kuali.rice.core.framework.persistence.platform.OracleDatabasePlatform
 
getSubParameterValueAsString(Class<?>, String, String) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
Retrieves a subParameter's string value.
getSubParameterValueAsString(String, String, String, String) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
Retrieves a subParameter's string value.
getSubParameterValuesAsString(Class<?>, String, String) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
Retrieves a subParameter's string values where a subParameter contains 0 or more values.
getSubParameterValuesAsString(String, String, String, String) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
Retrieves a subParameter's string values where a subParameter contains 0 or more values.
getTable() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
getTargetClazz() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
getTargetEntity() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
getTargetEntity() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
getTemporalType() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
getTimeoutSeconds() - Method in class org.kuali.rice.core.framework.persistence.platform.OracleDatabasePlatform
 
getTransactionManager() - Method in class org.kuali.rice.core.framework.persistence.ojb.TransactionManagerFactory
 
getTrueValue() - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion4
Deprecated.  
getTrueValue() - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversionBase
 
getTrueValue() - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversionTF
 
getTruncateTableSql(String) - Method in class org.kuali.rice.core.framework.persistence.platform.ANSISqlDatabasePlatform
 
getTruncateTableSql(String) - Method in interface org.kuali.rice.core.framework.persistence.platform.DatabasePlatform
 
getUniqueLong(FieldDescriptor) - Method in class org.apache.ojb.broker.platforms.KualiMySQLSequenceManagerImpl
 
getUniqueValue(FieldDescriptor) - Method in class org.kuali.rice.core.framework.persistence.ojb.ConfigurableSequenceManager
 
getUpperCaseFunction() - Method in class org.kuali.rice.core.framework.persistence.platform.ANSISqlDatabasePlatform
 
getUpperCaseFunction() - Method in interface org.kuali.rice.core.framework.persistence.platform.DatabasePlatform
Returns the name of a function for shifting a string to uppercase on the relevant platform.
getUrl() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
getUsername() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
getValidationQuery() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
getValue() - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
getVersionNumber() - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
getVersionNumber() - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
getVersionNumber() - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
getVersionNumber() - Method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
getVirtual() - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
getXmlImpexRegistry() - Static method in class org.kuali.rice.core.framework.services.CoreFrameworkServiceLocator
 
groupBy(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a new expression to the GROUP BY clause.
gt(String, Object, Class) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
gt(String, Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a greater-than condition to the WHERE clause, ANDing it with any existing conditions if necessary.
gte(String, Object, Class) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
gte(String, Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a greater-than-or-equal condition to the WHERE clause, ANDing it with any existing conditions if necessary.

H

hashCode() - Method in class org.kuali.rice.core.framework.persistence.jpa.CompositePrimaryKeyBase
 
hashCode(Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateImmutableValueUserType
Returns the hashcode of the passed in value
having(Criteria) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Takes the conditions from the given Criteria's WHERE clause and then ANDs them with this instance's HAVING clause (or makes them become the new HAVING clause of this instance if its current HAVING clause is empty).
HibernateImmutableValueUserType - Class in org.kuali.rice.core.framework.persistence.jpa.type
This is a description of what this class does - jksmith don't forget to fill this in.
HibernateImmutableValueUserType() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.type.HibernateImmutableValueUserType
 
HibernateKualiCharBooleanAIType - Class in org.kuali.rice.core.framework.persistence.jpa.type
This class converts the "A" or "I" value from the database into a true or false in Java.
HibernateKualiCharBooleanAIType() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiCharBooleanAIType
 
HibernateKualiDecimalFieldType - Class in org.kuali.rice.core.framework.persistence.jpa.type
This is a description of what this class does - g1zhang don't forget to fill this in.
HibernateKualiDecimalFieldType() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalFieldType
 
HibernateKualiDecimalPercentageFieldType - Class in org.kuali.rice.core.framework.persistence.jpa.type
map between kualidecimal percentage format and numeric field from db
HibernateKualiDecimalPercentageFieldType() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalPercentageFieldType
 
HibernateKualiDecimalPercentFieldType - Class in org.kuali.rice.core.framework.persistence.jpa.type
Creates a KualiPercent object from the data field.
HibernateKualiDecimalPercentFieldType() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalPercentFieldType
 
HibernateKualiEncryptDecryptUserType - Class in org.kuali.rice.core.framework.persistence.jpa.type
Hibernate UserType to encrypt and decript data on its way to the database
HibernateKualiEncryptDecryptUserType() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiEncryptDecryptUserType
 
HibernateKualiHashType - Class in org.kuali.rice.core.framework.persistence.jpa.type
This class calls core service to hash values going to the database
HibernateKualiHashType() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiHashType
 
HibernateKualiIntegerFieldType - Class in org.kuali.rice.core.framework.persistence.jpa.type
KualiInteger Type converter
HibernateKualiIntegerFieldType() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiIntegerFieldType
 
HibernateKualiIntegerPercentageFieldType - Class in org.kuali.rice.core.framework.persistence.jpa.type
Kuali integer percentage type converteger
HibernateKualiIntegerPercentageFieldType() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiIntegerPercentageFieldType
 
HibernateKualiIntegerPercentFieldType - Class in org.kuali.rice.core.framework.persistence.jpa.type
This is a description of what this class does - g1zhang don't forget to fill this in.
HibernateKualiIntegerPercentFieldType() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiIntegerPercentFieldType
 
HibernateKualiPercentFieldType - Class in org.kuali.rice.core.framework.persistence.jpa.type
Creates a KualiPercent object from the data field.
HibernateKualiPercentFieldType() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiPercentFieldType
 

I

in(String, List, Class) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
in(String, Criteria, String, Class) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
This method ...
in(String, Criteria) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Converts the given Criteria into a sub-SELECT query, surrounds it in parentheses, and adds a new "IN (...)" condition containing the resulting expression into the WHERE clause, while ANDing the new condition with any existing conditions if necessary.
in(String, Collection<?>) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Takes the individual elements of the provided collection, converts them to literals or assigns them to input parameters as needed, and adds a new "IN (...)" condition to the WHERE clause containing those elements, ANDing it with any existing conditions if necessary.
in(String, Object...) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Takes the provided values, converts them to literals or assigns them to input parameters as needed, and adds a new "IN (...)" condition to the WHERE clause containing those elements, ANDing it with any existing conditions if necessary.
insertable - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
insertable - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
inverseJoinColumnDescriptors - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
invoke(MethodInvocation) - Method in class org.kuali.rice.core.framework.persistence.jpa.NoResultExceptionInterceptor
 
invokeMethod(String, Object) - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
invokeMethod(String, Object) - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
invokeMethod(String, Object) - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
invokeMethod(String, Object) - Method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
isActive() - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
isActive() - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
isActive() - Method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
isConnectionAlreadyConfigured(MetadataManager) - Method in class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
 
isEmpty(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds an IS EMPTY condition to the WHERE clause, ANDing it with any existing conditions if necessary.
isGetter(Method) - Static method in class org.kuali.rice.core.framework.persistence.jpa.CompositePrimaryKeyBase
 
isId() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
isInsertable() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
isInsertable() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
isInsertable() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.JoinColumnDescriptor
 
isInsertable() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
isInsertable() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.OneToManyDescriptor
 
isJpaAnnotated(Class<?>) - Static method in class org.kuali.rice.core.framework.persistence.jpa.OrmUtils
 
isJpaEnabled() - Static method in class org.kuali.rice.core.framework.persistence.jpa.OrmUtils
 
isJpaEnabled(String) - Static method in class org.kuali.rice.core.framework.persistence.jpa.OrmUtils
 
isLob() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
isMutable() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateImmutableValueUserType
Immutable types aren't mutable...kind of by definintion
isNull(String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
isNull(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds an IS NULL condition to the WHERE clause, ANDing it with any existing conditions if necessary.
isNullable() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
isNullable() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.JoinColumnDescriptor
 
isNullAllowed() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
isOpen() - Method in class org.kuali.rice.core.framework.persistence.jpa.NullEntityManagerFactory
 
isOptimisticLockFailure(Throwable) - Static method in class org.kuali.rice.core.framework.persistence.ojb.DataAccessUtils
 
isOptional() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
isServerDataSource() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
isSingleton() - Method in class org.kuali.rice.core.framework.persistence.jta.TransactionManagerFactoryBean
 
isSingleton() - Method in class org.kuali.rice.core.framework.persistence.jta.UserTransactionFactoryBean
 
isSingleton() - Method in class org.springframework.transaction.jta.JotmFactoryBean
 
isSITCacheSupported() - Method in class org.kuali.rice.core.framework.persistence.platform.MySQLDatabasePlatform
 
isStarted() - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
isTemporal() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
isUnique() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
isUnique() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.JoinColumnDescriptor
 
isUpdateable() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
isUpdateable() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
isUpdateable() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.JoinColumnDescriptor
 
isUpdateable() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
isUpdateable() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.OneToManyDescriptor
 
isValidDate(String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SqlBuilder
 
isValidNumber(String) - Static method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SqlBuilder
 
isVersion() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
isVirtual() - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
isWrapperFor(Class<?>) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.RiceXADataSource
 
isWrapperFor(Class<?>) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  

J

javaToSql(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion
 
javaToSql(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion2
This handles checking the boolean value coming in and converts it to the appropriate Y or N value.
javaToSql(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion3
This handles checking any incoming String value and converts them to the appropriate Boolean value.
javaToSql(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversionAI
 
javaToSql(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversionBase
 
javaToSql(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbDecimalPercentageFieldConversion
Convert percentages to decimals for proper storage.
javaToSql(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbKualiDecimalFieldConversion
 
javaToSql(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbKualiEncryptDecryptFieldConversion
 
javaToSql(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbKualiHashFieldConversion
 
javaToSql(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbKualiIntegerFieldConversion
 
javaToSql(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbKualiIntegerPercentageFieldConversion
Convert percentages to decimals for proper storage.
javaToSql(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbKualiPercentFieldConversion
 
jcdAliases - Variable in class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
The OJB JCD aliases
join(String, String, boolean, boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a new JOIN to the most-recently-added entity in the FROM clause.
JoinColumnDescriptor - Class in org.kuali.rice.core.framework.persistence.jpa.metadata
 
JoinColumnDescriptor() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.metadata.JoinColumnDescriptor
 
joinColumnDescriptors - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
joinColumnDescriptors - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
joinFetch(String, boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a new JOIN FETCH to the most-recently-added entity in the FROM clause.
JotmFactoryBean - Class in org.springframework.transaction.jta
FactoryBean that retrieves the JTA UserTransaction/TransactionManager for ObjectWeb's JOTM.
JotmFactoryBean() - Constructor for class org.springframework.transaction.jta.JotmFactoryBean
 
JPA_ALIAS_PREFIX - Static variable in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
The String representing the beginning of a by-name or by-index reference to an entity alias.
JPA_ALIAS_SUFFIX - Static variable in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
The String representing the termination of by-name/index references to aliases or input parameters.
JPA_PARAM_PREFIX - Static variable in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
The String representing the beginning of a by-name reference to an input parameter.
JtaOjbConfigurer - Class in org.kuali.rice.core.framework.persistence.ojb
Utility bean that sets the JTA TransactionManager on the WorkflowTransactionManagerFactory, the OJB TransactionManagerFactory implementation that makes this available from Workflow core.
JtaOjbConfigurer() - Constructor for class org.kuali.rice.core.framework.persistence.ojb.JtaOjbConfigurer
 

K

KualiDecimalIntegerPercentFieldType - Class in org.kuali.rice.core.framework.persistence.jpa.type
Hibernate UserType to encrypt and decript data on its way to the database
KualiDecimalIntegerPercentFieldType() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.type.KualiDecimalIntegerPercentFieldType
 
KualiMySQLSequenceManagerImpl - Class in org.apache.ojb.broker.platforms
 
KualiMySQLSequenceManagerImpl(PersistenceBroker) - Constructor for class org.apache.ojb.broker.platforms.KualiMySQLSequenceManagerImpl
 
KualiTransactionInterceptor - Class in org.kuali.rice.core.framework.persistence.jta
Transaction interceptor which does logging at various levels
KualiTransactionInterceptor() - Constructor for class org.kuali.rice.core.framework.persistence.jta.KualiTransactionInterceptor
 

L

like(String, Object, Class, boolean) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
like(String, Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a new LIKE condition to the WHERE clause, ANDing it with any existing conditions if necessary.
likeEscape(String, Object, char) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a new LIKE condition (containing an ESCAPE clause) to the WHERE clause, ANDing it with any existing conditions if necessary.
loadPreferredDataSourceFromConfig(Config) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
loadXml(InputStream, String) - Method in interface org.kuali.rice.core.framework.impex.xml.XmlLoader
 
LOOKUP_COMPONENT - Static variable in class org.kuali.rice.core.framework.parameter.ParameterConstants
 
lookupConnection(JdbcConnectionDescriptor) - Method in class org.kuali.rice.core.framework.persistence.ojb.RiceDataSourceConnectionFactory
 
lt(String, Object, Class) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
lt(String, Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a less-than condition to the WHERE clause, ANDing it with any existing conditions if necessary.
lte(String, Object, Class) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
lte(String, Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a less-than-or-equal condition to the WHERE clause, ANDing it with any existing conditions if necessary.

M

ManyToManyDescriptor - Class in org.kuali.rice.core.framework.persistence.jpa.metadata
 
ManyToManyDescriptor() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.metadata.ManyToManyDescriptor
 
ManyToOneDescriptor - Class in org.kuali.rice.core.framework.persistence.jpa.metadata
 
ManyToOneDescriptor() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.metadata.ManyToOneDescriptor
 
mappedBy - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
MAX_SIZE - Static variable in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
MAX_WAIT - Static variable in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
memberOf(Object, String) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a MEMBER OF condition to the WHERE clause, ANDing it with any existing conditions if necessary.
memberOf(String, String) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a MEMBER OF condition to the WHERE clause, ANDing it with any existing conditions if necessary.
merge(EntityManager, Object) - Static method in class org.kuali.rice.core.framework.persistence.jpa.OrmUtils
 
metadataLocation - Variable in class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
The location of the OJB repository/metadata descriptor
MetadataManager - Class in org.kuali.rice.core.framework.persistence.jpa.metadata
 
MIN_SIZE - Static variable in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
MySQLDatabasePlatform - Class in org.kuali.rice.core.framework.persistence.platform
 
MySQLDatabasePlatform() - Constructor for class org.kuali.rice.core.framework.persistence.platform.MySQLDatabasePlatform
 
MySQLDialect - Class in org.kuali.rice.core.framework.persistence.jpa.dialect
 
MySQLDialect() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.dialect.MySQLDialect
 

N

NamespaceEbo - Class in org.kuali.rice.core.framework.namespace
 
NamespaceEbo() - Constructor for class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
ne(String, Object, Class) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
ne(String, Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a non-equality condition to the WHERE clause, ANDing it with any existing conditions if necessary.
nextSequenceQuery(String) - Method in class org.apache.ojb.broker.platforms.PlatformMckoiImpl
 
NoResultExceptionInterceptor - Class in org.kuali.rice.core.framework.persistence.jpa
This is a Spring interceptor that can catch NoSuchResult exceptions from JPA and instead of having to catch every exception from a query, it just returns null as we are used to in OJB.
NoResultExceptionInterceptor() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.NoResultExceptionInterceptor
 
NoRollbackRuntimeException - Exception in org.kuali.rice.core.framework.persistence.jta
Parent exception of runtime exceptions which should not cause KualiRequestProcessor to rollback.
NoRollbackRuntimeException() - Constructor for exception org.kuali.rice.core.framework.persistence.jta.NoRollbackRuntimeException
 
NoRollbackRuntimeException(String, Throwable) - Constructor for exception org.kuali.rice.core.framework.persistence.jta.NoRollbackRuntimeException
 
NoRollbackRuntimeException(String) - Constructor for exception org.kuali.rice.core.framework.persistence.jta.NoRollbackRuntimeException
 
NoRollbackRuntimeException(Throwable) - Constructor for exception org.kuali.rice.core.framework.persistence.jta.NoRollbackRuntimeException
 
not(Criteria) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Takes the conditions from the given Criteria's WHERE clause, surrounds them in parentheses, and adds a new "NOT (...)" condition containing the resulting expression to this instance's WHERE clause (or adds a new "AND NOT(...)" condition if the WHERE clause on the existing Criteria is not empty).
notBetween(String, Object, Object, Class) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
This method ...
notBetween(String, Object, Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a new NOT BETWEEN condition to the WHERE clause, ANDing it with any existing conditions if necessary.
notEmpty(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds an IS NOT EMPTY condition to the WHERE clause, ANDing it with any existing conditions if necessary.
notExists(Criteria) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Converts the given Criteria into a sub-SELECT query, surrounds it in parentheses, and adds a new NOT EXISTS condition containing the resulting expression into the WHERE clause, while ANDing the new condition with any existing conditions if necessary.
notIn(String, List, Class) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
notIn(String, Criteria) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Converts the given Criteria into a sub-SELECT query, surrounds it in parentheses, and adds a new "NOT IN (...)" condition containing the resulting expression into the WHERE clause, while ANDing the new condition with any existing conditions if necessary.
notIn(String, Collection<?>) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Takes the individual elements of the provided collection, converts them to literals or assigns them to input parameters as needed, and adds a new "IN (...)" condition to the WHERE clause containing those elements, ANDing it with any existing conditions if necessary.
notIn(String, Object...) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Takes the provided values, converts them to literals or assigns them to input parameters as needed, and adds a new "NOT IN (...)" condition to the WHERE clause containing those elements, ANDing it with any existing conditions if necessary.
notLike(String, Object, Class, boolean) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
notLike(String, Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a new NOT LIKE condition to the WHERE clause, ANDing it with any existing conditions if necessary.
notLikeEscape(String, Object, char) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a new NOT LIKE condition (containing an ESCAPE clause) to the WHERE clause, ANDing it with any existing conditions if necessary.
notMemberOf(Object, String) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a NOT MEMBER OF condition to the WHERE clause, ANDing it with any existing conditions if necessary.
notMemberOf(String, String) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a NOT MEMBER OF condition to the WHERE clause, ANDing it with any existing conditions if necessary.
notNull(String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
notNull(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds an IS NOT NULL condition to the WHERE clause, ANDing it with any existing conditions if necessary.
NullEntityManagerFactory - Class in org.kuali.rice.core.framework.persistence.jpa
Null EntityManagerFactory that enables SharedEntityManagerBean to create a proxy when jpa is not enabled.
NullEntityManagerFactory() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.NullEntityManagerFactory
 
nullSafeGet(ResultSet, String[], Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateImmutableValueUserType
Abstract method for children classes to override - this returns the SQL value from the given ResultSet into a Java value
nullSafeGet(ResultSet, String[], Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiCharBooleanAIType
Retrieves a value from the given ResultSet
nullSafeGet(ResultSet, String[], Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalFieldType
This overridden method ...
nullSafeGet(ResultSet, String[], Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalPercentageFieldType
 
nullSafeGet(ResultSet, String[], Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalPercentFieldType
This overridden method ...
nullSafeGet(ResultSet, String[], Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiEncryptDecryptUserType
Retrieves a value from the given ResultSet and decrypts it
nullSafeGet(ResultSet, String[], Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiHashType
Retrieves a value from the given ResultSet and decrypts it
nullSafeGet(ResultSet, String[], Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiIntegerFieldType
This overridden method ...
nullSafeGet(ResultSet, String[], Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiIntegerPercentageFieldType
This overridden method ...
nullSafeGet(ResultSet, String[], Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiIntegerPercentFieldType
This overridden method ...
nullSafeGet(ResultSet, String[], Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiPercentFieldType
This overridden method ...
nullSafeGet(ResultSet, String[], Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.KualiDecimalIntegerPercentFieldType
Retrieves a value from the given ResultSet and decrypts it
nullSafeSet(PreparedStatement, Object, int) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateImmutableValueUserType
Abstract method for children to override - takes a Java value and changes it to be correctly added to the given PreparedStatement
nullSafeSet(PreparedStatement, Object, int) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiCharBooleanAIType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalFieldType
This overridden method ...
nullSafeSet(PreparedStatement, Object, int) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalPercentageFieldType
sets the hash value on the PreparedStatement
nullSafeSet(PreparedStatement, Object, int) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalPercentFieldType
This overridden method ...
nullSafeSet(PreparedStatement, Object, int) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiEncryptDecryptUserType
Encrypts the value if possible and then sets that on the PreparedStatement
nullSafeSet(PreparedStatement, Object, int) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiHashType
sets the hash value on the PreparedStatement
nullSafeSet(PreparedStatement, Object, int) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiIntegerFieldType
This overridden method ...
nullSafeSet(PreparedStatement, Object, int) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiIntegerPercentageFieldType
This overridden method ...
nullSafeSet(PreparedStatement, Object, int) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiIntegerPercentFieldType
This overridden method ...
nullSafeSet(PreparedStatement, Object, int) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiPercentFieldType
This overridden method ...
nullSafeSet(PreparedStatement, Object, int) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.KualiDecimalIntegerPercentFieldType
Encrypts the value if possible and then sets that on the PreparedStatement

O

ObjectDescriptor - Class in org.kuali.rice.core.framework.persistence.jpa.metadata
Base class for the "one" side of a relationship.
ObjectDescriptor() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
OJB_PROPERTIES_PROP - Static variable in class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
 
OjbCharBooleanConversion - Class in org.kuali.rice.core.framework.persistence.ojb.conversion
Performs conversion of java boolean fields to and from the database
OjbCharBooleanConversion() - Constructor for class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion
 
OjbCharBooleanConversion2 - Class in org.kuali.rice.core.framework.persistence.ojb.conversion
This class originates from a similar class in the Kuali Financial System and has been adapted from that original state which was originally authored by the Kuali Nervous System team.
OjbCharBooleanConversion2() - Constructor for class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion2
 
OjbCharBooleanConversion3 - Class in org.kuali.rice.core.framework.persistence.ojb.conversion
This class originates from a similar class in the Kuali Financial System and has been adapted from that original state which was originally authored by the Kuali Nervous System team.
OjbCharBooleanConversion3() - Constructor for class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion3
 
OjbCharBooleanConversion4 - Class in org.kuali.rice.core.framework.persistence.ojb.conversion
Deprecated. Use OjbCharBooleanConversion2 instead
OjbCharBooleanConversion4() - Constructor for class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion4
Deprecated. no args constructor
OjbCharBooleanConversionAI - Class in org.kuali.rice.core.framework.persistence.ojb.conversion
This class converts the "A" or "I" value from the database into a true or false in Java.
OjbCharBooleanConversionAI() - Constructor for class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversionAI
 
OjbCharBooleanConversionBase - Class in org.kuali.rice.core.framework.persistence.ojb.conversion
 
OjbCharBooleanConversionBase() - Constructor for class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversionBase
 
OjbCharBooleanConversionTF - Class in org.kuali.rice.core.framework.persistence.ojb.conversion
This class converts the "T" or "F" value from the database into a true or false in Java.
OjbCharBooleanConversionTF() - Constructor for class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversionTF
 
OjbDecimalPercentageFieldConversion - Class in org.kuali.rice.core.framework.persistence.ojb.conversion
 
OjbDecimalPercentageFieldConversion() - Constructor for class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbDecimalPercentageFieldConversion
 
OjbKualiDecimalFieldConversion - Class in org.kuali.rice.core.framework.persistence.ojb.conversion
This class converts NUMERIC fields from the database into KualiDecimal instances, and vice-versa.
OjbKualiDecimalFieldConversion() - Constructor for class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbKualiDecimalFieldConversion
 
OjbKualiEncryptDecryptFieldConversion - Class in org.kuali.rice.core.framework.persistence.ojb.conversion
This class calls core service to encrypt values going to the database and decrypt values coming back from the database.
OjbKualiEncryptDecryptFieldConversion() - Constructor for class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbKualiEncryptDecryptFieldConversion
 
OjbKualiHashFieldConversion - Class in org.kuali.rice.core.framework.persistence.ojb.conversion
This class calls core service to hash values going to the database.
OjbKualiHashFieldConversion() - Constructor for class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbKualiHashFieldConversion
 
OjbKualiIntegerFieldConversion - Class in org.kuali.rice.core.framework.persistence.ojb.conversion
 
OjbKualiIntegerFieldConversion() - Constructor for class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbKualiIntegerFieldConversion
 
OjbKualiIntegerPercentageFieldConversion - Class in org.kuali.rice.core.framework.persistence.ojb.conversion
 
OjbKualiIntegerPercentageFieldConversion() - Constructor for class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbKualiIntegerPercentageFieldConversion
 
OjbKualiPercentFieldConversion - Class in org.kuali.rice.core.framework.persistence.ojb.conversion
Creates a KualiPercent object from the data field.
OjbKualiPercentFieldConversion() - Constructor for class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbKualiPercentFieldConversion
 
OneToManyDescriptor - Class in org.kuali.rice.core.framework.persistence.jpa.metadata
 
OneToManyDescriptor() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.metadata.OneToManyDescriptor
 
OneToOneDescriptor - Class in org.kuali.rice.core.framework.persistence.jpa.metadata
 
OneToOneDescriptor() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.metadata.OneToOneDescriptor
 
optional - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
or(Criteria) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
or(Criteria) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Takes the conditions from the given Criteria's WHERE clause, surrounds them in parentheses, and ORs the resulting expression with this instance's WHERE clause (or makes the expression become the new WHERE clause of this instance if its current WHERE clause is empty).
Oracle9iDatabasePlatform - Class in org.kuali.rice.core.framework.persistence.platform
This allows us to use Oracle9i as an alias for the Oracle platform.
Oracle9iDatabasePlatform() - Constructor for class org.kuali.rice.core.framework.persistence.platform.Oracle9iDatabasePlatform
 
OracleDatabasePlatform - Class in org.kuali.rice.core.framework.persistence.platform
DatabasePlatform implementation that generates Oracle-compliant SQL
OracleDatabasePlatform() - Constructor for class org.kuali.rice.core.framework.persistence.platform.OracleDatabasePlatform
 
OracleDialect - Class in org.kuali.rice.core.framework.persistence.jpa.dialect
This is a description of what this class does - jonathan don't forget to fill this in.
OracleDialect() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.dialect.OracleDialect
 
OraclePlatform - Class in org.kuali.rice.core.framework.persistence.platform
Use OracleDatabasePlatform instead.
OraclePlatform() - Constructor for class org.kuali.rice.core.framework.persistence.platform.OraclePlatform
 
orCriteria(String, String, String, String, Class, boolean, boolean, Criteria) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SqlBuilder
 
orderBy(String, boolean) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
orderBy(String, boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a new expression to the ORDER BY clause.
org.apache.ojb.broker.platforms - package org.apache.ojb.broker.platforms
 
org.kuali.rice.core.framework.component - package org.kuali.rice.core.framework.component
 
org.kuali.rice.core.framework.impex.xml - package org.kuali.rice.core.framework.impex.xml
 
org.kuali.rice.core.framework.namespace - package org.kuali.rice.core.framework.namespace
 
org.kuali.rice.core.framework.parameter - package org.kuali.rice.core.framework.parameter
 
org.kuali.rice.core.framework.persistence.dao - package org.kuali.rice.core.framework.persistence.dao
 
org.kuali.rice.core.framework.persistence.jdbc.datasource - package org.kuali.rice.core.framework.persistence.jdbc.datasource
 
org.kuali.rice.core.framework.persistence.jdbc.sql - package org.kuali.rice.core.framework.persistence.jdbc.sql
 
org.kuali.rice.core.framework.persistence.jpa - package org.kuali.rice.core.framework.persistence.jpa
 
org.kuali.rice.core.framework.persistence.jpa.annotations - package org.kuali.rice.core.framework.persistence.jpa.annotations
 
org.kuali.rice.core.framework.persistence.jpa.criteria - package org.kuali.rice.core.framework.persistence.jpa.criteria
 
org.kuali.rice.core.framework.persistence.jpa.dialect - package org.kuali.rice.core.framework.persistence.jpa.dialect
 
org.kuali.rice.core.framework.persistence.jpa.metadata - package org.kuali.rice.core.framework.persistence.jpa.metadata
 
org.kuali.rice.core.framework.persistence.jpa.type - package org.kuali.rice.core.framework.persistence.jpa.type
 
org.kuali.rice.core.framework.persistence.jta - package org.kuali.rice.core.framework.persistence.jta
 
org.kuali.rice.core.framework.persistence.ojb - package org.kuali.rice.core.framework.persistence.ojb
 
org.kuali.rice.core.framework.persistence.ojb.conversion - package org.kuali.rice.core.framework.persistence.ojb.conversion
 
org.kuali.rice.core.framework.persistence.platform - package org.kuali.rice.core.framework.persistence.platform
 
org.kuali.rice.core.framework.services - package org.kuali.rice.core.framework.services
 
org.springframework.transaction.jta - package org.springframework.transaction.jta
 
OrmUtils - Class in org.kuali.rice.core.framework.persistence.jpa
A utility for common ORM related functions.
orNot(Criteria) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Takes the conditions from the given Criteria's WHERE clause, surrounds them in parentheses, and adds a new "OR NOT (...)" condition containing the resulting expression to this instance's WHERE clause (or just adds a new "NOT (...)" condition if its current WHERE clause is empty).

P

PARAMETER_SERVICE - Static variable in class org.kuali.rice.core.framework.services.CoreFrameworkServiceLocator
 
ParameterConstants - Class in org.kuali.rice.core.framework.parameter
 
ParameterConstants.COMPONENT - Annotation Type in org.kuali.rice.core.framework.parameter
 
ParameterConstants.NAMESPACE - Annotation Type in org.kuali.rice.core.framework.parameter
 
ParameterEbo - Class in org.kuali.rice.core.framework.parameter
 
ParameterEbo() - Constructor for class org.kuali.rice.core.framework.parameter.ParameterEbo
 
parameterExists(Class<?>, String) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
This method checks if a parameter exists.
parameterExists(String, String, String) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
This method checks if a parameter exists.
ParameterService - Interface in org.kuali.rice.core.framework.parameter
This service is used by krad to interact with Parameters.
ParameterTypeEbo - Class in org.kuali.rice.core.framework.parameter
 
ParameterTypeEbo() - Constructor for class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
params - Variable in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
params - Variable in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
 
PASSWORD - Static variable in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
PlatformMckoiImpl - Class in org.apache.ojb.broker.platforms
DatabasePlatform implementation for the Mckoi database.
PlatformMckoiImpl() - Constructor for class org.apache.ojb.broker.platforms.PlatformMckoiImpl
 
populateAutoIncValue(Object, Long) - Static method in class org.kuali.rice.core.framework.persistence.jpa.OrmUtils
 
populateAutoIncValue(Object, EntityManager) - Static method in class org.kuali.rice.core.framework.persistence.jpa.OrmUtils
 
prepareParameters(Query) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Populates the given Query instance with the parameters stored in this Criteria.
preprocessConnectionMetadata(InputStream) - Method in class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
 
preprocessRepositoryMetadata(InputStream) - Method in class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
 
PrimaryDataSourceFactoryBean - Class in org.kuali.rice.core.framework.persistence.jdbc.datasource
A class that can be used to load the primary datasource for a Rice module from an object in the Config system or from a JNDI url specified by the Configuration system.
PrimaryDataSourceFactoryBean() - Constructor for class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 

Q

QueryByCriteria - Class in org.kuali.rice.core.framework.persistence.jpa.criteria
 
QueryByCriteria(EntityManager, Criteria) - Constructor for class org.kuali.rice.core.framework.persistence.jpa.criteria.QueryByCriteria
 
QueryByCriteria(EntityManager, Criteria, QueryByCriteria.QueryByCriteriaType) - Constructor for class org.kuali.rice.core.framework.persistence.jpa.criteria.QueryByCriteria
 
QueryByCriteria.QueryByCriteriaType - Enum in org.kuali.rice.core.framework.persistence.jpa.criteria
 

R

rawJpql(String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
rawJpql(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Inserts raw JPQL into the WHERE clause.
reattach(Object, Object) - Static method in class org.kuali.rice.core.framework.persistence.jpa.OrmUtils
 
refresh() - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
refresh() - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
refresh() - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
refresh() - Method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
registerExporter(XmlExporter) - Method in interface org.kuali.rice.core.framework.impex.xml.XmlImpexRegistry
 
registerLoader(XmlLoader) - Method in interface org.kuali.rice.core.framework.impex.xml.XmlImpexRegistry
 
replace(Object, Object, Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateImmutableValueUserType
Since the original is immutable, returns the original
retrieve(Object) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
Retrieves an object instance identified by the class of the given object and the object's primary key values.
returnedClass() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateImmutableValueUserType
Abstract method for children to override - returns the class of the Java value returned by nullSafeGet
returnedClass() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiCharBooleanAIType
Returns String.class
returnedClass() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalFieldType
Returns String.class
returnedClass() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalPercentageFieldType
Returns String.class
returnedClass() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalPercentFieldType
Returns String.class
returnedClass() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiEncryptDecryptUserType
Returns String.class
returnedClass() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiHashType
Returns String.class
returnedClass() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiIntegerFieldType
Returns String.class
returnedClass() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiIntegerPercentageFieldType
Returns String.class
returnedClass() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiIntegerPercentFieldType
This overridden method ...
returnedClass() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiPercentFieldType
This overridden method ...
returnedClass() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.KualiDecimalIntegerPercentFieldType
Returns String.class
RICE_OJB_PROPERTIES_PARAM - Static variable in class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
 
RiceDataSourceConnectionFactory - Class in org.kuali.rice.core.framework.persistence.ojb
 
RiceDataSourceConnectionFactory() - Constructor for class org.kuali.rice.core.framework.persistence.ojb.RiceDataSourceConnectionFactory
 
RiceNumericStringSequenceStyleGenerator - Class in org.kuali.rice.core.framework.persistence.jpa
This is a subclass of Hibernate's SequenceStyleGenerator that will convert sequence-generated or table-generated numeric IDs into Strings.
RiceNumericStringSequenceStyleGenerator() - Constructor for class org.kuali.rice.core.framework.persistence.jpa.RiceNumericStringSequenceStyleGenerator
 
RiceXADataSource - Class in org.kuali.rice.core.framework.persistence.jdbc.datasource
This is a description of what this class does - wliang don't forget to fill this in.
RiceXADataSource() - Constructor for class org.kuali.rice.core.framework.persistence.jdbc.datasource.RiceXADataSource
 

S

save(Object) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
Saves any object
save(List) - Method in interface org.kuali.rice.core.framework.persistence.dao.GenericDao
Saves a List of objects
select(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds the given expression to the SELECT clause.
Sequence - Annotation Type in org.kuali.rice.core.framework.persistence.jpa.annotations
Annotation for mimicing auto-incrementing fields.
set(String, Object) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds a new attribute assignment expression to the SET clause (for use with UPDATE queries).
set(Map<String, Object>) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Adds one new attribute assignment expression to the SET clause for each entry in the given Map (for use with UPDATE queries).
setActive(boolean) - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
setActive(boolean) - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
setActive(boolean) - Method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
setApplicationCode(String) - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
setApplicationCode(String) - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
setAttributeName(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
setAttributeName(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
setBeanFactory(BeanFactory) - Method in class org.kuali.rice.core.framework.persistence.ojb.JtaOjbConfigurer
 
setBeanName(String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
setCascade(CascadeType[]) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
setCascade(CascadeType[]) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
setClazz(Class) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
setClazz(Class) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
setCode(String) - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
setCode(String) - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
setCode(String) - Method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
setColumn(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
setComponentCode(String) - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
setDateTimeService(DateTimeService) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SqlBuilder
 
setDbPlatform(DatabasePlatform) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
setDbPlatform(DatabasePlatform) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SqlBuilder
 
setDefaultDataSourceJndiParam(String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
setDefaultDataSourceParam(String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
setDefaultNonTransactionalDataSourceJndiParam(String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
setDefaultNonTransactionalDataSourceParam(String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
setDefaultTimeout(int) - Method in class org.springframework.transaction.jta.JotmFactoryBean
Set the default transaction timeout for the JOTM instance.
setDefaultTransactionManager(TransactionManager) - Method in class org.kuali.rice.core.framework.persistence.jta.TransactionManagerFactoryBean
 
setDefaultUserTransaction(UserTransaction) - Method in class org.kuali.rice.core.framework.persistence.jta.UserTransactionFactoryBean
 
setDescription(String) - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
setDriverClassName(String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
setEvaluationOperatorCode(String) - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
setFetch(FetchType) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
setFetch(FetchType) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
setId(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
setIdClass(Class) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
setInsertable(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
setInsertable(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
setInsertable(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.JoinColumnDescriptor
 
setInsertable(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
setJcdAliases(String[]) - Method in class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
 
setJndiTemplate(JndiTemplate) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
setJndiTemplate(JndiTemplate) - Method in class org.kuali.rice.core.framework.persistence.jta.TransactionManagerFactoryBean
 
setJndiTemplate(JndiTemplate) - Method in class org.kuali.rice.core.framework.persistence.jta.UserTransactionFactoryBean
 
setJoinTableName(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ManyToManyDescriptor
 
setLength(int) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
setLob(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
setMappedBy(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
setMappedBy(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.OneToOneDescriptor
 
setMaxWait(long) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
setMetaClass(MetaClass) - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
setMetaClass(MetaClass) - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
setMetaClass(MetaClass) - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
setMetaClass(MetaClass) - Method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
setMetadataLocation(String) - Method in class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
 
setName(String) - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
setName(String) - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
setName(String) - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
setName(String) - Method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
setName(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
setName(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
setName(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.JoinColumnDescriptor
 
setNamespaceCode(String) - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
setNamespaceCode(String) - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
setNonTransactionalDataSource(boolean) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
setNullable(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
setNullable(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.JoinColumnDescriptor
 
setNullAllowed(boolean) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
setObjectForStatement(PreparedStatement, int, Object, int) - Method in class org.apache.ojb.broker.platforms.PlatformMckoiImpl
 
setObjectId(String) - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
setObjectId(String) - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
setObjectId(String) - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
setObjectId(String) - Method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
setOptional(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
setParameterType(ParameterTypeEbo) - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
setParameterTypeCode(String) - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
setPassword(String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
setPrecision(int) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
setPreferredDataSourceJndiParams(List<String>) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
setPreferredDataSourceParams(List<String>) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
setPreparedStatementCacheSize(int) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.RiceXADataSource
 
setPreparedStmtCacheSize(int) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.RiceXADataSource
This method calls RiceXADataSource.setPreparedStatementCacheSize(int) instead of setting this property.
setPreparedStmtCacheSize(int) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
setProperty(String, Object) - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
setProperty(String, Object) - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
setProperty(String, Object) - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
setProperty(String, Object) - Method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
setQuerySuffix(String) - Method in class org.kuali.rice.core.framework.persistence.ojb.SuffixableQueryByCriteria
 
setReferencedColumName(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.JoinColumnDescriptor
 
setScale(int) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
setSearchLimit(Integer) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
setSearchLimit(Integer) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Sets the current limit on the result set size for this Criteria (only relevant if creating a SELECT query).
setSequence(Sequence) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
setSerializationFilename(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.DevHibernateJpaVendorAdapter
 
setSerializationFilename(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.DevHibernatePersistence
 
setServerDataSource(boolean) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
setTable(String) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
setTargetClazz(Class) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
setTargetEntity(Class) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
setTargetEntity(Class) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
setTemporal(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
setTemporalType(TemporalType) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
setTransactionManager(TransactionManager) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
setTransactionManager(TransactionManager) - Method in class org.kuali.rice.core.framework.persistence.ojb.JtaOjbConfigurer
 
setTransactionManager(TransactionManager) - Static method in class org.kuali.rice.core.framework.persistence.ojb.TransactionManagerFactory
 
setUnique(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
setUnique(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.JoinColumnDescriptor
 
setUpdateable(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
setUpdateable(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
setUpdateable(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.JoinColumnDescriptor
 
setUpdateable(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
setUrl(String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
setUsername(String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
setUseSerialization(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.DevHibernateJpaVendorAdapter
 
setUseSerialization(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.DevHibernatePersistence
 
setValidationQuery(String) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
setValue(String) - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
setVersion(boolean) - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
setVersionNumber(Long) - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
setVersionNumber(Long) - Method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
setVersionNumber(Long) - Method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
setVersionNumber(Long) - Method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
setVirtual(boolean) - Method in class org.kuali.rice.core.framework.component.ComponentEbo
 
setXmlExportersToRegister(List<XmlExporter>) - Method in class org.kuali.rice.core.framework.impex.xml.XmlImpexRegistrationBean
 
setXmlImpexRegistry(XmlImpexRegistry) - Method in class org.kuali.rice.core.framework.impex.xml.XmlImpexRegistrationBean
 
setXmlLoadersToRegister(List<XmlLoader>) - Method in class org.kuali.rice.core.framework.impex.xml.XmlImpexRegistrationBean
 
SqlBuilder - Class in org.kuali.rice.core.framework.persistence.jdbc.sql
This is a description of what this class does - Garey don't forget to fill this in.
SqlBuilder() - Constructor for class org.kuali.rice.core.framework.persistence.jdbc.sql.SqlBuilder
 
SqlBuilder.SQLBuilderException - Exception in org.kuali.rice.core.framework.persistence.jdbc.sql
 
SqlBuilder.SQLBuilderException(Throwable) - Constructor for exception org.kuali.rice.core.framework.persistence.jdbc.sql.SqlBuilder.SQLBuilderException
 
SqlGeneratorSuffixableImpl - Class in org.kuali.rice.core.framework.persistence.ojb
SqlGeneratorDefaultImpl subclass that replaced the vanilla SqlSelectStatement implementation with a new SuffixedSqlSelectStatement that is SuffixableQueryByCriteria - aware.
SqlGeneratorSuffixableImpl(Platform) - Constructor for class org.kuali.rice.core.framework.persistence.ojb.SqlGeneratorSuffixableImpl
 
sqlToJava(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion
 
sqlToJava(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion2
This handles checking the sql coming back from the database and converting it to the appropriate boolean true or false value.
sqlToJava(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion3
 
sqlToJava(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversionAI
 
sqlToJava(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversionBase
 
sqlToJava(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbDecimalPercentageFieldConversion
Convert database decimals to 'visual' percentages for use in our business objects.
sqlToJava(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbKualiDecimalFieldConversion
 
sqlToJava(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbKualiEncryptDecryptFieldConversion
 
sqlToJava(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbKualiHashFieldConversion
 
sqlToJava(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbKualiIntegerFieldConversion
 
sqlToJava(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbKualiIntegerPercentageFieldConversion
Convert database decimals to 'visual' percentages for use in our business objects.
sqlToJava(Object) - Method in class org.kuali.rice.core.framework.persistence.ojb.conversion.OjbKualiPercentFieldConversion
 
sqlTypes() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateImmutableValueUserType
Abstract method for children to override - returns the SQL type set in nullSafeSet
sqlTypes() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiCharBooleanAIType
Returns an array with the SQL VARCHAR type as the single member
sqlTypes() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalFieldType
Returns an array with the SQL VARCHAR type as the single member
sqlTypes() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalPercentageFieldType
Returns an array with the SQL VARCHAR type as the single member
sqlTypes() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiDecimalPercentFieldType
Returns an array with the SQL VARCHAR type as the single member
sqlTypes() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiEncryptDecryptUserType
Returns an array with the SQL VARCHAR type as the single member
sqlTypes() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiHashType
Returns an array with the SQL VARCHAR type as the single member
sqlTypes() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiIntegerFieldType
Returns an array with the SQL VARCHAR type as the single member
sqlTypes() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiIntegerPercentageFieldType
Returns an array with the SQL VARCHAR type as the single member
sqlTypes() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiIntegerPercentFieldType
Returns an array with the SQL VARCHAR type as the single member
sqlTypes() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.HibernateKualiPercentFieldType
Returns an array with the SQL VARCHAR type as the single member
sqlTypes() - Method in class org.kuali.rice.core.framework.persistence.jpa.type.KualiDecimalIntegerPercentFieldType
Returns an array with the SQL VARCHAR type as the single member
SQLUtils - Class in org.kuali.rice.core.framework.persistence.jdbc.sql
Utility class for working with SQL.
start() - Method in class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
 
stop() - Method in class org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
 
stringToBigDecimal(String) - Static method in class org.kuali.rice.core.framework.persistence.jdbc.sql.SqlBuilder
 
suffix - Variable in class org.kuali.rice.core.framework.persistence.ojb.SuffixableQueryByCriteria
 
SuffixableQueryByCriteria - Class in org.kuali.rice.core.framework.persistence.ojb
QueryByCriteria subclass that introduces a suffix that the SqlGenerator should append onto the end of the generated sql statement.
SuffixableQueryByCriteria(Class, Criteria, boolean) - Constructor for class org.kuali.rice.core.framework.persistence.ojb.SuffixableQueryByCriteria
 
SuffixableQueryByCriteria(Class, Criteria, Criteria, boolean) - Constructor for class org.kuali.rice.core.framework.persistence.ojb.SuffixableQueryByCriteria
 
SuffixableQueryByCriteria(Class, Criteria, Criteria) - Constructor for class org.kuali.rice.core.framework.persistence.ojb.SuffixableQueryByCriteria
 
SuffixableQueryByCriteria(Class, Criteria) - Constructor for class org.kuali.rice.core.framework.persistence.ojb.SuffixableQueryByCriteria
 
SuffixableQueryByCriteria(Class) - Constructor for class org.kuali.rice.core.framework.persistence.ojb.SuffixableQueryByCriteria
 
SuffixableQueryByCriteria(Object, boolean) - Constructor for class org.kuali.rice.core.framework.persistence.ojb.SuffixableQueryByCriteria
 
SuffixableQueryByCriteria(Object) - Constructor for class org.kuali.rice.core.framework.persistence.ojb.SuffixableQueryByCriteria
 
SuffixedSqlSelectStatement - Class in org.kuali.rice.core.framework.persistence.ojb
A SqlSelectStatement sublclass that is aware of a special SuffixableQueryByCriteria Criteria class and will append a suffix specified by that class of criteria to the generated SQL statement.
SuffixedSqlSelectStatement(Platform, ClassDescriptor, Query, Logger) - Constructor for class org.kuali.rice.core.framework.persistence.ojb.SuffixedSqlSelectStatement
 
SuffixedSqlSelectStatement(SqlQueryStatement, Platform, ClassDescriptor, Query, Logger) - Constructor for class org.kuali.rice.core.framework.persistence.ojb.SuffixedSqlSelectStatement
 
supportPrettyPrint() - Method in interface org.kuali.rice.core.framework.impex.xml.XmlExporter
 
supportsPaging() - Method in class org.apache.ojb.broker.platforms.PlatformMckoiImpl
 

T

targetEntity - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
targetEntity - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
to(ComponentEbo) - Static method in class org.kuali.rice.core.framework.component.ComponentEbo
 
to(NamespaceEbo) - Static method in class org.kuali.rice.core.framework.namespace.NamespaceEbo
 
to(ParameterEbo) - Static method in class org.kuali.rice.core.framework.parameter.ParameterEbo
 
to(ParameterTypeEbo) - Static method in class org.kuali.rice.core.framework.parameter.ParameterTypeEbo
 
toCountQuery() - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
toCountQuery() - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Converts the current Criteria instance into a JPQL SELECT query, but replaces the existing SELECT clause with "SELECT COUNT(*)" instead.
toCountQuery() - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.QueryByCriteria
 
tokens - Variable in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
toQuery(QueryByCriteria.QueryByCriteriaType) - Method in class org.kuali.rice.core.framework.persistence.jdbc.sql.Criteria
 
toQuery(QueryByCriteria.QueryByCriteriaType) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Converts the current Criteria instance into a JPQL query.
toQuery(QueryByCriteria.QueryByCriteriaType, String[]) - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria
Converts the current Criteria instance into a JPQL query.
toQuery() - Method in class org.kuali.rice.core.framework.persistence.jpa.criteria.QueryByCriteria
 
toString() - Method in class org.kuali.rice.core.framework.persistence.jpa.CompositePrimaryKeyBase
 
toString() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.EntityDescriptor
 
toString() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.FieldDescriptor
 
toString() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ManyToManyDescriptor
 
toString() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ManyToOneDescriptor
 
toString() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
toString() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.OneToManyDescriptor
 
toString() - Method in class org.kuali.rice.core.framework.persistence.jpa.metadata.OneToOneDescriptor
 
toString() - Method in class org.kuali.rice.core.framework.persistence.platform.ANSISqlDatabasePlatform
 
toString() - Method in class org.kuali.rice.core.framework.persistence.platform.DerbyDatabasePlatform
 
toString() - Method in class org.kuali.rice.core.framework.persistence.platform.MySQLDatabasePlatform
 
toString() - Method in class org.kuali.rice.core.framework.persistence.platform.OracleDatabasePlatform
 
TransactionalNoValidationExceptionRollback - Annotation Type in org.kuali.rice.core.framework.persistence.jta
A meta-annotation which prevents rollback on ValidationException
TransactionManagerFactory - Class in org.kuali.rice.core.framework.persistence.ojb
An implementation of an OJB TransactionManagerFactory which provides access to Workflow's JTA UserTransaction.
TransactionManagerFactory() - Constructor for class org.kuali.rice.core.framework.persistence.ojb.TransactionManagerFactory
 
TransactionManagerFactoryBean - Class in org.kuali.rice.core.framework.persistence.jta
Factory bean that supplies a TransactionManager object from the the current context (i.e.
TransactionManagerFactoryBean() - Constructor for class org.kuali.rice.core.framework.persistence.jta.TransactionManagerFactoryBean
 

U

unregisterExporter(XmlExporter) - Method in interface org.kuali.rice.core.framework.impex.xml.XmlImpexRegistry
 
unregisterLoader(XmlLoader) - Method in interface org.kuali.rice.core.framework.impex.xml.XmlImpexRegistry
 
unwrap(Class<T>) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.RiceXADataSource
 
unwrap(Class<T>) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
updateable - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.CollectionDescriptor
 
updateable - Variable in class org.kuali.rice.core.framework.persistence.jpa.metadata.ObjectDescriptor
 
updateParameter(Parameter) - Method in interface org.kuali.rice.core.framework.parameter.ParameterService
This will update a Parameter.
URL - Static variable in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
USERNAME - Static variable in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
UserTransactionFactoryBean - Class in org.kuali.rice.core.framework.persistence.jta
Factory bean that supplies a UserTransaction object from the the current context (i.e.
UserTransactionFactoryBean() - Constructor for class org.kuali.rice.core.framework.persistence.jta.UserTransactionFactoryBean
 

V

validateDataSource(String, Object) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.PrimaryDataSourceFactoryBean
 
VALIDATION_QUERY - Static variable in class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
valueOf(String) - Static method in enum org.kuali.rice.core.framework.persistence.jpa.criteria.QueryByCriteria.QueryByCriteriaType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.kuali.rice.core.framework.persistence.jpa.criteria.QueryByCriteria.QueryByCriteriaType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WAIT_FOREVER - Static variable in class org.kuali.rice.core.framework.persistence.platform.OracleDatabasePlatform
 
wrapConnection(Connection) - Method in class org.kuali.rice.core.framework.persistence.jdbc.datasource.RiceXADataSource
 

X

XAPoolDataSource - Class in org.kuali.rice.core.framework.persistence.jdbc.datasource
Deprecated. We will be removing this file from a future release in order to get rid of our dependencies on XAPool. If you desire to continue using JOTM and XAPool, please configure using org.enhyrdra.jdbc.standard.StandardXADataSource directly instead of using this class.
XAPoolDataSource() - Constructor for class org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
Deprecated.  
XML_IMPEX_REGISTRY - Static variable in class org.kuali.rice.core.framework.services.CoreFrameworkServiceLocator
 
XmlExporter - Interface in org.kuali.rice.core.framework.impex.xml
Interface for a an object which can export a data set to XML.
XmlImpexRegistrationBean - Class in org.kuali.rice.core.framework.impex.xml
This is a description of what this class does - ewestfal don't forget to fill this in.
XmlImpexRegistrationBean() - Constructor for class org.kuali.rice.core.framework.impex.xml.XmlImpexRegistrationBean
 
XmlImpexRegistry - Interface in org.kuali.rice.core.framework.impex.xml
This is a description of what this class does - ewestfal don't forget to fill this in.
XmlLoader - Interface in org.kuali.rice.core.framework.impex.xml
 

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

Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.