A B C D E F G H I J L M N O P Q R S T U V W X

A

AbstractLobType - Class in org.hibernate.type
 
AbstractLobType() - Constructor for class org.hibernate.type.AbstractLobType
 
AbstractPropertyHolder - Class in org.hibernate.cfg
 
AbstractPropertyHolder(String, PropertyHolder, XClass, ExtendedMappings) - Constructor for class org.hibernate.cfg.AbstractPropertyHolder
 
AccessType - Annotation Type in org.hibernate.annotations
Property Access type
accessType - Variable in class org.hibernate.cfg.InheritanceState
only defined on embedded superclasses
add(Document) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addAnnotatedClass(Class) - Method in class org.hibernate.cfg.AnnotationConfiguration
Read a mapping from the class annotation metadata (JSR 175).
addAnyMetaDef(AnyMetaDef) - Method in class org.hibernate.cfg.ExtendedMappings
 
addCacheableFile(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addCacheableFile(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addClass(Class) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addClassType(XClass) - Method in class org.hibernate.cfg.ExtendedMappings
 
addColumnBinding(SimpleValue) - Method in class org.hibernate.cfg.Ejb3Column
 
addColumnBinding(SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
addDefaultGenerator(IdGenerator) - Method in class org.hibernate.cfg.ExtendedMappings
 
addDefaultQuery(String, NamedQueryDefinition) - Method in class org.hibernate.cfg.ExtendedMappings
 
addDefaultResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.cfg.ExtendedMappings
 
addDefaultSQLQuery(String, NamedSQLQueryDefinition) - Method in class org.hibernate.cfg.ExtendedMappings
 
addDirectory(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addDocument(Document) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addDocument(Document) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
Add a document and return the list of added classes names
addFile(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addFile(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addFilter(String, String) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
addGenerator(IdGenerator) - Method in class org.hibernate.cfg.ExtendedMappings
 
addGeneratorTable(String, Properties) - Method in class org.hibernate.cfg.ExtendedMappings
 
addIndex(Index, boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
addIndexes(Table, Index[], ExtendedMappings) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
addInputStream(InputStream) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addJar(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addJoin(JoinTable, PropertyHolder, boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addJoin(JoinTable, boolean) - Method in interface org.hibernate.cfg.PropertyHolder
 
addJoins(PersistentClass, Map<String, Join>) - Method in class org.hibernate.cfg.ExtendedMappings
 
addMappedBy(String, String, String) - Method in class org.hibernate.cfg.ExtendedMappings
 
addPackage(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Read package level metadata
addParam(String, String) - Method in class org.hibernate.mapping.IdGenerator
 
addProperties(Properties) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addProperty(Property, Ejb3Column[]) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addProperty(Property) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addProperty(Property) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addProperty(Property, Ejb3Column[]) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addProperty(Property, Ejb3Column[]) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addProperty(Property) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addProperty(Property) - Method in interface org.hibernate.cfg.PropertyHolder
 
addProperty(Property, Ejb3Column[]) - Method in interface org.hibernate.cfg.PropertyHolder
 
addPropertyReference(String, String) - Method in class org.hibernate.cfg.ExtendedMappings
 
addPropertyReferencedAssociation(String, String, String) - Method in class org.hibernate.cfg.ExtendedMappings
 
addQuery(String, NamedQueryDefinition) - Method in class org.hibernate.cfg.ExtendedMappings
 
addResource(String, ClassLoader) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addResource(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.cfg.ExtendedMappings
 
addSQLQuery(String, NamedSQLQueryDefinition) - Method in class org.hibernate.cfg.ExtendedMappings
 
addUnderscores(String) - Static method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
addUniqueConstraints(Table, List) - Method in class org.hibernate.cfg.ExtendedMappings
 
addUniquePropertyReference(String, String) - Method in class org.hibernate.cfg.ExtendedMappings
 
addURL(URL) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
addXML(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
AnnotatedClassType - Enum in org.hibernate.cfg
Type of annotation of a class will give its type
ANNOTATION_STRING_DEFAULT - Static variable in class org.hibernate.cfg.BinderHelper
 
AnnotationBinder - Class in org.hibernate.cfg
JSR 175 annotation binder Will read the annotation from classes, apply the principles of the EJB3 spec and produces the Hibernate configuration-time metamodel (the classes in the mapping package)
AnnotationConfiguration - Class in org.hibernate.cfg
Similar to the Configuration object but handles EJB3 and Hibernate specific annotations as a metadata facility
AnnotationConfiguration() - Constructor for class org.hibernate.cfg.AnnotationConfiguration
 
AnnotationConfiguration(SettingsFactory) - Constructor for class org.hibernate.cfg.AnnotationConfiguration
 
AnnotationException - Exception in org.hibernate
Annotation related exception.
AnnotationException(String, Throwable) - Constructor for exception org.hibernate.AnnotationException
 
AnnotationException(Throwable) - Constructor for exception org.hibernate.AnnotationException
 
AnnotationException(String) - Constructor for exception org.hibernate.AnnotationException
 
Any - Annotation Type in org.hibernate.annotations
Define a ToOne association pointing to several entity types.
AnyMetaDef - Annotation Type in org.hibernate.annotations
Defines @Any and @manyToAny metadata
AnyMetaDefs - Annotation Type in org.hibernate.annotations
Defines @Any and @ManyToAny set of metadata.
ArrayBinder - Class in org.hibernate.cfg.annotations
Bind an Array
ArrayBinder() - Constructor for class org.hibernate.cfg.annotations.ArrayBinder
 
ARTEFACT - Static variable in class org.hibernate.cfg.AnnotationConfiguration
 
assemble(Serializable, Object) - Method in class org.hibernate.type.CharacterArrayClobType
 
assemble(Serializable, Object) - Method in class org.hibernate.type.EnumType
 
assemble(Serializable, Object) - Method in class org.hibernate.type.StringClobType
 

B

BagBinder - Class in org.hibernate.cfg.annotations
Bind a bag.
BagBinder() - Constructor for class org.hibernate.cfg.annotations.BagBinder
 
BatchSize - Annotation Type in org.hibernate.annotations
Batch size for SQL loading
bind() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
bind() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
bind() - Method in class org.hibernate.cfg.annotations.TableBinder
 
bind() - Method in class org.hibernate.cfg.Ejb3Column
 
bindAnyMetaDefs(XAnnotatedElement, ExtendedMappings) - Static method in class org.hibernate.cfg.BinderHelper
 
bindClass(XClass, Map<XClass, InheritanceState>, ExtendedMappings) - Static method in class org.hibernate.cfg.AnnotationBinder
Bind a class having JSR175 annotations The subclasses have to be binded after its mother class
bindDefaults(ExtendedMappings) - Static method in class org.hibernate.cfg.AnnotationBinder
 
bindDiscriminatorValue() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
bindEntity() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
BinderHelper - Class in org.hibernate.cfg
 
bindFk(PersistentClass, PersistentClass, Ejb3JoinColumn[], SimpleValue, boolean, ExtendedMappings) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
bindManytoManyInverseFk(PersistentClass, Ejb3JoinColumn[], SimpleValue, boolean, ExtendedMappings) - Static method in class org.hibernate.cfg.annotations.CollectionBinder
bind the inverse FK of a ManyToMany If we are in a mappedBy case, read the columns from the associated colletion element Otherwise delegates to the usual algorithm
bindManyToManySecondPass(Collection, Map, Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], boolean, XClass, boolean, boolean, boolean, TableBinder, XProperty, PropertyHolder, String, ExtendedMappings) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
bindNativeQueries(NamedNativeQueries, ExtendedMappings, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNativeQueries(NamedNativeQueries, ExtendedMappings) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNativeQuery(NamedNativeQuery, ExtendedMappings, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNativeQuery(NamedNativeQuery, ExtendedMappings) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindOneToManySecondPass(Collection, Map, Ejb3JoinColumn[], XClass, boolean, boolean, String, ExtendedMappings) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
bindPackage(String, ExtendedMappings) - Static method in class org.hibernate.cfg.AnnotationBinder
 
bindQueries(NamedQueries, ExtendedMappings, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQueries(NamedQueries, ExtendedMappings) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQuery(NamedQuery, ExtendedMappings, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQuery(NamedQuery, ExtendedMappings) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindSqlResultsetMapping(SqlResultSetMapping, ExtendedMappings, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindSqlResultsetMappings(SqlResultSetMappings, ExtendedMappings, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindStarToManySecondPass(Map, XClass, Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], boolean, XProperty, boolean, TableBinder, boolean, ExtendedMappings) - Method in class org.hibernate.cfg.annotations.CollectionBinder
return true if it's a Fk, false if it's an association table
bindStarToManySecondPass(Map, XClass, Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], boolean, XProperty, boolean, TableBinder, boolean, ExtendedMappings) - Method in class org.hibernate.cfg.annotations.IdBagBinder
 
bindTable(String, String, String, List, String, Table) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
BUFFER_SIZE - Static variable in class org.hibernate.type.CharacterArrayClobType
 
buildAnnotationReader(AnnotatedElement) - Method in class org.hibernate.cfg.annotations.reflection.EJB3ReflectionManager
 
buildAnyValue(String, Ejb3JoinColumn[], Column, PropertyData, boolean, Nullability, PropertyHolder, EntityBinder, boolean, ExtendedMappings) - Static method in class org.hibernate.cfg.BinderHelper
 
buildColumnFromAnnotation(Column[], Formula, Nullability, PropertyHolder, PropertyData, Map<String, Join>, ExtendedMappings) - Static method in class org.hibernate.cfg.Ejb3Column
 
buildColumnFromAnnotation(IndexColumn, PropertyHolder, PropertyData, ExtendedMappings) - Static method in class org.hibernate.cfg.IndexColumn
 
buildDiscriminatorColumn(DiscriminatorType, DiscriminatorColumn, DiscriminatorFormula, ExtendedMappings) - Static method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
buildInheritanceStates(List<XClass>, ReflectionManager) - Static method in class org.hibernate.cfg.AnnotationBinder
 
buildJoinColumn(PrimaryKeyJoinColumn, JoinColumn, Value, Map<String, Join>, PropertyHolder, ExtendedMappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
Build JoinColumn for a JOINED hierarchy
buildJoinColumns(JoinColumn[], String, Map<String, Join>, PropertyHolder, String, ExtendedMappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJoinTableJoinColumns(JoinColumn[], Map<String, Join>, PropertyHolder, String, String, ExtendedMappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildNamedQueries(Element, boolean, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.EJB3OverridenAnnotationReader
 
buildPropertyHolder(XClass, PersistentClass, EntityBinder, ExtendedMappings) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
 
buildPropertyHolder(Component, String, PropertyData, PropertyHolder, ExtendedMappings) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
build a component property holder
buildPropertyHolder(Collection, String, XClass, XProperty, PropertyHolder, ExtendedMappings) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
buid a property holder on top of a collection
buildPropertyHolder(PersistentClass, Map<String, Join>, ExtendedMappings) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
must only be used on second level phases ( has to be settled already)
buildSafeClassName(String, String) - Static method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
buildSafeClassName(String, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
buildSequenceGeneratorAnnotation(Element) - Static method in class org.hibernate.cfg.annotations.reflection.EJB3OverridenAnnotationReader
 
buildSessionFactory() - Method in class org.hibernate.cfg.AnnotationConfiguration
 
buildSqlResultsetMappings(Element, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.EJB3OverridenAnnotationReader
 
buildTableGeneratorAnnotation(Element, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.EJB3OverridenAnnotationReader
 
buildUniqueConstraints(UniqueConstraint[]) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
ByteArrayBlobType - Class in org.hibernate.type
Map a Byte[] into a Blob Experimental
ByteArrayBlobType() - Constructor for class org.hibernate.type.ByteArrayBlobType
 

C

Cache - Annotation Type in org.hibernate.annotations
Add caching strategy to a root entity or a collection
CacheConcurrencyStrategy - Enum in org.hibernate.annotations
Cache concurrency strategy
CacheModeType - Enum in org.hibernate.annotations
Enumeration for the different interaction modes between the session and the Level 2 Cache.
canUseJavaAnnotations() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
Cascade - Annotation Type in org.hibernate.annotations
Apply a cascade strategy on an association
cascadeDeleteEnabled - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
CascadeType - Enum in org.hibernate.annotations
Cascade types (can override default EJB3 cascades
CATALOG - Static variable in class org.hibernate.type.EnumType
 
CharacterArrayClobType - Class in org.hibernate.type
Map a Character[] to a Clob Experimental
CharacterArrayClobType() - Constructor for class org.hibernate.type.CharacterArrayClobType
 
Check - Annotation Type in org.hibernate.annotations
Arbitrary SQL check constraints which can be defined at the class, property or collection level
checkIfJoinColumn(Object, PropertyHolder, PropertyData) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
checkPropertyConsistency(Ejb3Column[], String) - Static method in class org.hibernate.cfg.Ejb3Column
 
checkReferencedColumnsType(Ejb3JoinColumn[], PersistentClass, ExtendedMappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
CLASS_NAME - Static variable in class org.hibernate.type.SerializableToBlobType
class name of the serialisable class
ClassPropertyHolder - Class in org.hibernate.cfg
 
ClassPropertyHolder(PersistentClass, XClass, Map<String, Join>, ExtendedMappings) - Constructor for class org.hibernate.cfg.ClassPropertyHolder
 
ClassPropertyHolder(PersistentClass, XClass, EntityBinder, ExtendedMappings) - Constructor for class org.hibernate.cfg.ClassPropertyHolder
 
classToTableName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
clazz - Variable in class org.hibernate.cfg.InheritanceState
 
collection - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
CollectionBinder - Class in org.hibernate.cfg.annotations
Collection binder
CollectionBinder() - Constructor for class org.hibernate.cfg.annotations.CollectionBinder
 
CollectionBinder(boolean) - Constructor for class org.hibernate.cfg.annotations.CollectionBinder
 
CollectionId - Annotation Type in org.hibernate.annotations
Describe an identifier column for a bag (ie an idbag) EXPERIMENTAL: the structure of this annotation might slightly change (generator() mix strategy and generator
CollectionOfElements - Annotation Type in org.hibernate.annotations
Annotation used to mark a collection as a collection of elements or a collection of embedded objects
CollectionPropertyHolder - Class in org.hibernate.cfg
 
CollectionPropertyHolder(Collection, String, XClass, XProperty, PropertyHolder, ExtendedMappings) - Constructor for class org.hibernate.cfg.CollectionPropertyHolder
 
CollectionSearchConfiguration - Class in org.hibernate.cfg.search
Enable collection event listeners for Hibernate Search
CollectionSearchConfiguration() - Constructor for class org.hibernate.cfg.search.CollectionSearchConfiguration
 
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
COLUMN - Static variable in class org.hibernate.type.EnumType
 
columnName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
Columns - Annotation Type in org.hibernate.annotations
Support an array of columns.
columns - Variable in class org.hibernate.cfg.FkSecondPass
 
ComponentPropertyHolder - Class in org.hibernate.cfg
Component implementation of property holder
ComponentPropertyHolder(Component, String, PropertyData, PropertyHolder, ExtendedMappings) - Constructor for class org.hibernate.cfg.ComponentPropertyHolder
 
configure() - Method in class org.hibernate.cfg.AnnotationConfiguration
 
configure(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
configure(URL) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
configure(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
configure(Document) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.ArrayBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.BagBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.IdBagBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.ListBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.MapBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.PrimitiveArrayBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.SetBinder
 
createExtendedMappings() - Method in class org.hibernate.cfg.AnnotationConfiguration
 
createFormulatedValue(Value, Collection, String, PersistentClass) - Method in class org.hibernate.cfg.annotations.MapBinder
 
CreateKeySecondPass - Class in org.hibernate.cfg
 
CreateKeySecondPass(RootClass) - Constructor for class org.hibernate.cfg.CreateKeySecondPass
 
CreateKeySecondPass(JoinedSubclass) - Constructor for class org.hibernate.cfg.CreateKeySecondPass
 
createSyntheticPropertyReference(Ejb3JoinColumn[], PersistentClass, PersistentClass, Value, boolean, ExtendedMappings) - Static method in class org.hibernate.cfg.BinderHelper
 
createUniqueConstraint(Value) - Static method in class org.hibernate.cfg.annotations.TableBinder
 

D

deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
 
deepCopy(Object) - Method in class org.hibernate.type.CharacterArrayClobType
 
deepCopy(Object) - Method in class org.hibernate.type.EnumType
 
deepCopy(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
deepCopy(Object) - Method in class org.hibernate.type.StringClobType
 
DEFAULT_COLUMN_LENGTH - Static variable in class org.hibernate.cfg.Ejb3Column
 
DEFAULT_PRECEDENCE - Static variable in class org.hibernate.cfg.AnnotationConfiguration
 
DefaultComponentSafeNamingStrategy - Class in org.hibernate.cfg
 
DefaultComponentSafeNamingStrategy() - Constructor for class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
defineFetchingStrategy(ToOne, XProperty) - Static method in class org.hibernate.cfg.AnnotationBinder
 
disassemble(Object) - Method in class org.hibernate.type.CharacterArrayClobType
 
disassemble(Object) - Method in class org.hibernate.type.EnumType
 
disassemble(Object) - Method in class org.hibernate.type.StringClobType
 
DiscriminatorFormula - Annotation Type in org.hibernate.annotations
Discriminator formula To be placed at the root entity.
doConfigure(InputStream, String) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
doConfigure(Document) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
doSecondPass(Map) - Method in class org.hibernate.cfg.annotations.ResultsetMappingSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.CreateKeySecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.IndexOrUniqueKeySecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.OneToOneSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.SecondaryTableSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.ToOneFkSecondPass
 

E

Ejb3Column - Class in org.hibernate.cfg
Wrap state of an EJB3 @Column annotation and build the Hibernate column mapping element
Ejb3Column() - Constructor for class org.hibernate.cfg.Ejb3Column
 
Ejb3DiscriminatorColumn - Class in org.hibernate.cfg
Discriminator column
Ejb3DiscriminatorColumn() - Constructor for class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
EJB3DTDEntityResolver - Class in org.hibernate.cfg
 
EJB3DTDEntityResolver() - Constructor for class org.hibernate.cfg.EJB3DTDEntityResolver
 
Ejb3JoinColumn - Class in org.hibernate.cfg
Wrap state of an EJB3 @JoinColumn annotation and build the Hibernate column mapping element
EJB3NamingStrategy - Class in org.hibernate.cfg
NAming strategy implementing the EJB3 standards
EJB3NamingStrategy() - Constructor for class org.hibernate.cfg.EJB3NamingStrategy
 
EJB3OverridenAnnotationReader - Class in org.hibernate.cfg.annotations.reflection
Encapsulates the overriding of Java annotations from an EJB 3.0 descriptor.
EJB3OverridenAnnotationReader(AnnotatedElement, XMLContext) - Constructor for class org.hibernate.cfg.annotations.reflection.EJB3OverridenAnnotationReader
 
EJB3ReflectionManager - Class in org.hibernate.cfg.annotations.reflection
 
EJB3ReflectionManager() - Constructor for class org.hibernate.cfg.annotations.reflection.EJB3ReflectionManager
 
enableHibernateSearch(EventListeners, Object, Class) - Static method in class org.hibernate.cfg.search.CollectionSearchConfiguration
 
enableHibernateSearch(EventListeners, Properties) - Static method in class org.hibernate.cfg.search.SearchConfiguration
 
Entity - Annotation Type in org.hibernate.annotations
Extends Entity with Hibernate features
EntityBinder - Class in org.hibernate.cfg.annotations
Stateful holder and processor for binding Entity information
EntityBinder() - Constructor for class org.hibernate.cfg.annotations.EntityBinder
Use as a fake one for Collection of elements
EntityBinder(Entity, Entity, XClass, PersistentClass, ExtendedMappings) - Constructor for class org.hibernate.cfg.annotations.EntityBinder
 
ENUM - Static variable in class org.hibernate.type.EnumType
 
EnumType - Class in org.hibernate.type
Enum type mapper Try and find the appropriate SQL type depending on column metadata
EnumType() - Constructor for class org.hibernate.type.EnumType
 
equals(Object) - Method in class org.hibernate.cfg.FkSecondPass
 
equals(Object, Object) - Method in class org.hibernate.type.CharacterArrayClobType
 
equals(Object, Object) - Method in class org.hibernate.type.EnumType
 
equals(Object, Object) - Method in class org.hibernate.type.StringClobType
 
ExtendedMappings - Class in org.hibernate.cfg
Allow annotation related mappings

at least for named generators


F

Fetch - Annotation Type in org.hibernate.annotations
Define the fetching strategy used for the given association
FetchMode - Enum in org.hibernate.annotations
Fetch options on associations
fillComponent(PropertyHolder, PropertyData, boolean, String, boolean, EntityBinder, boolean, boolean, boolean, ExtendedMappings) - Static method in class org.hibernate.cfg.AnnotationBinder
 
fillSimpleValue(SimpleValue) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
fillTable(String, String, String, String, boolean, List, String, Table, ExtendedMappings) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
Filter - Annotation Type in org.hibernate.annotations
Add filters to an entity or a target entity of a collection
FilterDef - Annotation Type in org.hibernate.annotations
Filter definition
FilterDefs - Annotation Type in org.hibernate.annotations
Array of filter definitions
FilterJoinTable - Annotation Type in org.hibernate.annotations
Add filters to a join table collection
FilterJoinTables - Annotation Type in org.hibernate.annotations
Add multiple @FilterJoinTable to a collection
Filters - Annotation Type in org.hibernate.annotations
Add multiple @Filters
finalSecondaryTableBinding(PropertyHolder) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
findColumnOwner(PersistentClass, String, ExtendedMappings) - Static method in class org.hibernate.cfg.BinderHelper
Find the column owner (ie PersistentClass or Join) of columnName.
findPropertyByName(PersistentClass, String) - Static method in class org.hibernate.cfg.BinderHelper
Retrieve the property by path in a recursive way, including IndetifierProperty in the loop If propertyName is null or empty, the IdentifierProperty is returned
firstLevelSecondaryTablesBinding(SecondaryTable, SecondaryTables) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
FkSecondPass - Class in org.hibernate.cfg
 
FkSecondPass(SimpleValue, Ejb3JoinColumn[]) - Constructor for class org.hibernate.cfg.FkSecondPass
 
FlushModeType - Enum in org.hibernate.annotations
Enumeration extending javax.persistence flush modes.
ForceDiscriminator - Annotation Type in org.hibernate.annotations
ForceDiscriminator flag To be placed at the root entity near @DiscriminatorColumn or @DiscriminatorFormula
forceNotNull() - Method in class org.hibernate.cfg.Ejb3Column
 
ForeignKey - Annotation Type in org.hibernate.annotations
 
foreignKeyColumnName(String, String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
foreignKeyColumnName(String, String, String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
Formula - Annotation Type in org.hibernate.annotations
Formula.
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.ByteArrayBlobType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.SerializableToBlobType
 
fromXMLString(String) - Method in class org.hibernate.type.EnumType
 

G

Generated - Annotation Type in org.hibernate.annotations
The annotated property is generated by the database
GenerationTime - Enum in org.hibernate.annotations
When should the generation occurs
GenericGenerator - Annotation Type in org.hibernate.annotations
Generator annotation describing any kind of Hibernate generator in a detyped manner
GenericGenerators - Annotation Type in org.hibernate.annotations
Array of generic generator definitions
get(ResultSet, String) - Method in class org.hibernate.type.AbstractLobType
 
get(ResultSet, String) - Method in class org.hibernate.type.ByteArrayBlobType
 
get(ResultSet, String) - Method in class org.hibernate.type.SerializableToBlobType
 
getAccess() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getAllDocuments() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getAnnotation(Class<T>) - Method in class org.hibernate.cfg.annotations.reflection.EJB3OverridenAnnotationReader
 
getAnnotations() - Method in class org.hibernate.cfg.annotations.reflection.EJB3OverridenAnnotationReader
 
getAnyMetaDef(String) - Method in class org.hibernate.cfg.ExtendedMappings
 
getBase() - Method in class org.hibernate.cfg.IndexColumn
 
getCacheConcurrencyStrategy(CacheConcurrencyStrategy) - Static method in class org.hibernate.cfg.annotations.EntityBinder
 
getCascadePersist() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getCatalog() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getClasses() - Method in class org.hibernate.cfg.ExtendedMappings
 
getClassName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getClassName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getClassName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getClassName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getClassOrElement() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class itself or the element type if an array
getClassOrElement() - Method in class org.hibernate.cfg.PropertyInferredData
 
getClassOrElement() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getClassOrElement() - Method in class org.hibernate.cfg.WrappedInferredData
 
getClassOrElementName() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class name itself or the element type if an array
getClassOrElementName() - Method in class org.hibernate.cfg.PropertyInferredData
 
getClassOrElementName() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getClassOrElementName() - Method in class org.hibernate.cfg.WrappedInferredData
 
getClassType(XClass) - Method in class org.hibernate.cfg.ExtendedMappings
get and maintain a cache of class type.
getCollection() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getCollectionBinder(String, XProperty, boolean) - Static method in class org.hibernate.cfg.annotations.CollectionBinder
collection binder factory
getColumnSpan(Mapping) - Method in class org.hibernate.type.AbstractLobType
 
getDefault(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getDefaultAccess() - Method in interface org.hibernate.cfg.PropertyData
 
getDefaultAccess() - Method in class org.hibernate.cfg.PropertyInferredData
 
getDefaultAccess() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getDefaultAccess() - Method in class org.hibernate.cfg.WrappedInferredData
 
getDefaultEntityListeners() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getDefaults() - Method in class org.hibernate.cfg.annotations.reflection.EJB3ReflectionManager
 
getDiscriminatorTypeName() - Method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
getEntityName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getEntityName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getEntityName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getEntityName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getEntityOwnerClassName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getEntityOwnerClassName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getEntityOwnerClassName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getEntityOwnerClassName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getFetchMode(FetchType) - Static method in class org.hibernate.cfg.AnnotationBinder
 
getFormulaString() - Method in class org.hibernate.cfg.Ejb3Column
 
getFromMappedBy(String, String) - Method in class org.hibernate.cfg.ExtendedMappings
 
getGenerator(String) - Method in class org.hibernate.cfg.ExtendedMappings
 
getGenerator(String, Map<String, IdGenerator>) - Method in class org.hibernate.cfg.ExtendedMappings
Try to find the generator from the localGenerators and then from the global generator list
getGeneratorTableProperties(String, Map<String, Properties>) - Method in class org.hibernate.cfg.ExtendedMappings
 
getHashCode(Object, EntityMode) - Method in class org.hibernate.type.AbstractLobType
 
getHashCode(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
 
getHashCode(Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
getIdentifier() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getIdentifier() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getIdentifier() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getIdentifier() - Method in interface org.hibernate.cfg.PropertyHolder
 
getIdentifierGeneratorStrategy() - Method in class org.hibernate.mapping.IdGenerator
 
getJoin() - Method in class org.hibernate.cfg.Ejb3Column
 
getJoins(String) - Method in class org.hibernate.cfg.ExtendedMappings
 
getLength() - Method in class org.hibernate.cfg.Ejb3Column
 
getLogicalColumnName() - Method in class org.hibernate.cfg.Ejb3Column
 
getManyToManyOwnerSideEntityName() - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
getMappedBy() - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
getMappingColumn() - Method in class org.hibernate.cfg.Ejb3Column
 
getMappings() - Method in class org.hibernate.cfg.Ejb3Column
 
getMetadataComplete() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getName() - Method in class org.hibernate.cfg.annotations.TableBinder
 
getName() - Method in class org.hibernate.cfg.Ejb3Column
 
getName() - Method in class org.hibernate.mapping.IdGenerator
 
getName() - Method in class org.hibernate.type.AbstractLobType
 
getOverriddenColumn(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
Get column overriding, property first, then parent, then holder
getOverriddenColumn(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getOverriddenColumn(String) - Method in interface org.hibernate.cfg.PropertyHolder
return null if the column is not overridden, or an array of column if true
getOverriddenJoinColumn(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
Get column overriding, property first, then parent, then holder
getOverriddenJoinColumn(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getOverriddenJoinColumn(String) - Method in interface org.hibernate.cfg.PropertyHolder
return null if the column is not overridden, or an array of column if true
getPackageName() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getParams() - Method in class org.hibernate.mapping.IdGenerator
 
getPath() - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
getPath() - Method in interface org.hibernate.cfg.PropertyHolder
 
getPersistentClass() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getPersistentClass() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getPersistentClass() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getPersistentClass() - Method in interface org.hibernate.cfg.PropertyHolder
 
getPrecision() - Method in class org.hibernate.cfg.Ejb3Column
 
getProperty() - Method in interface org.hibernate.cfg.PropertyData
 
getProperty() - Method in class org.hibernate.cfg.PropertyInferredData
 
getProperty() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getProperty() - Method in class org.hibernate.cfg.WrappedInferredData
 
getPropertyAccessor() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getPropertyAccessor(XAnnotatedElement) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getPropertyClass() - Method in interface org.hibernate.cfg.PropertyData
Return the class itself
getPropertyClass() - Method in class org.hibernate.cfg.PropertyInferredData
 
getPropertyClass() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getPropertyClass() - Method in class org.hibernate.cfg.WrappedInferredData
 
getPropertyHolder() - Method in class org.hibernate.cfg.Ejb3Column
 
getPropertyName() - Method in class org.hibernate.cfg.Ejb3Column
 
getPropertyName() - Method in interface org.hibernate.cfg.PropertyData
 
getPropertyName() - Method in class org.hibernate.cfg.PropertyInferredData
 
getPropertyName() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getPropertyName() - Method in class org.hibernate.cfg.WrappedInferredData
 
getPropertyReferencedAssociation(String, String) - Method in class org.hibernate.cfg.ExtendedMappings
 
getReferencedColumn() - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
getReferencedEntityName() - Method in class org.hibernate.cfg.FkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.cfg.ToOneFkSecondPass
 
getReflectionManager() - Method in class org.hibernate.cfg.AnnotationConfiguration
 
getReflectionManager() - Method in class org.hibernate.cfg.ExtendedMappings
 
getRelativePath(PropertyHolder, String) - Static method in class org.hibernate.cfg.BinderHelper
 
getReturnedClass() - Method in class org.hibernate.type.ByteArrayBlobType
 
getReturnedClass() - Method in class org.hibernate.type.PrimitiveByteArrayBlobType
 
getReturnedClass() - Method in class org.hibernate.type.SerializableToBlobType
 
getScale() - Method in class org.hibernate.cfg.Ejb3Column
 
getSchema() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getSecondaryTableName() - Method in class org.hibernate.cfg.Ejb3Column
 
getSecondaryTables() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, ExtendedMappings) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, ExtendedMappings) - Method in class org.hibernate.cfg.annotations.ListBinder
 
getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, ExtendedMappings) - Method in class org.hibernate.cfg.annotations.MapBinder
 
getSqlType() - Method in class org.hibernate.cfg.Ejb3Column
 
getSuperclassInheritanceState(XClass, Map<XClass, InheritanceState>, ReflectionManager) - Static method in class org.hibernate.cfg.InheritanceState
 
getSuperEntityInheritanceState(XClass, Map<XClass, InheritanceState>, ReflectionManager) - Static method in class org.hibernate.cfg.InheritanceState
 
getTable() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getTable() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getTable() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getTable() - Method in class org.hibernate.cfg.Ejb3Column
Find appropriate table of the column.
getTable() - Method in interface org.hibernate.cfg.PropertyHolder
 
getTableUniqueConstraints() - Method in class org.hibernate.cfg.ExtendedMappings
 
getTypeName() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class name itself
getTypeName() - Method in class org.hibernate.cfg.PropertyInferredData
 
getTypeName() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getTypeName() - Method in class org.hibernate.cfg.WrappedInferredData
 
getUniqueCounter() - Method in class org.hibernate.cfg.FkSecondPass
 
getValue() - Method in class org.hibernate.cfg.FkSecondPass
 
getXMLContext() - Method in class org.hibernate.cfg.annotations.reflection.EJB3ReflectionManager
 
getXMLTree(String, String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 

H

hasContext() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
hashCode() - Method in class org.hibernate.cfg.FkSecondPass
 
hashCode(Object) - Method in class org.hibernate.type.CharacterArrayClobType
 
hashCode(Object) - Method in class org.hibernate.type.EnumType
 
hashCode(Object) - Method in class org.hibernate.type.StringClobType
 
hasParents - Variable in class org.hibernate.cfg.InheritanceState
a mother entity is available
hasSons - Variable in class org.hibernate.cfg.InheritanceState
has son either mappedsuperclass son or entity son
hqlOrderBy - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 

I

IdBagBinder - Class in org.hibernate.cfg.annotations
 
IdBagBinder() - Constructor for class org.hibernate.cfg.annotations.IdBagBinder
 
IdGenerator - Class in org.hibernate.mapping
Identifier generator container, Useful to keep named generator in annotations
IdGenerator() - Constructor for class org.hibernate.mapping.IdGenerator
 
Immutable - Annotation Type in org.hibernate.annotations
Mark an Entity or a Collection as immutable No annotation means the element is mutable
Index - Annotation Type in org.hibernate.annotations
Define a DB index
IndexColumn - Annotation Type in org.hibernate.annotations
Describe an index column of a List
indexColumn - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
IndexColumn - Class in org.hibernate.cfg
index column
IndexColumn(boolean, String, int, int, int, String, boolean, boolean, boolean, boolean, String, Map<String, Join>, PropertyHolder, ExtendedMappings) - Constructor for class org.hibernate.cfg.IndexColumn
 
IndexOrUniqueKeySecondPass - Class in org.hibernate.cfg
 
IndexOrUniqueKeySecondPass(Table, String, String[], ExtendedMappings) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
Build an index
IndexOrUniqueKeySecondPass(String, Ejb3Column, ExtendedMappings) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
Build an index
IndexOrUniqueKeySecondPass(String, Ejb3Column, ExtendedMappings, boolean) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
Build an index if unique is false or a Unique Key if unique is true
InheritanceState - Class in org.hibernate.cfg
Some extra data to the inheritance position of a class
InheritanceState(XClass) - Constructor for class org.hibernate.cfg.InheritanceState
 
initMappingColumn(String, String, int, int, int, boolean, String, boolean, boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
INSTANCE - Static variable in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
INSTANCE - Static variable in class org.hibernate.cfg.EJB3DTDEntityResolver
 
INSTANCE - Static variable in class org.hibernate.cfg.EJB3NamingStrategy
 
isAnnotationPresent(Class<T>) - Method in class org.hibernate.cfg.annotations.reflection.EJB3OverridenAnnotationReader
 
isComponent() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
isComponent() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
isComponent() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
isComponent() - Method in interface org.hibernate.cfg.PropertyHolder
 
isDefault(XClass, ExtendedMappings) - Static method in class org.hibernate.cfg.AnnotationBinder
 
isDefault(String) - Static method in class org.hibernate.cfg.BinderHelper
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AbstractLobType
 
isEmbeddableSuperclass - Variable in class org.hibernate.cfg.InheritanceState
 
isEntity() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
isEntity() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
isEntity() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
isEntity() - Method in interface org.hibernate.cfg.PropertyHolder
 
isEqual(Object, Object, EntityMode) - Method in class org.hibernate.type.AbstractLobType
 
isEqual(Object, Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
 
isEqual(Object, Object, EntityMode, SessionFactoryImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
isIgnoreIdAnnotations() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
isImplicit() - Method in class org.hibernate.cfg.Ejb3Column
 
isInPrimaryKey() - Method in class org.hibernate.cfg.FkSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.cfg.ToOneFkSecondPass
 
isInsertable() - Method in class org.hibernate.cfg.Ejb3Column
 
isMutable() - Method in class org.hibernate.type.ByteArrayBlobType
 
isMutable() - Method in class org.hibernate.type.CharacterArrayClobType
 
isMutable() - Method in class org.hibernate.type.EnumType
 
isMutable() - Method in class org.hibernate.type.SerializableToBlobType
 
isMutable() - Method in class org.hibernate.type.StringClobType
 
isNameDeferred() - Method in class org.hibernate.cfg.Ejb3Column
 
isNullable() - Method in class org.hibernate.cfg.Ejb3Column
 
isPropertyAnnotated() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
isPropertyAnnotated(XAnnotatedElement) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
isPropertyAnnotated - Variable in class org.hibernate.cfg.InheritanceState
 
isResolved() - Method in class org.hibernate.cfg.EJB3DTDEntityResolver
 
isSecondary() - Method in class org.hibernate.cfg.Ejb3Column
 
isUnique() - Method in class org.hibernate.cfg.Ejb3Column
 
isUpdatable() - Method in class org.hibernate.cfg.Ejb3Column
 

J

JoinedSubclassFkSecondPass - Class in org.hibernate.cfg
 
JoinedSubclassFkSecondPass(JoinedSubclass, Ejb3JoinColumn[], SimpleValue, ExtendedMappings) - Constructor for class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
joinKeyColumnName(String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
joins - Variable in class org.hibernate.cfg.Ejb3Column
 

L

LazyCollection - Annotation Type in org.hibernate.annotations
Define the lazy status of a collection
LazyCollectionOption - Enum in org.hibernate.annotations
Lazy options available for a collection
LazyToOne - Annotation Type in org.hibernate.annotations
Define the lazy status of a ToOne association (ie OneToOne or ManyToOne)
LazyToOneOption - Enum in org.hibernate.annotations
Lazy options available for a ToOne association
linkValueUsingAColumnCopy(Column, SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
used for mappedBy cases
linkValueUsingDefaultColumnNaming(Column, PersistentClass, SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
linkWithValue(SimpleValue) - Method in class org.hibernate.cfg.Ejb3Column
 
ListBinder - Class in org.hibernate.cfg.annotations
Bind a list
ListBinder() - Constructor for class org.hibernate.cfg.annotations.ListBinder
 
Loader - Annotation Type in org.hibernate.annotations
Loader Annotation for overwriting Hibernate default FIND method
localGenerators - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
logicalColumnName(String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
logicalColumnName(String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 

M

make() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
make() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
makeIdGenerator(SimpleValue, String, String, ExtendedMappings, Map<String, IdGenerator>) - Static method in class org.hibernate.cfg.BinderHelper
apply an id generator to a SimpleValue
ManyToAny - Annotation Type in org.hibernate.annotations
Defined a ToMany association pointing to different entity types.
MapBinder - Class in org.hibernate.cfg.annotations
Implementation to bind a Map
MapBinder(boolean) - Constructor for class org.hibernate.cfg.annotations.MapBinder
 
MapBinder() - Constructor for class org.hibernate.cfg.annotations.MapBinder
 
MapKey - Annotation Type in org.hibernate.annotations
Define the map key columns as an explicit column holding the map key This is completly different from MapKey which use an existing column This annotation and MapKey are mutually exclusive
MapKeyManyToMany - Annotation Type in org.hibernate.annotations
Define the map key columns as an explicit column holding the map key This is completly different from MapKey which use an existing column This annotation and MapKey are mutually exclusive
mapKeyPropertyName - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
mergeProperties(Properties) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
MetaValue - Annotation Type in org.hibernate.annotations
Represent a discriminator value associated to a given entity type

N

NamedNativeQueries - Annotation Type in org.hibernate.annotations
Extends NamedNativeQueries to hold hibernate NamedNativeQuery objects
NamedNativeQuery - Annotation Type in org.hibernate.annotations
Extends NamedNativeQuery with Hibernate features
NamedQueries - Annotation Type in org.hibernate.annotations
Extends NamedQueries to hold hibernate NamedQuery objects
NamedQuery - Annotation Type in org.hibernate.annotations
Extends NamedQuery with Hibernate features
NaturalId - Annotation Type in org.hibernate.annotations
This specifies that a property is part of the natural id of the entity.
NO_REFERENCE - Static variable in class org.hibernate.cfg.Ejb3JoinColumn
 
NON_PK_REFERENCE - Static variable in class org.hibernate.cfg.Ejb3JoinColumn
 
NotFound - Annotation Type in org.hibernate.annotations
Action to do when an element is not found on a association whiel beeing expected
NotFoundAction - Enum in org.hibernate.annotations
Actoin to use when an element is not found in DB while beeing expected
NotYetImplementedException - Exception in org.hibernate.cfg
Mapping not yet implemented
NotYetImplementedException(String, Throwable) - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
NotYetImplementedException(Throwable) - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
NotYetImplementedException(String) - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
Nullability - Enum in org.hibernate.cfg.annotations
Are the columns forced to null, not null or not forced
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.AbstractLobType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractLobType
 
nullSafeGet(ResultSet, String[], Object) - Method in class org.hibernate.type.CharacterArrayClobType
 
nullSafeGet(ResultSet, String[], Object) - Method in class org.hibernate.type.EnumType
 
nullSafeGet(ResultSet, String[], Object) - Method in class org.hibernate.type.StringClobType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.AbstractLobType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.AbstractLobType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class org.hibernate.type.CharacterArrayClobType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class org.hibernate.type.EnumType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class org.hibernate.type.StringClobType
 

O

objectToSQLString(Object) - Method in class org.hibernate.type.EnumType
 
OnDelete - Annotation Type in org.hibernate.annotations
Strategy to use on collections, arrays and on joined subclasses delete OnDelete of secondary tables currently not supported.
OnDeleteAction - Enum in org.hibernate.annotations
Possible actions on deletes
OneToOneSecondPass - Class in org.hibernate.cfg
We have to handle OneToOne in a second pass because: -
OneToOneSecondPass(String, String, String, PropertyHolder, PropertyData, XClass, boolean, boolean, boolean, String, Ejb3JoinColumn[], ExtendedMappings) - Constructor for class org.hibernate.cfg.OneToOneSecondPass
 
OptimisticLock - Annotation Type in org.hibernate.annotations
Whether or not update entity's version on property's change If the annotation is not present, the property is involved in the optimistic lock srategy (default)
OptimisticLockType - Enum in org.hibernate.annotations
Optimistic locking strategy VERSION is the default and recommanded one
orderAndFillHierarchy(List<XClass>) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
OrderBy - Annotation Type in org.hibernate.annotations
Order a collection using SQL ordering (not HQL ordering)
org.hibernate - package org.hibernate
 
org.hibernate.annotations - package org.hibernate.annotations
 
org.hibernate.cfg - package org.hibernate.cfg
 
org.hibernate.cfg.annotations - package org.hibernate.cfg.annotations
 
org.hibernate.cfg.annotations.reflection - package org.hibernate.cfg.annotations.reflection
 
org.hibernate.cfg.search - package org.hibernate.cfg.search
 
org.hibernate.mapping - package org.hibernate.mapping
 
org.hibernate.type - package org.hibernate.type
 
override(XMLContext.Default) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
overrideSqlTypeIfNecessary(Column) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 

P

ParamDef - Annotation Type in org.hibernate.annotations
A parameter definition
Parameter - Annotation Type in org.hibernate.annotations
Parameter (basically key/value pattern)
Parent - Annotation Type in org.hibernate.annotations
Reference the property as a pointer back to the owner (generally the owning entity)
parent - Variable in class org.hibernate.cfg.AbstractPropertyHolder
 
parseMappingElement(Element, String) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
Persister - Annotation Type in org.hibernate.annotations
Specify a custom persister.
PK_REFERENCE - Static variable in class org.hibernate.cfg.Ejb3JoinColumn
 
PolymorphismType - Enum in org.hibernate.annotations
Type of avaliable polymorphism for a particular entity
PRIMITIVE_NAMES - Static variable in class org.hibernate.cfg.BinderHelper
 
PrimitiveArrayBinder - Class in org.hibernate.cfg.annotations
 
PrimitiveArrayBinder() - Constructor for class org.hibernate.cfg.annotations.PrimitiveArrayBinder
 
PrimitiveByteArrayBlobType - Class in org.hibernate.type
Map a byte[] to a Blob
PrimitiveByteArrayBlobType() - Constructor for class org.hibernate.type.PrimitiveByteArrayBlobType
 
PrimitiveCharacterArrayClobType - Class in org.hibernate.type
Map a char[] to a Clob
PrimitiveCharacterArrayClobType() - Constructor for class org.hibernate.type.PrimitiveCharacterArrayClobType
 
processComplementaryTableDefinitions(Table) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
processComplementaryTableDefinitions(Tables) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
PropertyBinder - Class in org.hibernate.cfg.annotations
 
PropertyBinder() - Constructor for class org.hibernate.cfg.annotations.PropertyBinder
 
PropertyData - Interface in org.hibernate.cfg
 
propertyHolder - Variable in class org.hibernate.cfg.Ejb3Column
 
PropertyHolder - Interface in org.hibernate.cfg
Property holder abstract property containers from their direct implementation
PropertyHolderBuilder - Class in org.hibernate.cfg
This factory is here ot build a PropertyHolder and prevent .mapping interface adding
PropertyInferredData - Class in org.hibernate.cfg
Retrieve all inferred data from an annnoted element
PropertyInferredData(XProperty, String, ReflectionManager) - Constructor for class org.hibernate.cfg.PropertyInferredData
Take the annoted element for lazy process
propertyName - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
PropertyPreloadedData - Class in org.hibernate.cfg
 
PropertyPreloadedData(String, String, XClass) - Constructor for class org.hibernate.cfg.PropertyPreloadedData
 
propertyToColumnName(String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
propertyToColumnName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
Proxy - Annotation Type in org.hibernate.annotations
Lazy and proxy configuration of a particular class

Q

QueryBinder - Class in org.hibernate.cfg.annotations
Query binder
QueryBinder() - Constructor for class org.hibernate.cfg.annotations.QueryBinder
 

R

RecoverableException - Exception in org.hibernate.cfg
Should neven be exposed to the client An exception that wrap an underlying exception whith the hope subsequent processing will recover from it.
RecoverableException(String, Throwable) - Constructor for exception org.hibernate.cfg.RecoverableException
 
RecoverableException(Throwable) - Constructor for exception org.hibernate.cfg.RecoverableException
 
RecoverableException(String) - Constructor for exception org.hibernate.cfg.RecoverableException
 
redefineColumnName(String, String, boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
redefineColumnName(String, String, boolean) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.ByteArrayBlobType
 
replace(Object, Object, Object) - Method in class org.hibernate.type.CharacterArrayClobType
 
replace(Object, Object, Object) - Method in class org.hibernate.type.EnumType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.SerializableToBlobType
 
replace(Object, Object, Object) - Method in class org.hibernate.type.StringClobType
 
reset() - Method in class org.hibernate.cfg.AnnotationConfiguration
 
resolveEntity(String, String) - Method in class org.hibernate.cfg.EJB3DTDEntityResolver
 
ResultCheckStyle - Enum in org.hibernate.annotations
Possible checks on Sql Insert, Delete, Update
ResultsetMappingSecondPass - Class in org.hibernate.cfg.annotations
 
ResultsetMappingSecondPass(SqlResultSetMapping, ExtendedMappings, boolean) - Constructor for class org.hibernate.cfg.annotations.ResultsetMappingSecondPass
 
returnedClass() - Method in class org.hibernate.type.CharacterArrayClobType
 
returnedClass() - Method in class org.hibernate.type.EnumType
 
returnedClass() - Method in class org.hibernate.type.PrimitiveCharacterArrayClobType
 
returnedClass() - Method in class org.hibernate.type.StringClobType
 

S

SCHEMA - Static variable in class org.hibernate.type.EnumType
 
SearchConfiguration - Class in org.hibernate.cfg.search
Helper methods initializing Hibernate Search event listeners
SearchConfiguration() - Constructor for class org.hibernate.cfg.search.SearchConfiguration
 
SecondaryTableSecondPass - Class in org.hibernate.cfg
 
SecondaryTableSecondPass(EntityBinder, PropertyHolder, XAnnotatedElement) - Constructor for class org.hibernate.cfg.SecondaryTableSecondPass
 
secondPassCompile() - Method in class org.hibernate.cfg.AnnotationConfiguration
 
SerializableToBlobType - Class in org.hibernate.type
 
SerializableToBlobType() - Constructor for class org.hibernate.type.SerializableToBlobType
 
set(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.AbstractLobType
 
set(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
 
set(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
setAbstract(boolean) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setAccess(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
setBase(int) - Method in class org.hibernate.cfg.IndexColumn
 
setBatchSize(BatchSize) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setBatchSize(BatchSize) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
SetBinder - Class in org.hibernate.cfg.annotations
Bind a set.
SetBinder() - Constructor for class org.hibernate.cfg.annotations.SetBinder
 
SetBinder(boolean) - Constructor for class org.hibernate.cfg.annotations.SetBinder
 
setCache(Cache) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setCache(Cache) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setCacheConcurrencyStrategy(String, String, String, boolean) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
setCacheConcurrencyStrategy(String, String) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
setCascade(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setCascadeStrategy(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setCatalog(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
setCatalog(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setCollectionCacheConcurrencyStrategy(String, String, String) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
setCollectionCacheConcurrencyStrategy(String, String) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
setCollectionType(XClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setConstraints(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setCurrentProperty(XProperty) - Method in class org.hibernate.cfg.AbstractPropertyHolder
property can be null
setDefaultName(String, String, String, String, String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setDenormalizedSuperTable(Table) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setDiscriminatorTypeName(String) - Method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
setDiscriminatorValue(String) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setEjb3OrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setElementColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setEmbedded(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setExplicitAssociationTable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setExplicitType(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setExplicitType(Type) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setFkJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setFormula(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setHolder(PropertyHolder) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setIdentifierGeneratorStrategy(String) - Method in class org.hibernate.mapping.IdGenerator
 
setIgnoreIdAnnotations(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setIgnoreNotFound(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setImplicit(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setIndexColumn(IndexColumn) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setInheritanceState(InheritanceState) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setInsertable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setInsertable(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setInsertable(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setInterceptor(Interceptor) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
setInverseJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setJoinAnnotation(JoinColumn, String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setJoins(Map<String, Join>) - Method in class org.hibernate.cfg.Ejb3Column
 
setLazy(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setLength(int) - Method in class org.hibernate.cfg.Ejb3Column
 
setLocalGenerators(HashMap<String, IdGenerator>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setLogicalColumnName(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setManyToManyOwnerSideEntityName(String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setMapKey(MapKey) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMapKeyColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMapKeyManyToManyColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMappedBy(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMappedBy(String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setMappedBy(String, String, String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setMappingColumn(Column) - Method in class org.hibernate.cfg.Ejb3Column
 
setMappings(ExtendedMappings) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMappings(ExtendedMappings) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setMappings(ExtendedMappings) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setMappings(ExtendedMappings) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setMappings(ExtendedMappings) - Method in class org.hibernate.cfg.Ejb3Column
 
setMetadataComplete(Boolean) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
setName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setName(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setName(String) - Method in class org.hibernate.mapping.IdGenerator
 
setNamingStrategy(NamingStrategy) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
setNullable(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setOneToMany(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setPackageName(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
setParameterValues(Properties) - Method in class org.hibernate.type.EnumType
 
setParameterValues(Properties) - Method in class org.hibernate.type.SerializableToBlobType
 
setParentProperty(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
setParentProperty(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
setParentProperty(String) - Method in interface org.hibernate.cfg.PropertyHolder
 
setPersistentClass(PersistentClass, Map<String, Join>) - Method in class org.hibernate.cfg.Ejb3JoinColumn
Override persistent class on oneToMany Cases for late settings Must only be used on second level pass binding
setPersistentClassName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setPrecedence(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
setPrecision(int) - Method in class org.hibernate.cfg.Ejb3Column
 
setProperties(Properties) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
setProperty(String, String) - Method in class org.hibernate.cfg.AnnotationConfiguration
 
setProperty(XProperty) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setProperty(XProperty) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setPropertyAccessor(String) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setPropertyAccessorName(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setPropertyAccessorName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setPropertyAnnotated(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setPropertyHolder(PropertyHolder) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setPropertyHolder(PropertyHolder) - Method in class org.hibernate.cfg.Ejb3Column
 
setPropertyName(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setPropertyName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setPropertyName(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setProxy(Proxy) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setReferencedColumn(String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setReturnedClass(XClass) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setReturnedClassName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setReturnedClassName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setScale(int) - Method in class org.hibernate.cfg.Ejb3Column
 
setSchema(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
setSchema(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setSecondaryTableName(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setSort(Sort) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setSort(Sort) - Method in class org.hibernate.cfg.annotations.ListBinder
 
setSqlOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setSqlOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.ListBinder
 
setSqlOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.SetBinder
 
setSqlType(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setTable(Table) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setTable(Table) - Method in class org.hibernate.cfg.Ejb3Column
 
setTableBinder(TableBinder) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setTargetEntity(XClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
setType(XProperty, XClass) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setUnique(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setUniqueConstraints(UniqueConstraint[]) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setUpdatable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setUpdatable(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setUpdatable(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setValue(Value) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setWhere(Where) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
shallowCopy(Property) - Static method in class org.hibernate.cfg.BinderHelper
create a property copy reusing the same value
SimpleValueBinder - Class in org.hibernate.cfg.annotations
 
SimpleValueBinder() - Constructor for class org.hibernate.cfg.annotations.SimpleValueBinder
 
Sort - Annotation Type in org.hibernate.annotations
Collection sort (Java level sorting)
SortType - Enum in org.hibernate.annotations
Sort strategies
SQLDelete - Annotation Type in org.hibernate.annotations
SqlDelete Annotation for overwriting Hibernate default DELETE method
SQLDeleteAll - Annotation Type in org.hibernate.annotations
SqlDelete Annotation for overwriting Hibernate default DELETE ALL method
SQLInsert - Annotation Type in org.hibernate.annotations
SqlInsert Annotation for overwriting Hibernate default INSERT INTO method
sqlType - Variable in class org.hibernate.cfg.Ejb3Column
 
sqlTypes(Mapping) - Method in class org.hibernate.type.ByteArrayBlobType
 
sqlTypes() - Method in class org.hibernate.type.CharacterArrayClobType
 
sqlTypes() - Method in class org.hibernate.type.EnumType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.SerializableToBlobType
 
sqlTypes() - Method in class org.hibernate.type.StringClobType
 
SQLUpdate - Annotation Type in org.hibernate.annotations
SqlUpdate Annotation for overwriting Hibernate default UPDATE method
StringClobType - Class in org.hibernate.type
Map a String to a Clob
StringClobType() - Constructor for class org.hibernate.type.StringClobType
 

T

Table - Annotation Type in org.hibernate.annotations
Complementary information to a table either primary or secondary
TABLE - Static variable in class org.hibernate.type.EnumType
 
TableBinder - Class in org.hibernate.cfg.annotations
Table related operations
TableBinder() - Constructor for class org.hibernate.cfg.annotations.TableBinder
 
tableName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
Tables - Annotation Type in org.hibernate.annotations
Plural of Table
Target - Annotation Type in org.hibernate.annotations
Define an explicit target,a voiding reflection and generics resolving
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.ByteArrayBlobType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.SerializableToBlobType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
ToOneFkSecondPass - Class in org.hibernate.cfg
Enable a proper set of the FK columns in respect with the id column order Allow the correct implementation of the default EJB3 values which needs both sides of the association to be resolved
ToOneFkSecondPass(ToOne, Ejb3JoinColumn[], boolean, String, String, ExtendedMappings) - Constructor for class org.hibernate.cfg.ToOneFkSecondPass
 
toString(Object) - Method in class org.hibernate.type.ByteArrayBlobType
 
touch() - Static method in class org.hibernate.cfg.annotations.Version
 
toXMLString(Object) - Method in class org.hibernate.type.EnumType
 
Tuplizer - Annotation Type in org.hibernate.annotations
Define a tuplizer for an entity or a component
Tuplizers - Annotation Type in org.hibernate.annotations
Define a set of tuplizer for an entity or a component
Type - Annotation Type in org.hibernate.annotations
hibernate type
type - Variable in class org.hibernate.cfg.InheritanceState
 
TYPE - Static variable in class org.hibernate.type.EnumType
 
TypeDef - Annotation Type in org.hibernate.annotations
Type definition
TypeDefs - Annotation Type in org.hibernate.annotations
Type definition array

U

unWrap(Object) - Method in class org.hibernate.type.ByteArrayBlobType
 
unWrap(Object) - Method in class org.hibernate.type.PrimitiveByteArrayBlobType
 

V

value - Variable in class org.hibernate.cfg.FkSecondPass
 
valueOf(String) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.CacheModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.CascadeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.FetchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.FlushModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.GenerationTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.LazyCollectionOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.LazyToOneOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.NotFoundAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.OnDeleteAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.OptimisticLockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.PolymorphismType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.ResultCheckStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.SortType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.AnnotatedClassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.annotations.Nullability
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.CacheModeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.CascadeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.FetchMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.FlushModeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.GenerationTime
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.LazyCollectionOption
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.LazyToOneOption
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.NotFoundAction
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.OnDeleteAction
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.OptimisticLockType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.PolymorphismType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.ResultCheckStyle
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.annotations.SortType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.cfg.AnnotatedClassType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.cfg.annotations.Nullability
Returns an array containing the constants of this enum type, in the order they're declared.
Version - Class in org.hibernate.cfg.annotations
 
Version() - Constructor for class org.hibernate.cfg.annotations.Version
 
VERSION - Static variable in class org.hibernate.cfg.annotations.Version
 

W

Where - Annotation Type in org.hibernate.annotations
Where clause to add to the element Entity or target entity of a collection The clause is written in SQL
WhereJoinTable - Annotation Type in org.hibernate.annotations
Where clause to add to the colleciton join table The clause is written in SQL
wrap(byte[]) - Method in class org.hibernate.type.ByteArrayBlobType
 
wrap(byte[]) - Method in class org.hibernate.type.PrimitiveByteArrayBlobType
 
WrappedInferredData - Class in org.hibernate.cfg
 
WrappedInferredData(PropertyData, String) - Constructor for class org.hibernate.cfg.WrappedInferredData
 

X

XMLContext - Class in org.hibernate.cfg.annotations.reflection
 
XMLContext() - Constructor for class org.hibernate.cfg.annotations.reflection.XMLContext
 
XMLContext.Default - Class in org.hibernate.cfg.annotations.reflection
 
XMLContext.Default() - Constructor for class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 

A B C D E F G H I J L M N O P Q R S T U V W X