Uses of Interface
org.hibernate.metamodel.mapping.WhereRestrictable
-
Packages that use WhereRestrictable Package Description org.hibernate.id org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.persister.collection org.hibernate.persister.entity org.hibernate.query.derived -
-
Uses of WhereRestrictable in org.hibernate.id
Subinterfaces of WhereRestrictable in org.hibernate.id Modifier and Type Interface Description interfacePostInsertIdentityPersisterA persister that may have an identity assigned by execution of a SQLINSERT. -
Uses of WhereRestrictable in org.hibernate.metamodel.mapping
Subinterfaces of WhereRestrictable in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceEntityMappingTypeMapping of an entityinterfacePluralAttributeMappingMapping of a plural (collection-valued) attributeinterfaceRestrictable -
Uses of WhereRestrictable in org.hibernate.metamodel.mapping.internal
Subinterfaces of WhereRestrictable in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interfaceInFlightEntityMappingTypeClasses in org.hibernate.metamodel.mapping.internal that implement WhereRestrictable Modifier and Type Class Description classPluralAttributeMappingImpl -
Uses of WhereRestrictable in org.hibernate.persister.collection
Subinterfaces of WhereRestrictable in org.hibernate.persister.collection Modifier and Type Interface Description interfaceCollectionPersisterA strategy for persisting a mapped collection role.interfaceQueryableCollectionA collection role that may be queried or loaded by outer join.interfaceSQLLoadableCollectionClasses in org.hibernate.persister.collection that implement WhereRestrictable Modifier and Type Class Description classAbstractCollectionPersisterBase implementation of theQueryableCollectioninterface.classBasicCollectionPersisterACollectionPersisterfor collections of values and many-to-many associations.classOneToManyPersisterACollectionPersisterforone-to-one associations. -
Uses of WhereRestrictable in org.hibernate.persister.entity
Subinterfaces of WhereRestrictable in org.hibernate.persister.entity Modifier and Type Interface Description interfaceEntityPersisterA strategy for persisting a mapped entity class.interfaceJoinableAnything that can be loaded by outer join - namely persisters for classes or collections.interfaceLoadableImplemented by anyEntityPersisterthat may be loaded using aLoader.interfaceLockableContract for things that can be locked via aLockingStrategy.interfaceOuterJoinLoadableAEntityPersisterthat may be loaded by outer join using and may be an element of a one-to-many association.interfaceQueryableDeprecated.SeeQueryableinterfaceSQLLoadableAnEntityPersisterthat supports queries expressed in the platform native SQL dialect.interfaceUniqueKeyLoadableAnEntityPersisterthat can be loaded by a non-primary unique key.Classes in org.hibernate.persister.entity that implement WhereRestrictable Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC through either generated or custom SQLclassJoinedSubclassEntityPersisterAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classSingleTableEntityPersisterThe default implementation of theEntityPersisterinterface.classUnionSubclassEntityPersisterAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy. -
Uses of WhereRestrictable in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement WhereRestrictable Modifier and Type Class Description classAnonymousTupleEntityValuedModelPart
-