- get(int) - Method in class org.noorm.jdbc.PageableBeanList
-
Throws an UnsupportedOperationException.
- getAuxiliaryData() - Method in interface org.noorm.jdbc.IBean
-
Generic object to enrich the Bean with additional information.
- getBatchUpdateSize() - Static method in class org.noorm.jdbc.DataSourceProvider
-
Returns the currently size of JDBC update and insert batches.
- getBeanFromPLSQL(String, String, Map<String, Object>, Class<T>) - Method in class org.noorm.jdbc.JDBCStatementProcessor
-
Calls a PL/SQL procedure with a ref cursor as OUT parameter.
- getBeanListFromPLSQL(String, String, Class<T>) - Method in class org.noorm.jdbc.JDBCStatementProcessor
-
Calls a PL/SQL procedure with a ref cursor as OUT parameter.
- getBeanListFromPLSQL(String, String, Map<String, Object>, Class<T>) - Method in class org.noorm.jdbc.JDBCStatementProcessor
-
- getBeanListFromSQL(String, Map<QueryColumn, Object>, Class<T>, boolean) - Method in class org.noorm.jdbc.JDBCStatementProcessor
-
Executes a generic SQL statement for the given table (or view) name with the given query parameters.
- getBeanPropertyByName(Object, String) - Static method in class org.noorm.metadata.BeanMetaDataUtil
-
- getBeanPropertyType(Object, String) - Static method in class org.noorm.metadata.BeanMetaDataUtil
-
- getBeanTransformer() - Method in class org.noorm.jdbc.PageableBeanList
-
- getCharLength() - Method in class org.noorm.metadata.beans.TableMetadataBean
-
- getCode() - Method in enum org.noorm.jdbc.DataAccessException.Type
-
- getCodeHashValue() - Method in interface org.noorm.jdbc.IService
-
Validation of the generated service against the database is performed using a hash value calculated on
basis of the full text of the PL/SQL package body used for this service.
- getColumnId() - Method in class org.noorm.metadata.beans.TableMetadataBean
-
- getColumnMetaData(Class) - Static method in class org.noorm.metadata.BeanMetaDataUtil
-
Returns a Map containing a mapping from the Bean attribute names to their JDBCColumn
annotations.
- getColumnName() - Method in class org.noorm.jdbc.QueryColumn
-
- getColumnName() - Method in class org.noorm.metadata.beans.PrimaryKeyColumnBean
-
- getColumnName() - Method in class org.noorm.metadata.beans.TableMetadataBean
-
- getColumnType() - Method in enum org.noorm.jdbc.VersionColumnType
-
- getConnection() - Static method in class org.noorm.jdbc.DataSourceProvider
-
Returns the Oracle database connection currently managed by the DataSourceProvider.
- getDatabaseBatchUpdateSize() - Method in class org.noorm.jdbc.DataSourceConfiguration
-
- getDatabaseJNDIName() - Method in class org.noorm.jdbc.DataSourceConfiguration
-
- getDatabasePackageName() - Method in interface org.noorm.jdbc.IService
-
Returns the PL/SQL package name, the generated Java Service is based on.
- getDatabasePassword() - Method in class org.noorm.jdbc.DataSourceConfiguration
-
- getDatabaseURL() - Method in class org.noorm.jdbc.DataSourceConfiguration
-
- getDatabaseUsername() - Method in class org.noorm.jdbc.DataSourceConfiguration
-
- getDataPrecision() - Method in class org.noorm.metadata.beans.TableMetadataBean
-
- getDataScale() - Method in class org.noorm.metadata.beans.TableMetadataBean
-
- getDataType() - Method in class org.noorm.metadata.beans.ParameterBean
-
- getDataType() - Method in class org.noorm.metadata.beans.TableMetadataBean
-
- getDebugJDWPHost() - Method in class org.noorm.jdbc.DataSourceConfiguration
-
- getDebugJDWPPort() - Method in class org.noorm.jdbc.DataSourceConfiguration
-
- getDeclaredFieldsInclParent(Class) - Static method in class org.noorm.metadata.BeanMetaDataUtil
-
Using Class.getDeclaredFields does not return fields declared in a potentially existing super-class.
- getDescription() - Method in enum org.noorm.jdbc.DataAccessException.Type
-
- getDirection() - Method in class org.noorm.metadata.beans.ParameterBean
-
- getDisplayColumnName() - Method in interface org.noorm.jdbc.IEnum
-
The name of the database column used to give the particular enum its display name.
- getId() - Method in enum org.noorm.jdbc.DataAccessException.Type
-
- getIncrementBy() - Method in class org.noorm.metadata.beans.SequenceBean
-
- getInsertable() - Method in class org.noorm.metadata.beans.TableMetadataBean
-
- getInstance() - Static method in class org.noorm.jdbc.BeanMapper
-
- getInstance() - Static method in class org.noorm.jdbc.JDBCDMLProcessor
-
- getInstance() - Static method in class org.noorm.jdbc.JDBCStatementProcessor
-
- getInstance() - Static method in class org.noorm.metadata.MetadataService
-
- getJDBCColumnAnnotation(Field) - Static method in class org.noorm.metadata.BeanMetaDataUtil
-
Returns the annotations for a given field.
- getMode() - Method in enum org.noorm.jdbc.TableLock.LockMode
-
- getModifiedFieldsInitialValue() - Method in interface org.noorm.jdbc.IBean
-
Returns all fields and values, which have been changed after this bean has been loaded and populated.
- getName() - Method in class org.noorm.metadata.beans.NameBean
-
- getName() - Method in class org.noorm.metadata.beans.ParameterBean
-
- getName() - Method in class org.noorm.metadata.beans.SequenceBean
-
- getNormalizedDisplayColumnValue(String) - Static method in class org.noorm.jdbc.Utils
-
Converts the given input into a valid format for the Java enum display name.
- getNullable() - Method in class org.noorm.metadata.beans.TableMetadataBean
-
- getOperator() - Method in class org.noorm.jdbc.QueryColumn
-
- getOperatorName() - Method in class org.noorm.jdbc.Operator
-
- getOperatorName() - Method in enum org.noorm.jdbc.Operator.Name
-
- getOperatorSyntax() - Method in class org.noorm.jdbc.Operator
-
- getPackageHashValue(String) - Method in class org.noorm.metadata.MetadataService
-
- getParameterRowtype(String, String, String) - Method in class org.noorm.metadata.MetadataService
-
- getPosition() - Method in class org.noorm.metadata.beans.PrimaryKeyColumnBean
-
- getPrimaryKeyColumnNames() - Method in interface org.noorm.jdbc.IBean
-
The name of the primary key columns.
- getPrimaryKeyValue(IBean) - Static method in class org.noorm.metadata.BeanMetaDataUtil
-
Retrieves the value of the (primary) key of the bean passed to this method.
- getSequenceIncrement() - Method in interface org.noorm.jdbc.IBean
-
The increment for the sequence used to generate primary key values.
- getSequenceName() - Method in interface org.noorm.jdbc.IBean
-
The sequence name used to generate numeric primary keys for this table or view.
- getTableName() - Method in interface org.noorm.jdbc.IBean
-
The database name of this Bean.
- getTableName() - Method in interface org.noorm.jdbc.IEnum
-
The database name of this Enum.
- getTableName() - Method in class org.noorm.metadata.beans.PrimaryKeyColumnBean
-
- getTableName() - Method in class org.noorm.metadata.beans.TableMetadataBean
-
- getType() - Method in exception org.noorm.jdbc.DataAccessException
-
- getTypeName() - Method in class org.noorm.metadata.beans.ParameterBean
-
- getUpdatable() - Method in class org.noorm.metadata.beans.TableMetadataBean
-
- getVersion() - Method in class org.noorm.metadata.MetadataService
-
- getVersionColumnName() - Method in interface org.noorm.jdbc.IBean
-
The table column used for modification checking for optimistic locking.
- getVersionColumnType() - Method in interface org.noorm.jdbc.IBean
-
The table column type used for modification checking for optimistic locking.
- validate() - Method in class org.noorm.jdbc.DataSourceConfiguration
-
Validates the given data source configuration.
- validateBean(IBean) - Method in class org.noorm.validation.BeanValidator
-
- validateEnum(Class<T>) - Method in class org.noorm.validation.EnumValidator
-
- validateNoORMDynamicSQLVersion() - Static method in class org.noorm.validation.NoORMValidator
-
Validates the NoORM PL/SQL package NOORM_DYNAMIC_SQL against the Java software version
of the NoORM runtime.
- validateNoORMMetadataVersion() - Static method in class org.noorm.validation.NoORMValidator
-
Validates the NoORM PL/SQL package NOORM_METADATA against the Java software version
of the NoORM runtime.
- validateService(IService) - Method in class org.noorm.validation.ServiceValidator
-
- ValidationException - Exception in org.noorm.validation
-
- ValidationException(String) - Constructor for exception org.noorm.validation.ValidationException
-
- ValidationException(Throwable) - Constructor for exception org.noorm.validation.ValidationException
-
- ValidationException(String, Throwable) - Constructor for exception org.noorm.validation.ValidationException
-
- valueOf(String) - Static method in enum org.noorm.jdbc.DataAccessException.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.noorm.jdbc.Operator.Name
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.noorm.jdbc.TableLock.LockMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.noorm.jdbc.VersionColumnType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.noorm.jdbc.DataAccessException.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.noorm.jdbc.Operator.Name
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.noorm.jdbc.TableLock.LockMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.noorm.jdbc.VersionColumnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VersionColumnType - Enum in org.noorm.jdbc
-
Enum for supported version column types used for optimistic locking