| Package | Description |
|---|---|
| org.hibernate.engine.spi | |
| org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
| org.hibernate.query.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SessionFactoryDelegatingImpl
Base delegating implementation of the SessionFactory and SessionFactoryImplementor
contracts for intended for easier implementation of SessionFactory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SessionFactoryImpl
Concrete implementation of the SessionFactory interface.
|
| Constructor and Description |
|---|
QueryParameterBindingImpl(Type type,
QueryParameterBindingTypeResolver typeResolver,
boolean isBindingValidationRequired) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.