Interface ReactiveDatabaseStructure
-
- All Superinterfaces:
DatabaseStructure
,ExportableProducer
public interface ReactiveDatabaseStructure extends DatabaseStructure
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReactiveAccessCallback
buildReactiveCallback(SharedSessionContractImplementor session)
-
Methods inherited from interface org.hibernate.id.enhanced.DatabaseStructure
buildCallback, configure, getAllSqlForTests, getIncrementSize, getInitialValue, getPhysicalName, getTimesAccessed, initialize, isPhysicalSequence, prepare, registerExportables
-
-
-
-
Method Detail
-
buildReactiveCallback
ReactiveAccessCallback buildReactiveCallback(SharedSessionContractImplementor session)
-
-