Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.annotations Classes and Interfaces - 81 results found.
NameDescriptionTypePackageFramework
AnyDefine a ToOne association pointing to several entity types.Classorg.hibernate.annotationsHibernate ORM
AnyMetaDefDefines @Any and @manyToAny metadataRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
AnyMetaDefsDefines @Any and @ManyToAny set of metadata.Classorg.hibernate.annotationsHibernate ORM
CacheAdd caching strategy to a root entity or a collectionRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
CacheConcurrencyStrategyenum CacheConcurrencyStrategyextends EnumCache concurrency strategyClassorg.hibernate.annotationsHibernate ORM
CacheModeTypeenum CacheModeTypeextends EnumEnumeration for the different interaction modes between the session andClassorg.hibernate.annotationsHibernate ORM
CascadeTypeenum CascadeTypeextends EnumCascade types (can override default EJB3 cascadesClassorg.hibernate.annotationsHibernate ORM
CheckArbitrary SQL check constraints which can be defined at the class, property or collection levelClassorg.hibernate.annotationsHibernate ORM
CollectionIdDescribe an identifier column for a bag (ie an idbag) EXPERIMENTAL: the structure of this annotation might slightly change (generator() mix strategy and generatorClassorg.hibernate.annotationsHibernate ORM
CollectionTypeNames a custom collection type for a persistent collection.Classorg.hibernate.annotationsHibernate ORM
ColumnsSupport an array of columns.Classorg.hibernate.annotationsHibernate ORM
ColumnTransformerCustom SQL expression used to read the value from and write a value to a column.Classorg.hibernate.annotationsHibernate ORM
ColumnTransformersPlural annotation for @ColumnTransformer.Classorg.hibernate.annotationsHibernate ORM
DiscriminatorFormulaDiscriminator formula To be placed at the root entity.Classorg.hibernate.annotationsHibernate ORM
DiscriminatorOptionsOptional annotation to express Hibernate specific discrimintor properties.Classorg.hibernate.annotationsHibernate ORM
DynamicInsertFor inserting, should this entity use dynamic sql generation where only non-null columns get referenced in the prepared sql statement?Classorg.hibernate.annotationsHibernate ORM
DynamicUpdateFor updating, should this entity use dynamic sql generation where only changed columns get referenced in the prepared sql statement?Classorg.hibernate.annotationsHibernate ORM
EntityClassorg.hibernate.annotationsHibernate ORM
FetchModeenum FetchModeextends EnumFetch options on associationsClassorg.hibernate.annotationsHibernate ORM
FetchProfileDefine the fetching strategy profile.Classorg.hibernate.annotationsHibernate ORM
FetchProfile .FetchOverrideRequired Element Summarypublic abstract Class entityClassorg.hibernate.annotations.FetchProfileHibernate ORM
FilterAdd filters to an entity or a target entity of a collectionRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
FilterDefRequired Element SummaryOptional Element SummaryClassorg.hibernate.annotationsHibernate ORM
FilterJoinTableAdd filters to a join table collectionRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
FilterJoinTablesAdd multiple @FilterJoinTable to a collectionRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
FlushModeTypeenum FlushModeTypeextends EnumEnumeration extending javax.Classorg.hibernate.annotationsHibernate ORM
ForeignKeyClassorg.hibernate.annotationsHibernate ORM
FormulaFormula.Classorg.hibernate.annotationsHibernate ORM
GenerationTimeenum GenerationTimeextends EnumWhen should the generation occursClassorg.hibernate.annotationsHibernate ORM
GenericGeneratorGenerator annotation describing any kind of Hibernate generator in a detyped mannerClassorg.hibernate.annotationsHibernate ORM
ImmutableMark an Entity or a Collection as immutable.Classorg.hibernate.annotationsHibernate ORM
IndexRequired Element SummaryOptional Element SummaryClassorg.hibernate.annotationsHibernate ORM
IndexColumnDescribe an index column of a List Prefer the standard OrderColumn annotationClassorg.hibernate.annotationsHibernate ORM
JoinColumnOrFormulaOptional Element Summarypublic abstract JoinFormula formulaClassorg.hibernate.annotationsHibernate ORM
JoinFormulaJoinFormula.Classorg.hibernate.annotationsHibernate ORM
LazyCollectionOptionenum LazyCollectionOptionextends EnumLazy options available for a collectionClassorg.hibernate.annotationsHibernate ORM
LazyToOneDefine the lazy status of a ToOne association (ie OneToOne or ManyToOne)Classorg.hibernate.annotationsHibernate ORM
LazyToOneOptionenum LazyToOneOptionextends EnumLazy options available for a ToOne associationClassorg.hibernate.annotationsHibernate ORM
LoaderLoader Annotation for overwriting Hibernate default FIND methodOptional Element SummaryClassorg.hibernate.annotationsHibernate ORM
ManyToAnyDefined a ToMany association pointing to different entity types.Classorg.hibernate.annotationsHibernate ORM
MetaValueRepresent a discriminator value associated to a given entity typeRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
NamedNativeQueriesClassorg.hibernate.annotationsHibernate ORM
NamedNativeQueryRequired Element SummaryOptional Element SummaryClassorg.hibernate.annotationsHibernate ORM
NamedQueriesRequired Element Summarypublic abstract NamedQuery[] valueClassorg.hibernate.annotationsHibernate ORM
NamedQueryRequired Element SummaryOptional Element SummaryClassorg.hibernate.annotationsHibernate ORM
NaturalIdThis specifies that a property is part of the natural id of the entity.Classorg.hibernate.annotationsHibernate ORM
NaturalIdCacheUsed to specify that the natural id values associated with the annotated entity should be cached in Hibernate's shared (L2) cache.Classorg.hibernate.annotationsHibernate ORM
NotFoundAction to do when an element is not found on a association.Classorg.hibernate.annotationsHibernate ORM
NotFoundActionenum NotFoundActionextends EnumActoin to use when an element is not found in DB while beeing expectedClassorg.hibernate.annotationsHibernate ORM
OnDeleteStrategy to use on collections, arrays and on joined subclasses delete OnDelete of secondary tables currently not supported.Classorg.hibernate.annotationsHibernate ORM
OnDeleteActionenum OnDeleteActionextends EnumPossible actions on deletesClassorg.hibernate.annotationsHibernate ORM
OptimisticLockWhether or not a change of the annotated property will trigger a entity version increment.Classorg.hibernate.annotationsHibernate ORM
OptimisticLockingUsed to define the style of optimistic locking to be applied to an entity.Classorg.hibernate.annotationsHibernate ORM
OptimisticLockTypeenum OptimisticLockTypeextends EnumOptimistic locking strategyClassorg.hibernate.annotationsHibernate ORM
OrderByOrder a collection using SQL ordering (not HQL ordering)Required Element SummaryClassorg.hibernate.annotationsHibernate ORM
ParamDefA parameter definitionRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
ParameterParameter (basically key/value pattern)Required Element SummaryClassorg.hibernate.annotationsHibernate ORM
PolymorphismUsed to define the type of polymorphism Hibernate will apply to entity hierarchies.Classorg.hibernate.annotationsHibernate ORM
PolymorphismTypeenum PolymorphismTypeextends EnumType of available polymorphism for a particular entityClassorg.hibernate.annotationsHibernate ORM
ProxyLazy and proxy configuration of a particular classOptional Element SummaryClassorg.hibernate.annotationsHibernate ORM
QueryHintsClassorg.hibernate.annotationsHibernate ORM
ResultCheckStyleenum ResultCheckStyleextends EnumPossible checks on Sql Insert, Delete, UpdateClassorg.hibernate.annotationsHibernate ORM
RowIdSupport for ROWID mapping feature of Hibernate.Classorg.hibernate.annotationsHibernate ORM
SelectBeforeUpdateShould the entity's current state be selected from the database when determining whether to perform an update when re-attaching detached entities?Classorg.hibernate.annotationsHibernate ORM
Sort (Java level sorting)Optional Element SummaryClassorg.hibernate.annotationsHibernate ORM
SortTypeenum SortTypeextends EnumEnum Constant SummaryCOMPARATORClassorg.hibernate.annotationsHibernate ORM
SourceOptional annotation in conjunction with Version and timestamp version properties.Classorg.hibernate.annotationsHibernate ORM
SourceTypeenum SourceTypeextends EnumWhere should Hibernate retrieve the value from? From the database, or from the current JVM?Classorg.hibernate.annotationsHibernate ORM
SQLDeleteSqlDelete Annotation for overwriting Hibernate default DELETE methodRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
SQLDeleteAllSqlDelete Annotation for overwriting Hibernate default DELETE ALL methodRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
SqlFragmentAliasDescribe aliases for filtersRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
SQLInsertSqlInsert Annotation for overwriting Hibernate default INSERT INTO methodRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
SQLUpdateSqlUpdate Annotation for overwriting Hibernate default UPDATE methodRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
SubselectMap an immutable and read-only entity to a given SQL subselect expression:Required Element SummaryClassorg.hibernate.annotationsHibernate ORM
SynchronizeEnsures that auto-flush happens correctly and that queries against the derived entity do not return stale data.Classorg.hibernate.annotationsHibernate ORM
TableComplementary information to a table either primary or secondaryRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
TuplizerDefine a tuplizer for an entity or a componentRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
TypeRequired Element SummaryOptional Element SummaryClassorg.hibernate.annotationsHibernate ORM
TypeDefRequired Element SummaryOptional Element SummaryClassorg.hibernate.annotationsHibernate ORM
WhereWhere clause to add to the element Entity or target entity of a collection The clause is written in SQLClassorg.hibernate.annotationsHibernate ORM
WhereJoinTableWhere clause to add to the colleciton join table The clause is written in SQLClassorg.hibernate.annotationsHibernate ORM