Package lucee.runtime.orm
Interface ORMEngine
public interface ORMEngine
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
int
getMode()
void
init
(PageContext pc) boolean
reload
(PageContext pc, boolean force)
-
Field Details
-
MODE_LAZY
static final int MODE_LAZY- See Also:
-
MODE_STRICT
static final int MODE_STRICT- See Also:
-
-
Method Details
-
getLabel
String getLabel()- Returns:
- returns the label of the ORM Engine
-
getMode
int getMode() -
createSession
- Throws:
PageException
-
init
- Throws:
PageException
-
getConfiguration
-
reload
- Throws:
PageException
-