Uses of Interface
org.hibernate.sql.results.graph.DatabaseSnapshotContributor
-
Packages that use DatabaseSnapshotContributor Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal -
-
Uses of DatabaseSnapshotContributor in org.hibernate.metamodel.mapping
Subinterfaces of DatabaseSnapshotContributor in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
AttributeMapping
Describes an attribute at the mapping model level.interface
PluralAttributeMapping
Mapping of a plural (collection-valued) attributeinterface
SingularAttributeMapping
Mapping for a singular (non-collection) attribute. -
Uses of DatabaseSnapshotContributor in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement DatabaseSnapshotContributor Modifier and Type Class Description class
AbstractAttributeMapping
class
AbstractSingularAttributeMapping
class
AbstractStateArrayContributorMapping
class
BasicAttributeMapping
class
DiscriminatedAssociationAttributeMapping
Singular, any-valued attributeclass
EmbeddedAttributeMapping
class
InverseNonAggregatedIdentifierMapping
The inverse part of a "non-aggregated" composite identifier.class
PluralAttributeMappingImpl
class
ToOneAttributeMapping
class
VirtualEmbeddedAttributeMapping
-