- DbArray - Annotation Type in io.ebean.annotation
-
Specify a collection property that will be stored into a DB ARRAY type.
- DbComment - Annotation Type in io.ebean.annotation
-
A database table or column comment.
- DbDefault - Annotation Type in io.ebean.annotation
-
Annotation to specify a default value for DDL-generation & Migration.
- DbEnumType - Enum in io.ebean.annotation
-
Specify the DB storage type used to with @DbEnumValue.
- DbEnumValue - Annotation Type in io.ebean.annotation
-
Specify a method on an Enum that returns the value that should be stored in the DB.
- DbForeignKey - Annotation Type in io.ebean.annotation
-
Specify how a foreign key constraint should be defined.
- DbJson - Annotation Type in io.ebean.annotation
-
Specify a property holding JSON content.
- DbJsonB - Annotation Type in io.ebean.annotation
-
Specify a property holding JSON content.
- DbJsonType - Enum in io.ebean.annotation
-
Specify the DB storage type used to store JSON content.
- DbMap - Annotation Type in io.ebean.annotation
-
Used for mapping a Map type property to Postgres HSTORE data type.
- DbMigration - Annotation Type in io.ebean.annotation
-
Annotation to specify details for DDL & Migration-generation.
- DbMigration.List - Annotation Type in io.ebean.annotation
-
- DbName - Annotation Type in io.ebean.annotation
-
Specify the name of the DB that the entity should use.
- DbPartition - Annotation Type in io.ebean.annotation
-
Specify that the underlying table is partitioned.
- DocCode - Annotation Type in io.ebean.annotation
-
Used to indicate that a particular string property should be treated as a 'code' and not analysed for text searching.
- DocEmbedded - Annotation Type in io.ebean.annotation
-
Specify the property is included in the parent document store index.
- DocMapping - Annotation Type in io.ebean.annotation
-
Specify the entity type maps to a document store (like ElasticSearch).
- DocProperty - Annotation Type in io.ebean.annotation
-
Specify the entity type maps to a document store (like ElasticSearch).
- DocProperty.Option - Enum in io.ebean.annotation
-
Index options for a property.
- DocSortable - Annotation Type in io.ebean.annotation
-
Used to indicate that a particular string property should support sorting.
- DocStore - Annotation Type in io.ebean.annotation
-
Specify the entity type maps to a document store (like ElasticSearch).
- DocStoreMode - Enum in io.ebean.annotation
-
Defines the behavior options when a Insert, Update or Delete event occurs
on a bean with an associated ElasticSearch index.
- Draft - Annotation Type in io.ebean.annotation
-
Marks a boolean property on a @Draftable bean that indicates if the bean instance is a 'draft' or 'live' bean.
- Draftable - Annotation Type in io.ebean.annotation
-
Used to indicate an entity bean that has 'draftable' support.
- DraftableElement - Annotation Type in io.ebean.annotation
-
Used to indicate an entity bean that has 'draftable' support but it not a 'top level'
(or root level) bean but instead child related to another @Draftable entity bean.
- DraftDirty - Annotation Type in io.ebean.annotation
-
Marks a boolean property on a @Draftable bean that only exists on the 'draft' table
and is used to detect when a draft has unpublished changes.
- DraftOnly - Annotation Type in io.ebean.annotation
-
Marks a property on a @Draftable bean that only exists on the 'draft' and not the 'live' table.
- DraftReset - Annotation Type in io.ebean.annotation
-
Marks a property on a @Draftable bean that is set to null on the 'draft bean' on publish.
- valueOf(String) - Static method in enum io.ebean.annotation.ChangeLogInsertMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.ebean.annotation.ConstraintMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.ebean.annotation.DbEnumType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.ebean.annotation.DbJsonType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.ebean.annotation.DocProperty.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.ebean.annotation.DocStoreMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.ebean.annotation.PartitionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.ebean.annotation.PersistBatch
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.ebean.annotation.Platform
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.ebean.annotation.TxIsolation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.ebean.annotation.TxType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.ebean.annotation.ChangeLogInsertMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.ebean.annotation.ConstraintMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.ebean.annotation.DbEnumType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.ebean.annotation.DbJsonType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.ebean.annotation.DocProperty.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.ebean.annotation.DocStoreMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.ebean.annotation.PartitionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.ebean.annotation.PersistBatch
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.ebean.annotation.Platform
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.ebean.annotation.TxIsolation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.ebean.annotation.TxType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- View - Annotation Type in io.ebean.annotation
-
Annotate an entity bean with @View to indicates the bean is based on a view.