Class QueryExecutor
- java.lang.Object
-
- de.hybris.platform.directpersistence.read.QueryExecutor
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class QueryExecutor extends java.lang.Object implements java.lang.AutoCloseable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
static QueryExecutor
openConnection()
-
-
-
Method Detail
-
openConnection
public static QueryExecutor openConnection()
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
-
-