Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

/**
* @author Steve Ebersole
*
* @since 7.2
*/
public interface SharedSessionBuilderImplementor extends SharedSessionBuilder, SessionBuilderImplementor {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* SPI extension of StatelessSession
*
* @author Steve Ebersole
*
* @since 7.2
*/
public interface StatelessSessionImplementor extends StatelessSession, SharedSessionContractImplementor {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
* callbacks related to transaction completion.
*
* @author Steve Ebersole
*
* @since 7.2
*/
@Incubating
public interface TransactionCompletionCallbacks {
Expand Down
Loading