| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Value | |
|---|---|
| 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.envers.configuration.metadata | |
| org.hibernate.envers.tools | |
| org.hibernate.mapping | This package defines the Hibernate configuration-time metamodel. | 
| Uses of Value in org.hibernate.cfg | 
|---|
| Methods in org.hibernate.cfg that return Value | |
|---|---|
|  Value | FkSecondPass.getValue() | 
| Methods in org.hibernate.cfg with parameters of type Value | |
|---|---|
| static Ejb3JoinColumn | Ejb3JoinColumn.buildJoinColumn(PrimaryKeyJoinColumn pkJoinAnn,
                JoinColumn joinAnn,
                Value identifier,
                Map<String,Join> joins,
                PropertyHolder propertyHolder,
                Mappings mappings)Build JoinColumn for a JOINED hierarchy | 
| static void | BinderHelper.createSyntheticPropertyReference(Ejb3JoinColumn[] columns,
                                 PersistentClass ownerEntity,
                                 PersistentClass associatedEntity,
                                 Value value,
                                 boolean inverse,
                                 Mappings mappings) | 
| Uses of Value in org.hibernate.cfg.annotations | 
|---|
| Methods in org.hibernate.cfg.annotations that return Value | |
|---|---|
| protected  Value | MapBinder.createFormulatedValue(Value value,
                      Collection collection,
                      String targetPropertyName,
                      PersistentClass associatedClass,
                      Mappings mappings) | 
|  Value | PropertyBinder.getValue() | 
| Methods in org.hibernate.cfg.annotations with parameters of type Value | |
|---|---|
| protected  Value | MapBinder.createFormulatedValue(Value value,
                      Collection collection,
                      String targetPropertyName,
                      PersistentClass associatedClass,
                      Mappings mappings) | 
| static void | TableBinder.createUniqueConstraint(Value value) | 
|  void | PropertyBinder.setValue(Value value) | 
| Uses of Value in org.hibernate.envers.configuration.metadata | 
|---|
| Methods in org.hibernate.envers.configuration.metadata with parameters of type Value | |
|---|---|
|  void | ComponentMetadataGenerator.addComponent(org.dom4j.Element parent,
             PropertyAuditingData propertyAuditingData,
             Value value,
             CompositeMapperBuilder mapper,
             String entityName,
             EntityXmlMappingData xmlMappingData,
             boolean firstPass) | 
| Uses of Value in org.hibernate.envers.tools | 
|---|
| Methods in org.hibernate.envers.tools with parameters of type Value | |
|---|---|
| static String | MappingTools.getReferencedEntityName(Value value) | 
| Uses of Value in org.hibernate.mapping | 
|---|
| Subinterfaces of Value in org.hibernate.mapping | |
|---|---|
|  interface | KeyValueRepresents an identifying key of a table: the value for primary key of an entity, or a foreign key of a collection or join table or joined subclass table. | 
| Classes in org.hibernate.mapping that implement Value | |
|---|---|
|  class | AnyA Hibernate "any" type (ie. | 
|  class | ArrayAn array mapping has a primary key consisting of the key columns + index column. | 
|  class | BagA bag permits duplicates, so it has no primary key | 
|  class | CollectionMapping for a collection. | 
|  class | ComponentThe mapping for a component, composite element, composite identifier, etc. | 
|  class | DependantValueA value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key). | 
|  class | IdentifierBagAn IdentifierBag has a primary key consisting of just the identifier column | 
|  class | IdentifierCollectionA collection with a synthetic "identifier" column | 
|  class | IndexedCollectionIndexed collections include Lists, Maps, arrays and primitive arrays. | 
|  class | ListA list mapping has a primary key consisting of the key columns + index column. | 
|  class | ManyToOneA many-to-one association mapping | 
|  class | MapA map has a primary key consisting of the key columns + index columns. | 
|  class | OneToManyA mapping for a one-to-many association | 
|  class | OneToOneA one-to-one association mapping | 
|  class | PrimitiveArrayA primitive array has a primary key consisting of the key columns + index column. | 
|  class | SetA set with no nullable element columns. | 
|  class | SimpleValueAny value that maps to columns. | 
|  class | ToOneA simple-point association (ie. | 
| Methods in org.hibernate.mapping that return Value | |
|---|---|
|  Value | RootClass.getDiscriminator() | 
|  Value | Subclass.getDiscriminator() | 
| abstract  Value | PersistentClass.getDiscriminator() | 
|  Value | Collection.getElement() | 
|  Value | IndexedCollection.getIndex() | 
|  Value | Property.getValue() | 
|  Value | Column.getValue() | 
| Methods in org.hibernate.mapping with parameters of type Value | |
|---|---|
|  void | RootClass.setDiscriminator(Value discriminator) | 
|  void | Collection.setElement(Value element) | 
|  void | IndexedCollection.setIndex(Value index) | 
|  void | Property.setValue(Value value) | 
|  void | Column.setValue(Value value) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||