Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.avaje.ebean.annotation Classes and Interfaces - 35 results found.
NameDescriptionTypePackageFramework
CacheStrategySpecify the default cache use specific entity type.Classcom.avaje.ebean.annotationEBean
CacheTuningSpecify cache tuning for a specific entity type.Classcom.avaje.ebean.annotationEBean
ChangeLogMarks an entity bean as being included in the change logging.Classcom.avaje.ebean.annotationEBean
ChangeLogInsertModeenum ChangeLogInsertModeThe mode used to determine if inserts should be included or not for a given bean type.Classcom.avaje.ebean.annotationEBean
ConcurrencyModeenum ConcurrencyModeOptimistic concurrency mode used for updates and deletes.Classcom.avaje.ebean.annotationEBean
CreatedTimestampFor a timestamp property that is set to the datetime when the entity isAn alternative to using this annotation would be to use insertable=false,Classcom.avaje.ebean.annotationEBean
DbHstoreClasscom.avaje.ebean.annotationEBean
DbJsonSpecify a property holding JSON content.Classcom.avaje.ebean.annotationEBean
DbJsonBSpecify a property holding JSON content.Classcom.avaje.ebean.annotationEBean
DbJsonTypeSpecify the DB storage type used to store JSON content.Classcom.avaje.ebean.annotationEBean
EmbeddedColumnsSpecify property name to db column mapping for Embedded beans.Classcom.avaje.ebean.annotationEBean
EncryptedSpecify that the property is stored in encrypted form.Classcom.avaje.ebean.annotationEBean
EntityConcurrencyModeSpecify explicit ConcurrencyMode for entity bean.Classcom.avaje.ebean.annotationEBean
EnumMappingFor mapping the values of an Enum to and from Database values.Classcom.avaje.ebean.annotationEBean
EnumValueEnables you to specify a value to use to persist for an enum value.Classcom.avaje.ebean.annotationEBean
ExposeClasscom.avaje.ebean.annotationEBean
FormulaAssign to a property to be based on a SQL formula.Classcom.avaje.ebean.annotationEBean
HistoryClasscom.avaje.ebean.annotationEBean
HistoryExcludeMarks a property as being excluded from history.Classcom.avaje.ebean.annotationEBean
IndexAn annotation for declaring an index on a single column.Classcom.avaje.ebean.annotationEBean
JsonIgnoreSimilar to Jackson JsonIgnore but provides the option to just ignore serialize or deserialize.Classcom.avaje.ebean.annotationEBean
NamedUpdateAn Update statement for a particular entity bean type.Classcom.avaje.ebean.annotationEBean
NamedUpdatesHolds an array of named Update statements for a particular entity bean type.Classcom.avaje.ebean.annotationEBean
PrivateOwnedSpecify that the elements of a OneToMany are private owned.Classcom.avaje.ebean.annotationEBean
ReadAuditClasscom.avaje.ebean.annotationEBean
SqlSpecify explicit sql for multiple select statements.Classcom.avaje.ebean.annotationEBean
SqlSelectSpecify an explicit sql select statement to use for querying an entity bean.Classcom.avaje.ebean.annotationEBean
TransactionalSpecify transaction scoping for a method.Classcom.avaje.ebean.annotationEBean
UpdatedTimestampClasscom.avaje.ebean.annotationEBean
UpdateModeSpecify the update mode for the specific entity type.Classcom.avaje.ebean.annotationEBean
WhenCreatedFor a timestamp property that is set to the datetime when the entity isThis is effectively an alias for @CreatedTimestamp and added to hintClasscom.avaje.ebean.annotationEBean
WhenModifiedClasscom.avaje.ebean.annotationEBean
WhereAdd an Literal to add to the where clause when a many property (List, Set orMap) is loaded or refreshed.Classcom.avaje.ebean.annotationEBean
WhoCreatedMapped onto a entity bean property that represents the user id ofwho created the entity>Classcom.avaje.ebean.annotationEBean
WhoModifiedMapped onto a entity bean property that represents the user id ofwho last modified the entity>Classcom.avaje.ebean.annotationEBean