Uses of Package
org.hibernate.annotations

Packages that use org.hibernate.annotations
org.hibernate.annotations   
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.cfg.annotations   
org.hibernate.ejb.test.cascade   
org.hibernate.ejb.test.emops   
org.hibernate.ejb.test.xml.sequences   
org.hibernate.envers.test.entities.customtype   
org.hibernate.envers.test.entities.ids   
org.hibernate.envers.test.integration.inheritance.single.discriminatorformula   
org.hibernate.metamodel.source.annotations   
org.hibernate.test.annotations.access   
org.hibernate.test.annotations.any   
org.hibernate.test.annotations.array   
org.hibernate.test.annotations.collectionelement   
org.hibernate.test.annotations.collectionelement.indexedCollection   
org.hibernate.test.annotations.embedded   
org.hibernate.test.annotations.embedded.many2one   
org.hibernate.test.annotations.embedded.one2many   
org.hibernate.test.annotations.engine.collection   
org.hibernate.test.annotations.entity Test package for metatata facilities It contains an example of filter metadata 
org.hibernate.test.annotations.fetch   
org.hibernate.test.annotations.generics   
org.hibernate.test.annotations.idmanytoone   
org.hibernate.test.annotations.immutable   
org.hibernate.test.annotations.indexcoll   
org.hibernate.test.annotations.inheritance   
org.hibernate.test.annotations.inheritance.joined   
org.hibernate.test.annotations.inheritance.singletable   
org.hibernate.test.annotations.join   
org.hibernate.test.annotations.loader   
org.hibernate.test.annotations.lob Test package for metatata facilities It contains an example of filter metadata 
org.hibernate.test.annotations.manytomany   
org.hibernate.test.annotations.manytoone   
org.hibernate.test.annotations.manytoonewithformula   
org.hibernate.test.annotations.naturalid   
org.hibernate.test.annotations.notfound   
org.hibernate.test.annotations.onetomany   
org.hibernate.test.annotations.persister   
org.hibernate.test.annotations.polymorphism   
org.hibernate.test.annotations.query   
org.hibernate.test.annotations.strategy   
org.hibernate.test.annotations.subselect   
org.hibernate.test.annotations.tableperclass   
org.hibernate.test.annotations.target   
org.hibernate.test.annotations.tuplizer   
org.hibernate.test.annotations.type   
org.hibernate.test.annotations.various   
org.hibernate.test.annotations.various.readwriteexpression   
org.hibernate.test.annotations.xml.hbm   
org.hibernate.test.cache   
org.hibernate.test.flush   
org.hibernate.test.locking   
 

Classes in org.hibernate.annotations used by org.hibernate.annotations
CacheConcurrencyStrategy
          Cache concurrency strategy
CacheModeType
          Enumeration for the different interaction modes between the session and the Level 2 Cache.
CascadeType
          Cascade types (can override default EJB3 cascades
FetchMode
          Fetch options on associations
FlushModeType
          Enumeration extending javax.persistence flush modes.
GenerationTime
          When should the generation occurs
LazyCollectionOption
          Lazy options available for a collection
LazyToOneOption
          Lazy options available for a ToOne association
NotFoundAction
          Actoin to use when an element is not found in DB while beeing expected
OnDeleteAction
          Possible actions on deletes
OptimisticLockType
          Optimistic locking strategy VERSION is the default and recommended one
PolymorphismType
          Type of available polymorphism for a particular entity
ResultCheckStyle
          Possible checks on Sql Insert, Delete, Update
SortType
          Sort strategies
SourceType
          Where should Hibernate retrieve the value from? From the database, or from the current JVM?
 

Classes in org.hibernate.annotations used by org.hibernate.cfg
AnyMetaDef
          Defines @Any and @manyToAny metadata
DiscriminatorFormula
          Discriminator formula To be placed at the root entity.
FetchProfile.FetchOverride
           
Formula
          Formula.
Index
          Define a DB index
IndexColumn
          Describe an index column of a List Prefer the standard OrderColumn annotation
JoinColumnsOrFormulas
           
JoinFormula
          JoinFormula.
 

Classes in org.hibernate.annotations used by org.hibernate.cfg.annotations
BatchSize
          Batch size for SQL loading
Cache
          Add caching strategy to a root entity or a collection
CacheConcurrencyStrategy
          Cache concurrency strategy
Entity
          Deprecated. See individual attributes for intended replacements. To be removed in 4.1
Index
          Define a DB index
NamedNativeQueries
          Extends NamedNativeQueries to hold hibernate NamedNativeQuery objects
NamedNativeQuery
          Extends NamedNativeQuery with Hibernate features
NamedQueries
          Extends NamedQueries to hold hibernate NamedQuery objects
NamedQuery
          Extends NamedQuery with Hibernate features
OrderBy
          Order a collection using SQL ordering (not HQL ordering)
Proxy
          Lazy and proxy configuration of a particular class
Sort
          Collection sort (Java level sorting)
Table
          Complementary information to a table either primary or secondary
Tables
          Plural of Table
Type
          hibernate type
Where
          Where clause to add to the element Entity or target entity of a collection The clause is written in SQL
 

Classes in org.hibernate.annotations used by org.hibernate.ejb.test.cascade
AccessType
          Property Access type Prefer the standard Access annotation
Entity
          Deprecated. See individual attributes for intended replacements. To be removed in 4.1
Proxy
          Lazy and proxy configuration of a particular class
 

Classes in org.hibernate.annotations used by org.hibernate.ejb.test.emops
Cascade
          Apply a cascade strategy on an association
 

Classes in org.hibernate.annotations used by org.hibernate.ejb.test.xml.sequences
BatchSize
          Batch size for SQL loading
 

Classes in org.hibernate.annotations used by org.hibernate.envers.test.entities.customtype
TypeDef
          Type definition
 

Classes in org.hibernate.annotations used by org.hibernate.envers.test.entities.ids
TypeDef
          Type definition
 

Classes in org.hibernate.annotations used by org.hibernate.envers.test.integration.inheritance.single.discriminatorformula
DiscriminatorFormula
          Discriminator formula To be placed at the root entity.
 

Classes in org.hibernate.annotations used by org.hibernate.metamodel.source.annotations
FetchMode
          Fetch options on associations
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.access
AccessType
          Property Access type Prefer the standard Access annotation
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.any
Any
          Define a ToOne association pointing to several entity types.
AnyMetaDef
          Defines @Any and @manyToAny metadata
Cascade
          Apply a cascade strategy on an association
ManyToAny
          Defined a ToMany association pointing to different entity types.
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.array
IndexColumn
          Describe an index column of a List Prefer the standard OrderColumn annotation
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.collectionelement
Fetch
          Define the fetching strategy used for the given association
Filter
          Add filters to an entity or a target entity of a collection
FilterDef
          Filter definition
Parent
          Reference the property as a pointer back to the owner (generally the owning entity)
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.collectionelement.indexedCollection
GenericGenerator
          Generator annotation describing any kind of Hibernate generator in a detyped manner
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.embedded
AccessType
          Property Access type Prefer the standard Access annotation
Parent
          Reference the property as a pointer back to the owner (generally the owning entity)
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.embedded.many2one
AccessType
          Property Access type Prefer the standard Access annotation
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.embedded.one2many
AccessType
          Property Access type Prefer the standard Access annotation
Entity
          Deprecated. See individual attributes for intended replacements. To be removed in 4.1
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.engine.collection
Cascade
          Apply a cascade strategy on an association
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.entity
BatchSize
          Batch size for SQL loading
Cache
          Add caching strategy to a root entity or a collection
Columns
          Support an array of columns.
Entity
          Deprecated. See individual attributes for intended replacements. To be removed in 4.1
Filter
          Add filters to an entity or a target entity of a collection
FilterDef
          Filter definition
Filters
          Add multiple @Filters
Formula
          Formula.
OptimisticLock
          Whether or not a change of the annotated property will trigger a entity version increment.
Proxy
          Lazy and proxy configuration of a particular class
Table
          Complementary information to a table either primary or secondary
Type
          hibernate type
TypeDef
          Type definition
Where
          Where clause to add to the element Entity or target entity of a collection The clause is written in SQL
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.fetch
Fetch
          Define the fetching strategy used for the given association
LazyCollection
          Define the lazy status of a collection
LazyToOne
          Define the lazy status of a ToOne association (ie OneToOne or ManyToOne)
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.generics
Type
          hibernate type
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.idmanytoone
Proxy
          Lazy and proxy configuration of a particular class
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.immutable
Cascade
          Apply a cascade strategy on an association
Immutable
          Mark an Entity or a Collection as immutable.
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.indexcoll
IndexColumn
          Describe an index column of a List Prefer the standard OrderColumn annotation
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.inheritance
OnDelete
          Strategy to use on collections, arrays and on joined subclasses delete OnDelete of secondary tables currently not supported.
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.inheritance.joined
ForeignKey
           
Table
          Complementary information to a table either primary or secondary
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.inheritance.singletable
DiscriminatorFormula
          Discriminator formula To be placed at the root entity.
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.join
Index
          Define a DB index
Tables
          Plural of Table
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.loader
Fetch
          Define the fetching strategy used for the given association
Loader
          Loader Annotation for overwriting Hibernate default FIND method
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.lob
Type
          hibernate type
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.manytomany
Cascade
          Apply a cascade strategy on an association
Filter
          Add filters to an entity or a target entity of a collection
FilterDef
          Filter definition
FilterJoinTable
          Add filters to a join table collection
ForeignKey
           
Where
          Where clause to add to the element Entity or target entity of a collection The clause is written in SQL
WhereJoinTable
          Where clause to add to the colleciton join table The clause is written in SQL
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.manytoone
ForeignKey
           
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.manytoonewithformula
JoinColumnsOrFormulas
           
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.naturalid
Cache
          Add caching strategy to a root entity or a collection
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.notfound
NotFound
          Action to do when an element is not found on a association.
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.onetomany
BatchSize
          Batch size for SQL loading
Cascade
          Apply a cascade strategy on an association
ForeignKey
           
Formula
          Formula.
OnDelete
          Strategy to use on collections, arrays and on joined subclasses delete OnDelete of secondary tables currently not supported.
OrderBy
          Order a collection using SQL ordering (not HQL ordering)
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.persister
Entity
          Deprecated. See individual attributes for intended replacements. To be removed in 4.1
Persister
          Specify a custom persister.
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.polymorphism
Entity
          Deprecated. See individual attributes for intended replacements. To be removed in 4.1
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.query
Loader
          Loader Annotation for overwriting Hibernate default FIND method
NamedNativeQueries
          Extends NamedNativeQueries to hold hibernate NamedNativeQuery objects
NamedQuery
          Extends NamedQuery with Hibernate features
SQLDelete
          SqlDelete Annotation for overwriting Hibernate default DELETE method
SQLDeleteAll
          SqlDelete Annotation for overwriting Hibernate default DELETE ALL method
SQLInsert
          SqlInsert Annotation for overwriting Hibernate default INSERT INTO method
SQLUpdate
          SqlUpdate Annotation for overwriting Hibernate default UPDATE method
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.strategy
Index
          Define a DB index
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.subselect
Subselect
          Map an immutable and read-only entity to a given SQL subselect expression:
Synchronize
          Ensures that auto-flush happens correctly and that queries against the derived entity do not return stale data.
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.tableperclass
Index
          Define a DB index
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.target
Target
          Define an explicit target,a voiding reflection and generics resolving
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.tuplizer
Tuplizer
          Define a tuplizer for an entity or a component
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.type
Columns
          Support an array of columns.
GenericGenerator
          Generator annotation describing any kind of Hibernate generator in a detyped manner
Type
          hibernate type
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.various
Generated
          The annotated property is generated by the database
Table
          Complementary information to a table either primary or secondary
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.various.readwriteexpression
ColumnTransformer
          Custom SQL expression used to read the value from and write a value to a column.
 

Classes in org.hibernate.annotations used by org.hibernate.test.annotations.xml.hbm
Proxy
          Lazy and proxy configuration of a particular class
 

Classes in org.hibernate.annotations used by org.hibernate.test.cache
Cache
          Add caching strategy to a root entity or a collection
GenericGenerator
          Generator annotation describing any kind of Hibernate generator in a detyped manner
 

Classes in org.hibernate.annotations used by org.hibernate.test.flush
GenericGenerator
          Generator annotation describing any kind of Hibernate generator in a detyped manner
 

Classes in org.hibernate.annotations used by org.hibernate.test.locking
GenericGenerator
          Generator annotation describing any kind of Hibernate generator in a detyped manner
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.