Interface HibernateProvider
- All Superinterfaces:
AutoCloseable,SqlProvider
- All Known Implementing Classes:
HibernateProvider.Default
public interface HibernateProvider extends SqlProvider, AutoCloseable
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHibernateProvider.DefaultNested classes/interfaces inherited from interface one.microstream.afs.sql.SqlProvider
SqlProvider.Abstract -
Field Summary
Fields inherited from interface one.microstream.afs.sql.SqlProvider
DATA_COLUMN_NAME, DATA_COLUMN_TYPE, END_COLUMN_NAME, END_COLUMN_TYPE, IDENTIFIER_COLUMN_LENGTH, IDENTIFIER_COLUMN_NAME, IDENTIFIER_COLUMN_TYPE, START_COLUMN_NAME, START_COLUMN_TYPE -
Method Summary
Modifier and Type Method Description voidclose()javax.persistence.EntityManagerentityManager()static HibernateProviderNew(String persistenceUnit)Methods inherited from interface one.microstream.afs.sql.SqlProvider
catalog, copyFileQuery, createDirectoryQueries, deleteFileQuery, deleteFileQueryFromEnd, deleteFileQueryFromStart, execute, fileExistsQuery, fileSizeQuery, listFilesQuery, moveFileQuerySameParent, queryDirectories, queryDirectoryExists, readDataQuery, readDataQueryWithLength, readDataQueryWithOffset, readDataQueryWithRange, readMetadataQuery, readMetadataQuerySingleSegment, schema, setBlob, writeDataQuery
-
Method Details
-
entityManager
javax.persistence.EntityManager entityManager() -
close
void close()- Specified by:
closein interfaceAutoCloseable
-
New
-