Package | Description |
---|---|
org.hibernate.loader.plan.exec.internal |
Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollectionLoadQueryDetails
Handles interpreting a LoadPlan (for loading of a collection) by:
generating the SQL query to perform
creating the readers needed to read the results from the SQL's ResultSet
|
class |
BasicCollectionLoadQueryDetails |
class |
EntityLoadQueryDetails
Handles interpreting a LoadPlan (for loading of an entity) by:
generating the SQL query to perform
creating the readers needed to read the results from the SQL's ResultSet
|
class |
OneToManyLoadQueryDetails |
Copyright © 2019 JBoss by Red Hat. All rights reserved.