|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LobCreationContext.Callback | |
---|---|
org.hibernate.engine.jdbc | |
org.hibernate.envers.entities.mapper.relation.lazy | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs of the
org.hibernate package. |
Uses of LobCreationContext.Callback in org.hibernate.engine.jdbc |
---|
Fields in org.hibernate.engine.jdbc declared as LobCreationContext.Callback | |
---|---|
static LobCreationContext.Callback<Blob> |
ContextualLobCreator.CREATE_BLOB_CALLBACK
|
static LobCreationContext.Callback<Clob> |
ContextualLobCreator.CREATE_CLOB_CALLBACK
|
static LobCreationContext.Callback<NClob> |
ContextualLobCreator.CREATE_NCLOB_CALLBACK
|
Methods in org.hibernate.engine.jdbc with parameters of type LobCreationContext.Callback | ||
---|---|---|
|
LobCreationContext.execute(LobCreationContext.Callback<T> callback)
Execute the given callback, making sure it has access to a viable JDBC Connection . |
Uses of LobCreationContext.Callback in org.hibernate.envers.entities.mapper.relation.lazy |
---|
Methods in org.hibernate.envers.entities.mapper.relation.lazy with parameters of type LobCreationContext.Callback | ||
---|---|---|
|
AbstractDelegateSessionImplementor.execute(LobCreationContext.Callback<T> callback)
|
Uses of LobCreationContext.Callback in org.hibernate.internal |
---|
Methods in org.hibernate.internal with parameters of type LobCreationContext.Callback | ||
---|---|---|
|
AbstractSessionImpl.execute(LobCreationContext.Callback<T> callback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |