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 interfaceAttributeMappingDescribes an attribute at the mapping model level.interfacePluralAttributeMappingMapping of a plural (collection-valued) attributeinterfaceSingularAttributeMappingMapping 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 classAbstractAttributeMappingclassAbstractSingularAttributeMappingclassAbstractStateArrayContributorMappingclassBasicAttributeMappingclassDiscriminatedAssociationAttributeMappingSingular, any-valued attributeclassEmbeddedAttributeMappingclassInverseNonAggregatedIdentifierMappingThe inverse part of a "non-aggregated" composite identifier.classPluralAttributeMappingImplclassToOneAttributeMappingclassVirtualEmbeddedAttributeMapping
-