Class Session
- java.lang.Object
-
- org.javers.repository.sql.session.Session
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class Session extends java.lang.Object implements java.lang.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSQL_LOGGER_NAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()DialectNamegetDialectName()InsertBuilderinsert(java.lang.String queryName)voidlogStats()SelectBuilderselect(java.lang.String selectClauseSQL)
-
-
-
Field Detail
-
SQL_LOGGER_NAME
public static final java.lang.String SQL_LOGGER_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
select
public SelectBuilder select(java.lang.String selectClauseSQL)
-
insert
public InsertBuilder insert(java.lang.String queryName)
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable
-
logStats
public void logStats()
-
getDialectName
public DialectName getDialectName()
-
-