Uses of Interface
org.hibernate.loader.ast.spi.Loadable
Packages that use Loadable
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
-
Uses of Loadable in org.hibernate.loader.ast.spi
Methods in org.hibernate.loader.ast.spi that return Loadable -
Uses of Loadable in org.hibernate.metamodel.mapping
Subinterfaces of Loadable in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterfaceMapping of an entityinterfaceMapping of a plural (collection-valued) attribute -
Uses of Loadable in org.hibernate.persister.entity
Subinterfaces of Loadable in org.hibernate.persister.entityClasses in org.hibernate.persister.entity that implement LoadableModifier and TypeClassDescriptionclassBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classThe default implementation of theEntityPersisterinterface.classAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy.