|
|||||||||
| Home >> All >> org >> hibernate >> [ tuple overview ] | PREV NEXT | ||||||||
A
- AbstractComponentTuplizer - class org.hibernate.tuple.AbstractComponentTuplizer.
- AbstractComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.AbstractComponentTuplizer
- AbstractEntityTuplizer - class org.hibernate.tuple.AbstractEntityTuplizer.
- Support base class for EntityTuplizer implementations.
- AbstractEntityTuplizer(EntityMetamodel, PersistentClass) - Constructor for class org.hibernate.tuple.AbstractEntityTuplizer
- Constructs a new AbstractEntityTuplizer instance.
- AbstractTuplizer - class org.hibernate.tuple.AbstractTuplizer.
- Support base class for EntityTuplizer implementations.
- AbstractTuplizer(EntityMetamodel, PersistentClass) - Constructor for class org.hibernate.tuple.AbstractTuplizer
- accept(Visitor) - Method in class org.hibernate.tuple.ElementWrapper
- add(Attribute) - Method in class org.hibernate.tuple.ElementWrapper
- add(CDATA) - Method in class org.hibernate.tuple.ElementWrapper
- add(Entity) - Method in class org.hibernate.tuple.ElementWrapper
- add(Text) - Method in class org.hibernate.tuple.ElementWrapper
- add(Namespace) - Method in class org.hibernate.tuple.ElementWrapper
- add(Node) - Method in class org.hibernate.tuple.ElementWrapper
- add(Comment) - Method in class org.hibernate.tuple.ElementWrapper
- add(Element) - Method in class org.hibernate.tuple.ElementWrapper
- add(ProcessingInstruction) - Method in class org.hibernate.tuple.ElementWrapper
- addAttribute(String, String) - Method in class org.hibernate.tuple.ElementWrapper
- addAttribute(QName, String) - Method in class org.hibernate.tuple.ElementWrapper
- addCDATA(String) - Method in class org.hibernate.tuple.ElementWrapper
- addComment(String) - Method in class org.hibernate.tuple.ElementWrapper
- addElement(String) - Method in class org.hibernate.tuple.ElementWrapper
- addElement(QName) - Method in class org.hibernate.tuple.ElementWrapper
- addElement(String, String) - Method in class org.hibernate.tuple.ElementWrapper
- addEntity(String, String) - Method in class org.hibernate.tuple.ElementWrapper
- addNamespace(String, String) - Method in class org.hibernate.tuple.ElementWrapper
- addProcessingInstruction(String, String) - Method in class org.hibernate.tuple.ElementWrapper
- addProcessingInstruction(String, Map) - Method in class org.hibernate.tuple.ElementWrapper
- addText(String) - Method in class org.hibernate.tuple.ElementWrapper
- additionalNamespaces() - Method in class org.hibernate.tuple.ElementWrapper
- afterInitialize(Object, boolean, SessionImplementor) - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- afterInitialize(Object, boolean, SessionImplementor) - Method in class org.hibernate.tuple.AbstractTuplizer
- afterInitialize(Object, boolean, SessionImplementor) - Method in interface org.hibernate.tuple.EntityTuplizer
- Called just after the entities properties have been initialized.
- afterInitialize(Object, boolean, SessionImplementor) - Method in class org.hibernate.tuple.PojoEntityTuplizer
- afterInitialize(Object, boolean, SessionImplementor) - Method in class org.hibernate.tuple.PojoTuplizer
- appendAttributes(Element) - Method in class org.hibernate.tuple.ElementWrapper
- appendContent(Branch) - Method in class org.hibernate.tuple.ElementWrapper
- asXML() - Method in class org.hibernate.tuple.ElementWrapper
- asXPathResult(Element) - Method in class org.hibernate.tuple.ElementWrapper
- attribute(int) - Method in class org.hibernate.tuple.ElementWrapper
- attribute(String) - Method in class org.hibernate.tuple.ElementWrapper
- attribute(QName) - Method in class org.hibernate.tuple.ElementWrapper
- attributeCount() - Method in class org.hibernate.tuple.ElementWrapper
- attributeIterator() - Method in class org.hibernate.tuple.ElementWrapper
- attributeValue(String) - Method in class org.hibernate.tuple.ElementWrapper
- attributeValue(String, String) - Method in class org.hibernate.tuple.ElementWrapper
- attributeValue(QName) - Method in class org.hibernate.tuple.ElementWrapper
- attributeValue(QName, String) - Method in class org.hibernate.tuple.ElementWrapper
- attributes() - Method in class org.hibernate.tuple.ElementWrapper
B
- buildComponentTuplizer(String, Component) - Static method in class org.hibernate.tuple.TuplizerLookup
- buildEntityTuplizer(String, PersistentClass, EntityMetamodel) - Static method in class org.hibernate.tuple.TuplizerLookup
- buildGetter(Component, Property) - Method in class org.hibernate.tuple.AbstractComponentTuplizer
- buildGetter(Component, Property) - Method in class org.hibernate.tuple.Dom4jComponentTuplizer
- buildGetter(Component, Property) - Method in class org.hibernate.tuple.DynamicMapComponentTuplizer
- buildGetter(Component, Property) - Method in class org.hibernate.tuple.PojoComponentTuplizer
- buildIdentifierProperty(PersistentClass, IdentifierGenerator) - Static method in class org.hibernate.tuple.PropertyFactory
- Generates an IdentifierProperty representation of the for a given entity mapping.
- buildInstantiator(Component) - Method in class org.hibernate.tuple.AbstractComponentTuplizer
- buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- Build an appropriate Instantiator for the given mapped entity.
- buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.AbstractTuplizer
- buildInstantiator(Component) - Method in class org.hibernate.tuple.Dom4jComponentTuplizer
- buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.Dom4jEntityTuplizer
- buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.Dom4jTuplizer
- buildInstantiator(Component) - Method in class org.hibernate.tuple.DynamicMapComponentTuplizer
- buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.DynamicMapEntityTuplizer
- buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.DynamicMapTuplizer
- buildInstantiator(Component) - Method in class org.hibernate.tuple.PojoComponentTuplizer
- buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.PojoEntityTuplizer
- buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.PojoTuplizer
- buildPropertyAccessor(Property) - Method in class org.hibernate.tuple.Dom4jComponentTuplizer
- buildPropertyAccessor(Property) - Method in class org.hibernate.tuple.Dom4jEntityTuplizer
- buildPropertyAccessor(Property) - Method in class org.hibernate.tuple.Dom4jTuplizer
- buildPropertyAccessor(Property) - Method in class org.hibernate.tuple.DynamicMapComponentTuplizer
- buildPropertyAccessor(Property) - Method in class org.hibernate.tuple.DynamicMapEntityTuplizer
- buildPropertyAccessor(Property) - Method in class org.hibernate.tuple.DynamicMapTuplizer
- buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- Build an appropriate Getter for the given property.
- buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.AbstractTuplizer
- buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.Dom4jEntityTuplizer
- buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.Dom4jTuplizer
- buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.DynamicMapEntityTuplizer
- buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.DynamicMapTuplizer
- buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.PojoEntityTuplizer
- buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.PojoTuplizer
- buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- Build an appropriate Setter for the given property.
- buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.AbstractTuplizer
- buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.Dom4jEntityTuplizer
- buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.Dom4jTuplizer
- buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.DynamicMapEntityTuplizer
- buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.DynamicMapTuplizer
- buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.PojoEntityTuplizer
- buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.PojoTuplizer
- buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- Build an appropriate ProxyFactory for the given mapped entity.
- buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.AbstractTuplizer
- buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.Dom4jEntityTuplizer
- buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.Dom4jTuplizer
- buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.DynamicMapEntityTuplizer
- buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.DynamicMapTuplizer
- buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.PojoEntityTuplizer
- buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.PojoTuplizer
- buildSetter(Component, Property) - Method in class org.hibernate.tuple.AbstractComponentTuplizer
- buildSetter(Component, Property) - Method in class org.hibernate.tuple.Dom4jComponentTuplizer
- buildSetter(Component, Property) - Method in class org.hibernate.tuple.DynamicMapComponentTuplizer
- buildSetter(Component, Property) - Method in class org.hibernate.tuple.PojoComponentTuplizer
- buildStandardProperty(Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
- Generate a "standard" (i.e., non-identifier and non-version) based on the given mapped property.
- buildVersionProperty(Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
- Generates a VersionProperty representation for an entity mapping given its version mapping Property.
C
- COMPONENT_TUP_CTOR_SIG - Static variable in class org.hibernate.tuple.TuplizerLookup
- ComponentTuplizer - interface org.hibernate.tuple.ComponentTuplizer.
- Defines further responsibilities reagarding tuplization based on a mapped components.
- cascadeStyle - Variable in class org.hibernate.tuple.StandardProperty
- cascadeStyles - Variable in class org.hibernate.tuple.EntityMetamodel
- clearContent() - Method in class org.hibernate.tuple.ElementWrapper
- clone() - Method in class org.hibernate.tuple.ElementWrapper
- componentClass - Variable in class org.hibernate.tuple.PojoComponentTuplizer
- constructor - Variable in class org.hibernate.tuple.PojoInstantiator
- content() - Method in class org.hibernate.tuple.ElementWrapper
- create(PersistentClass, EntityMetamodel) - Static method in class org.hibernate.tuple.TuplizerLookup
- Generate a TuplizerLookup based on the given entity mapping and metamodel definitions.
- create(Component) - Static method in class org.hibernate.tuple.TuplizerLookup
- Generate a TuplizerLookup based on the given component mapping definition.
- createCopy() - Method in class org.hibernate.tuple.ElementWrapper
- createCopy(String) - Method in class org.hibernate.tuple.ElementWrapper
- createCopy(QName) - Method in class org.hibernate.tuple.ElementWrapper
- createProxy(Serializable, SessionImplementor) - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- createProxy(Serializable, SessionImplementor) - Method in class org.hibernate.tuple.AbstractTuplizer
- createProxy(Serializable, SessionImplementor) - Method in interface org.hibernate.tuple.EntityTuplizer
- Generates an appropriate proxy representation of this entity for this entity-mode.
- createXPath(String) - Method in class org.hibernate.tuple.ElementWrapper
D
- Dom4jComponentTuplizer - class org.hibernate.tuple.Dom4jComponentTuplizer.
- Dom4jComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.Dom4jComponentTuplizer
- Dom4jEntityTuplizer - class org.hibernate.tuple.Dom4jEntityTuplizer.
- Implementation of Dom4jEntityTuplizer.
- Dom4jEntityTuplizer(EntityMetamodel, PersistentClass) - Constructor for class org.hibernate.tuple.Dom4jEntityTuplizer
- Dom4jInstantiator - class org.hibernate.tuple.Dom4jInstantiator.
- Performs "instantiation" based on DOM4J elements.
- Dom4jInstantiator(Component) - Constructor for class org.hibernate.tuple.Dom4jInstantiator
- Dom4jInstantiator(PersistentClass) - Constructor for class org.hibernate.tuple.Dom4jInstantiator
- Dom4jTuplizer - class org.hibernate.tuple.Dom4jTuplizer.
- Implementation of Dom4jTuplizer.
- Dom4jTuplizer(EntityMetamodel, PersistentClass) - Constructor for class org.hibernate.tuple.Dom4jTuplizer
- DynamicMapComponentTuplizer - class org.hibernate.tuple.DynamicMapComponentTuplizer.
- DynamicMapComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.DynamicMapComponentTuplizer
- DynamicMapEntityTuplizer - class org.hibernate.tuple.DynamicMapEntityTuplizer.
- Implementation of DynamicMapEntityTuplizer.
- DynamicMapEntityTuplizer(EntityMetamodel, PersistentClass) - Constructor for class org.hibernate.tuple.DynamicMapEntityTuplizer
- DynamicMapInstantiator - class org.hibernate.tuple.DynamicMapInstantiator.
- DynamicMapInstantiator() - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
- DynamicMapInstantiator(PersistentClass) - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
- DynamicMapTuplizer - class org.hibernate.tuple.DynamicMapTuplizer.
- Implementation of DynamicMapTuplizer.
- DynamicMapTuplizer(EntityMetamodel, PersistentClass) - Constructor for class org.hibernate.tuple.DynamicMapTuplizer
- declaredNamespaces() - Method in class org.hibernate.tuple.ElementWrapper
- detach() - Method in class org.hibernate.tuple.ElementWrapper
- dirtyCheckable - Variable in class org.hibernate.tuple.StandardProperty
- dom4jTuplizer - Variable in class org.hibernate.tuple.TuplizerLookup
- dynamicInsert - Variable in class org.hibernate.tuple.EntityMetamodel
- dynamicMapTuplizer - Variable in class org.hibernate.tuple.TuplizerLookup
- dynamicUpdate - Variable in class org.hibernate.tuple.EntityMetamodel
E
- ENTITY_TUP_CTOR_SIG - Static variable in class org.hibernate.tuple.TuplizerLookup
- ElementWrapper - class org.hibernate.tuple.ElementWrapper.
- Wraps dom4j elements, allowing them to exist in a non-hierarchical structure.
- ElementWrapper(Element) - Constructor for class org.hibernate.tuple.ElementWrapper
- EntityMetamodel - class org.hibernate.tuple.EntityMetamodel.
- Centralizes metamodel information about an entity.
- EntityMetamodel(PersistentClass, SessionFactoryImplementor) - Constructor for class org.hibernate.tuple.EntityMetamodel
- EntityTuplizer - interface org.hibernate.tuple.EntityTuplizer.
- Defines further responsibilities reagarding tuplization based on a mapped entity.
- element - Variable in class org.hibernate.tuple.ElementWrapper
- element(String) - Method in class org.hibernate.tuple.ElementWrapper
- element(QName) - Method in class org.hibernate.tuple.ElementWrapper
- elementByID(String) - Method in class org.hibernate.tuple.ElementWrapper
- elementIterator() - Method in class org.hibernate.tuple.ElementWrapper
- elementIterator(String) - Method in class org.hibernate.tuple.ElementWrapper
- elementIterator(QName) - Method in class org.hibernate.tuple.ElementWrapper
- elementText(String) - Method in class org.hibernate.tuple.ElementWrapper
- elementText(QName) - Method in class org.hibernate.tuple.ElementWrapper
- elementTextTrim(String) - Method in class org.hibernate.tuple.ElementWrapper
- elementTextTrim(QName) - Method in class org.hibernate.tuple.ElementWrapper
- elements() - Method in class org.hibernate.tuple.ElementWrapper
- elements(String) - Method in class org.hibernate.tuple.ElementWrapper
- elements(QName) - Method in class org.hibernate.tuple.ElementWrapper
- embedded - Variable in class org.hibernate.tuple.IdentifierProperty
- embeddedIdentifier - Variable in class org.hibernate.tuple.PojoInstantiator
- entityMetamodel - Variable in class org.hibernate.tuple.AbstractEntityTuplizer
- entityMetamodel - Variable in class org.hibernate.tuple.AbstractTuplizer
- entityName - Variable in class org.hibernate.tuple.DynamicMapInstantiator
- entityType - Variable in class org.hibernate.tuple.EntityMetamodel
- equals(Object) - Method in class org.hibernate.tuple.ElementWrapper
- explicitPolymorphism - Variable in class org.hibernate.tuple.EntityMetamodel
F
- factory - Variable in class org.hibernate.tuple.PojoComponentTuplizer.ProxiedInstantiator
- fastClass - Variable in class org.hibernate.tuple.PojoTuplizer
G
- generateMap() - Method in class org.hibernate.tuple.DynamicMapInstantiator
- getCascadeStyle() - Method in class org.hibernate.tuple.StandardProperty
- getCascadeStyles() - Method in class org.hibernate.tuple.EntityMetamodel
- getComponentValue(ComponentType, Object, String) - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- Extract a component property value.
- getConcreteProxyClass() - Method in class org.hibernate.tuple.Dom4jEntityTuplizer
- getConcreteProxyClass() - Method in class org.hibernate.tuple.Dom4jTuplizer
- getConcreteProxyClass() - Method in class org.hibernate.tuple.DynamicMapEntityTuplizer
- getConcreteProxyClass() - Method in class org.hibernate.tuple.DynamicMapTuplizer
- getConcreteProxyClass() - Method in interface org.hibernate.tuple.EntityTuplizer
- Returns the java class to which generated proxies will be typed.
- getConcreteProxyClass() - Method in class org.hibernate.tuple.PojoEntityTuplizer
- getConcreteProxyClass() - Method in class org.hibernate.tuple.PojoTuplizer
- getConstructor(PersistentClass) - Static method in class org.hibernate.tuple.PropertyFactory
- getData() - Method in class org.hibernate.tuple.ElementWrapper
- getDocument() - Method in class org.hibernate.tuple.ElementWrapper
- getElement() - Method in class org.hibernate.tuple.ElementWrapper
- getEntityMetamodel() - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- getEntityMetamodel() - Method in class org.hibernate.tuple.AbstractTuplizer
- getEntityMode() - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- Return the entity-mode handled by this tuplizer instance.
- getEntityMode() - Method in class org.hibernate.tuple.AbstractTuplizer
- getEntityMode() - Method in class org.hibernate.tuple.Dom4jEntityTuplizer
- getEntityMode() - Method in class org.hibernate.tuple.Dom4jTuplizer
- getEntityMode() - Method in class org.hibernate.tuple.DynamicMapEntityTuplizer
- getEntityMode() - Method in class org.hibernate.tuple.DynamicMapTuplizer
- getEntityMode() - Method in class org.hibernate.tuple.PojoEntityTuplizer
- getEntityMode() - Method in class org.hibernate.tuple.PojoTuplizer
- getEntityName() - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- Retreives the defined entity-name for the tuplized entity.
- getEntityName() - Method in class org.hibernate.tuple.AbstractTuplizer
- getEntityType() - Method in class org.hibernate.tuple.EntityMetamodel
- getFactory() - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- getFactory() - Method in class org.hibernate.tuple.AbstractTuplizer
- getGetter(Property) - Static method in class org.hibernate.tuple.PropertyFactory
- getIdentifier(Object) - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- getIdentifier(Object) - Method in class org.hibernate.tuple.AbstractTuplizer
- getIdentifier(Object) - Method in class org.hibernate.tuple.Dom4jEntityTuplizer
- getIdentifier(Object) - Method in class org.hibernate.tuple.Dom4jTuplizer
- getIdentifier(Object) - Method in interface org.hibernate.tuple.EntityTuplizer
- Extract the identifier value from the given entity.
- getIdentifierGenerator() - Method in class org.hibernate.tuple.IdentifierProperty
- getIdentifierProperty() - Method in class org.hibernate.tuple.EntityMetamodel
- getInstantiator() - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- getInstantiator() - Method in class org.hibernate.tuple.AbstractTuplizer
- getMappedClass() - Method in class org.hibernate.tuple.Dom4jComponentTuplizer
- getMappedClass() - Method in class org.hibernate.tuple.Dom4jEntityTuplizer
- getMappedClass() - Method in class org.hibernate.tuple.Dom4jTuplizer
- getMappedClass() - Method in class org.hibernate.tuple.DynamicMapComponentTuplizer
- getMappedClass() - Method in class org.hibernate.tuple.DynamicMapEntityTuplizer
- getMappedClass() - Method in class org.hibernate.tuple.DynamicMapTuplizer
- getMappedClass() - Method in class org.hibernate.tuple.PojoComponentTuplizer
- getMappedClass() - Method in class org.hibernate.tuple.PojoEntityTuplizer
- getMappedClass() - Method in class org.hibernate.tuple.PojoTuplizer
- getMappedClass() - Method in interface org.hibernate.tuple.Tuplizer
- Return the pojo class managed by this tuplizer.
- getName() - Method in class org.hibernate.tuple.ElementWrapper
- getName() - Method in class org.hibernate.tuple.EntityMetamodel
- getName() - Method in class org.hibernate.tuple.Property
- getNamespace() - Method in class org.hibernate.tuple.ElementWrapper
- getNamespaceForPrefix(String) - Method in class org.hibernate.tuple.ElementWrapper
- getNamespaceForURI(String) - Method in class org.hibernate.tuple.ElementWrapper
- getNamespacePrefix() - Method in class org.hibernate.tuple.ElementWrapper
- getNamespaceURI() - Method in class org.hibernate.tuple.ElementWrapper
- getNamespacesForURI(String) - Method in class org.hibernate.tuple.ElementWrapper
- getNaturalIdentifierProperties() - Method in class org.hibernate.tuple.EntityMetamodel
- getNode() - Method in class org.hibernate.tuple.Property
- getNodeType() - Method in class org.hibernate.tuple.ElementWrapper
- getNodeTypeName() - Method in class org.hibernate.tuple.ElementWrapper
- getNonlazyPropertyUpdateability() - Method in class org.hibernate.tuple.EntityMetamodel
- getOptimisticLockMode() - Method in class org.hibernate.tuple.EntityMetamodel
- getParent(Object) - Method in class org.hibernate.tuple.AbstractComponentTuplizer
- getParent(Object) - Method in interface org.hibernate.tuple.ComponentTuplizer
- Retreive the current value of the parent property.
- getParent() - Method in class org.hibernate.tuple.ElementWrapper
- getParent(Object) - Method in class org.hibernate.tuple.PojoComponentTuplizer
- getPath() - Method in class org.hibernate.tuple.ElementWrapper
- getPath(Element) - Method in class org.hibernate.tuple.ElementWrapper
- getProperties() - Method in class org.hibernate.tuple.EntityMetamodel
- getPropertyCheckability() - Method in class org.hibernate.tuple.EntityMetamodel
- getPropertyIndex(String) - Method in class org.hibernate.tuple.EntityMetamodel
- getPropertyIndexOrNull(String) - Method in class org.hibernate.tuple.EntityMetamodel
- getPropertyInsertGeneration() - Method in class org.hibernate.tuple.EntityMetamodel
- getPropertyInsertability() - Method in class org.hibernate.tuple.EntityMetamodel
- getPropertyLaziness() - Method in class org.hibernate.tuple.EntityMetamodel
- getPropertyNames() - Method in class org.hibernate.tuple.EntityMetamodel
- getPropertyNullability() - Method in class org.hibernate.tuple.EntityMetamodel
- getPropertySpan() - Method in class org.hibernate.tuple.EntityMetamodel
- getPropertyTypes() - Method in class org.hibernate.tuple.EntityMetamodel
- getPropertyUpdateGeneration() - Method in class org.hibernate.tuple.EntityMetamodel
- getPropertyUpdateability() - Method in class org.hibernate.tuple.EntityMetamodel
- getPropertyValue(Object, int) - Method in class org.hibernate.tuple.AbstractComponentTuplizer
- getPropertyValue(Object, int) - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- getPropertyValue(Object, String) - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- getPropertyValue(Object, int) - Method in class org.hibernate.tuple.AbstractTuplizer
- getPropertyValue(Object, String) - Method in class org.hibernate.tuple.AbstractTuplizer
- getPropertyValue(Object, String) - Method in interface org.hibernate.tuple.EntityTuplizer
- Extract the value of a particular property from the given entity.
- getPropertyValue(Object, int) - Method in interface org.hibernate.tuple.Tuplizer
- Extract the value of a particular property from the given entity.
- getPropertyValues(Object) - Method in class org.hibernate.tuple.AbstractComponentTuplizer
- getPropertyValues(Object) - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- getPropertyValues(Object) - Method in class org.hibernate.tuple.AbstractTuplizer
- getPropertyValues(Object) - Method in class org.hibernate.tuple.PojoComponentTuplizer
- getPropertyValues(Object) - Method in class org.hibernate.tuple.PojoEntityTuplizer
- getPropertyValues(Object) - Method in class org.hibernate.tuple.PojoTuplizer
- getPropertyValues(Object) - Method in interface org.hibernate.tuple.Tuplizer
- Extract the current values contained on the given entity.
- getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- getPropertyValuesToInsert(Object, SessionImplementor) - Method in class org.hibernate.tuple.AbstractTuplizer
- getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in interface org.hibernate.tuple.EntityTuplizer
- Extract the values of the insertable properties of the entity (including backrefs)
- getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.tuple.PojoEntityTuplizer
- getPropertyValuesToInsert(Object, SessionImplementor) - Method in class org.hibernate.tuple.PojoTuplizer
- getPropertyValuesWithOptimizer(Object) - Method in class org.hibernate.tuple.PojoEntityTuplizer
- getPropertyValuesWithOptimizer(Object) - Method in class org.hibernate.tuple.PojoTuplizer
- getPropertyVersionability() - Method in class org.hibernate.tuple.EntityMetamodel
- getProxyFactory() - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- getProxyFactory() - Method in class org.hibernate.tuple.AbstractTuplizer
- getQName() - Method in class org.hibernate.tuple.ElementWrapper
- getQName(String) - Method in class org.hibernate.tuple.ElementWrapper
- getQualifiedName() - Method in class org.hibernate.tuple.ElementWrapper
- getRootName() - Method in class org.hibernate.tuple.EntityMetamodel
- getSessionFactory() - Method in class org.hibernate.tuple.EntityMetamodel
- getStringValue() - Method in class org.hibernate.tuple.ElementWrapper
- getSubclassEntityNames() - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- Retreives the defined entity-names for any subclasses defined for this entity.
- getSubclassEntityNames() - Method in class org.hibernate.tuple.EntityMetamodel
- getSuperclass() - Method in class org.hibernate.tuple.EntityMetamodel
- getText() - Method in class org.hibernate.tuple.ElementWrapper
- getTextTrim() - Method in class org.hibernate.tuple.ElementWrapper
- getTuplizer(EntityMode) - Method in class org.hibernate.tuple.EntityMetamodel
- getTuplizer(EntityMode) - Method in class org.hibernate.tuple.TuplizerLookup
- Locate the contained tuplizer responsible for the given entity-mode.
- getTuplizerOrNull(EntityMode) - Method in class org.hibernate.tuple.EntityMetamodel
- getTuplizerOrNull(EntityMode) - Method in class org.hibernate.tuple.TuplizerLookup
- Locate the contained tuplizer responsible for the given entity-mode.
- getType() - Method in class org.hibernate.tuple.Property
- getUniquePath() - Method in class org.hibernate.tuple.ElementWrapper
- getUniquePath(Element) - Method in class org.hibernate.tuple.ElementWrapper
- getUnsavedValue() - Method in class org.hibernate.tuple.IdentifierProperty
- getUnsavedValue() - Method in class org.hibernate.tuple.VersionProperty
- getVersion(Object) - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- getVersion(Object) - Method in class org.hibernate.tuple.AbstractTuplizer
- getVersion(Object) - Method in interface org.hibernate.tuple.EntityTuplizer
- Extract the value of the version property from the given entity.
- getVersionProperty() - Method in class org.hibernate.tuple.EntityMetamodel
- getVersionPropertyIndex() - Method in class org.hibernate.tuple.EntityMetamodel
- getXPathResult(int) - Method in class org.hibernate.tuple.ElementWrapper
- getters - Variable in class org.hibernate.tuple.AbstractComponentTuplizer
- getters - Variable in class org.hibernate.tuple.AbstractEntityTuplizer
- getters - Variable in class org.hibernate.tuple.AbstractTuplizer
- guessEntityMode(Object) - Method in class org.hibernate.tuple.EntityMetamodel
- guessEntityMode(Object) - Method in class org.hibernate.tuple.TuplizerLookup
- Given a supposed instance of an entity/component, guess its entity mode.
H
- hasCascades - Variable in class org.hibernate.tuple.EntityMetamodel
- hasCascades() - Method in class org.hibernate.tuple.EntityMetamodel
- hasCollections - Variable in class org.hibernate.tuple.EntityMetamodel
- hasCollections() - Method in class org.hibernate.tuple.EntityMetamodel
- hasContent() - Method in class org.hibernate.tuple.ElementWrapper
- hasCustomAccessors - Variable in class org.hibernate.tuple.AbstractComponentTuplizer
- hasCustomAccessors - Variable in class org.hibernate.tuple.AbstractEntityTuplizer
- hasCustomAccessors - Variable in class org.hibernate.tuple.AbstractTuplizer
- hasIdentifierMapper - Variable in class org.hibernate.tuple.IdentifierProperty
- hasIdentifierMapper() - Method in class org.hibernate.tuple.IdentifierProperty
- hasLazyProperties - Variable in class org.hibernate.tuple.EntityMetamodel
- hasLazyProperties() - Method in class org.hibernate.tuple.EntityMetamodel
- hasMixedContent() - Method in class org.hibernate.tuple.ElementWrapper
- hasMutableProperties - Variable in class org.hibernate.tuple.EntityMetamodel
- hasMutableProperties() - Method in class org.hibernate.tuple.EntityMetamodel
- hasNaturalIdentifier() - Method in class org.hibernate.tuple.EntityMetamodel
- hasParentProperty() - Method in class org.hibernate.tuple.AbstractComponentTuplizer
- hasParentProperty() - Method in interface org.hibernate.tuple.ComponentTuplizer
- Does the component managed by this tuuplizer contain a parent property?
- hasParentProperty() - Method in class org.hibernate.tuple.PojoComponentTuplizer
- hasProxy() - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- hasProxy() - Method in class org.hibernate.tuple.AbstractTuplizer
- hasProxy() - Method in interface org.hibernate.tuple.EntityTuplizer
- Does this entity, for this mode, present a possibility for proxying?
- hasSubclasses - Variable in class org.hibernate.tuple.EntityMetamodel
- hasSubclasses() - Method in class org.hibernate.tuple.EntityMetamodel
- hasUninitializedLazyProperties(Object) - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- hasUninitializedLazyProperties(Object) - Method in class org.hibernate.tuple.AbstractTuplizer
- hasUninitializedLazyProperties(Object) - Method in interface org.hibernate.tuple.EntityTuplizer
- Does the given entity instance have any currently uninitialized lazy properties?
- hasUninitializedLazyProperties(Object) - Method in class org.hibernate.tuple.PojoEntityTuplizer
- hasUninitializedLazyProperties(Object) - Method in class org.hibernate.tuple.PojoTuplizer
- hashCode() - Method in class org.hibernate.tuple.ElementWrapper
I
- IdentifierProperty - class org.hibernate.tuple.IdentifierProperty.
- Represents a defined entity identifier property within the Hibernate runtime-metamodel.
- IdentifierProperty(String, String, Type, boolean, IdentifierValue, IdentifierGenerator) - Constructor for class org.hibernate.tuple.IdentifierProperty
- Construct a non-virtual identifier property.
- IdentifierProperty(Type, boolean, boolean, IdentifierValue, IdentifierGenerator) - Constructor for class org.hibernate.tuple.IdentifierProperty
- Construct a virtual IdentifierProperty.
- Instantiator - interface org.hibernate.tuple.Instantiator.
- Contract for implementors responsible for instantiating entity/component instances.
- idGetter - Variable in class org.hibernate.tuple.AbstractEntityTuplizer
- idGetter - Variable in class org.hibernate.tuple.AbstractTuplizer
- idSetter - Variable in class org.hibernate.tuple.AbstractEntityTuplizer
- idSetter - Variable in class org.hibernate.tuple.AbstractTuplizer
- identifierAssignedByInsert - Variable in class org.hibernate.tuple.IdentifierProperty
- identifierGenerator - Variable in class org.hibernate.tuple.IdentifierProperty
- identifierMapperType - Variable in class org.hibernate.tuple.AbstractEntityTuplizer
- identifierProperty - Variable in class org.hibernate.tuple.EntityMetamodel
- indexOf(Node) - Method in class org.hibernate.tuple.ElementWrapper
- indicatesCollection(Type) - Method in class org.hibernate.tuple.EntityMetamodel
- inherited - Variable in class org.hibernate.tuple.EntityMetamodel
- insertGenerated - Variable in class org.hibernate.tuple.StandardProperty
- insertable - Variable in class org.hibernate.tuple.StandardProperty
- instantiate() - Method in class org.hibernate.tuple.AbstractComponentTuplizer
- This method does not populate the component parent
- instantiate(Serializable) - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- instantiate() - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- instantiate(Serializable) - Method in class org.hibernate.tuple.AbstractTuplizer
- instantiate() - Method in class org.hibernate.tuple.AbstractTuplizer
- instantiate(Serializable) - Method in class org.hibernate.tuple.Dom4jInstantiator
- instantiate() - Method in class org.hibernate.tuple.Dom4jInstantiator
- instantiate(Serializable) - Method in class org.hibernate.tuple.DynamicMapInstantiator
- instantiate() - Method in class org.hibernate.tuple.DynamicMapInstantiator
- instantiate(Serializable) - Method in interface org.hibernate.tuple.EntityTuplizer
- Create an entity instance initialized with the given identifier.
- instantiate(Serializable) - Method in interface org.hibernate.tuple.Instantiator
- Perform the requested entity instantiation.
- instantiate() - Method in interface org.hibernate.tuple.Instantiator
- Perform the requested instantiation.
- instantiate(Serializable) - Method in class org.hibernate.tuple.PojoComponentTuplizer.ProxiedInstantiator
- instantiate() - Method in class org.hibernate.tuple.PojoComponentTuplizer.ProxiedInstantiator
- instantiate() - Method in class org.hibernate.tuple.PojoInstantiator
- instantiate(Serializable) - Method in class org.hibernate.tuple.PojoInstantiator
- instantiate() - Method in interface org.hibernate.tuple.Tuplizer
- Generate a new, empty entity.
- instantiator - Variable in class org.hibernate.tuple.AbstractComponentTuplizer
- instantiator - Variable in class org.hibernate.tuple.AbstractEntityTuplizer
- instantiator - Variable in class org.hibernate.tuple.AbstractTuplizer
- isAbstract - Variable in class org.hibernate.tuple.EntityMetamodel
- isAbstract() - Method in class org.hibernate.tuple.EntityMetamodel
- isDirtyCheckable(boolean) - Method in class org.hibernate.tuple.StandardProperty
- isDirtyCheckable() - Method in class org.hibernate.tuple.StandardProperty
- isDynamicInsert() - Method in class org.hibernate.tuple.EntityMetamodel
- isDynamicUpdate() - Method in class org.hibernate.tuple.EntityMetamodel
- isEmbedded() - Method in class org.hibernate.tuple.IdentifierProperty
- isExplicitPolymorphism() - Method in class org.hibernate.tuple.EntityMetamodel
- isIdentifierAssignedByInsert() - Method in class org.hibernate.tuple.IdentifierProperty
- isInherited() - Method in class org.hibernate.tuple.EntityMetamodel
- isInsertGenerated() - Method in class org.hibernate.tuple.StandardProperty
- isInsertable() - Method in class org.hibernate.tuple.StandardProperty
- isInstance(Object) - Method in class org.hibernate.tuple.AbstractComponentTuplizer
- isInstance(Object) - Method in class org.hibernate.tuple.AbstractEntityTuplizer
- isInstance(Object) - Method in class org.hibernate.tuple.AbstractTuplizer
- isInstance(Object) - Method in class org.hibernate.tuple.Dom4jInstantiator