Package | Description |
---|---|
org.hibernate.tuple |
This package defines a runtime metamodel for entities at
the object level and abstracts the differences between
the various entity modes.
|
org.hibernate.tuple.component |
Modifier and Type | Method and Description |
---|---|
static StandardProperty |
PropertyFactory.buildStandardProperty(AttributeBinding property,
boolean lazyAvailable)
Generate a "standard" (i.e., non-identifier and non-version) based on the given
mapped property.
|
static StandardProperty |
PropertyFactory.buildStandardProperty(Property property,
boolean lazyAvailable)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StandardProperty[] |
ComponentMetamodel.getProperties() |
StandardProperty |
ComponentMetamodel.getProperty(int index) |
StandardProperty |
ComponentMetamodel.getProperty(String propertyName) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.