All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AbstractLazyList<E> ActiveJdbcFilter This is a filter for opening a connection before and closing connection after servlet.ActiveJDBCLogger Implement this interface if you want to completely replace logging behavior with your own.Association Associations are synonymous with relationships.Base This class provides a number of convenience methods for opening/closing database connections, running various types of queries, and executing SQL statements.BelongsTo Place on a child model of the One-to-many relationship if the tables do not follow the ActiveJDBC naming conventions.BelongsToAssociation This association indicates that a source table belongs to the target table.BelongsToParents BelongsToPolymorphic BelongsToPolymorphicAssociation Cached CacheEvent Event object.CacheEvent.CacheEventType CacheEventListener CacheException CacheManager Abstract method to be sub-classed by various caching technologies.CallbackAdapter<T extends Model> CallbackListener<T extends Model> ColumnMetadata CompositePK Configuration Configuration.PropertyName All properties defined in framework.ConnectionConfig Super class for all connection configuration instancesConnectionDataSourceConfig ConnectionJdbcConfig Specification for a JDBC connectionConnectionJndiConfig Specification for a JNDI connection.ConnectionsAccess DB This class provides a number of convenience methods for opening/closing database connections, running various types of queries, and executing SQL statements.DB2Dialect DBConfiguration DBException Generic exception wrapper for all things DB.DbName DBSpec Super class for tests that need to use a DB connection.DefaultDialect Dialect Dialects EHCache3Manager Cache implementation based on EHCache 3.EHCacheManager Cache implementation based on EHCache 2.FrozenException H2Dialect Supports features of the h2 sql dialect.HasManies HasMany Place on a parent model of the One-to-many relationship if the tables do not follow the ActiveJDBC naming conventions.IdGenerator IdName InitException InternalException This exception is for some severe unexplained thingsLazyList<T extends Model> While this class is public, it is never instantiated directly.LogFilter LogLevel Many2Manies Many2Many Use this annotation to override conventions in cases where they are impossible to follow.Many2ManyAssociation MetaModel Model This class is a super class of all "models" and provides most functionality necessary for implementation of Active Record pattern.ModelDelegate This class exists to offload some logic fromModelclass.ModelFinder ModelListener<T extends Model> ModelRegistry Stores metadata for a Model: converters, etc.MSSQLDialect MySQLDialect NopeCacheManager Blank class, does nothing.NotAssociatedException OneToManyAssociation OneToManyPolymorphicAssociation OracleDialect Paginator<T extends Model> This class supports pagination of result sets in ActiveJDBC.Paginator.PaginatorBuilder<T extends Model> Provides a builder pattern to create new instances of paginator.PartitionIDs Specifies columns that must be used to form an UPDATE and DELETE statements in addition to a primary key.PostgreSQLDialect QueryCache This is a main cache facade.QueryExecutionEvent QueryStats This class represents statistical information for one query.RawPaginator This paginator is for paging through free-form queries unrelated to models.RedisCacheManager Redis cache manager.Registry RowListener RowListenerAdapter Use this class in cases where you need to process an entire result set.RowProcessor RowProcessor.ResultSetConcur RowProcessor.ResultSetType ScopeBuilder<T extends Model> SQLiteDialect StaleModelException StatisticsQueue This class will collect statistics on executed queries and then can produce reports sorted by various parameters.SuperLazyList<T extends Model> The purpose of this class is to providetoMaps()method in cases of eager loading of dependencies.Table UnrelatedTo This annotation breaks a relationship that exists based on naming conventions.VersionColumn This annotation is used to override name of a version column for optimistic locking