Module storm

Interface ORMTemplate

All Superinterfaces:
QueryTemplate, RepositoryLookup, SubqueryTemplate
All Known Implementing Classes:
ORMTemplateImpl

public interface ORMTemplate extends QueryTemplate, RepositoryLookup

The ORMTemplate is the primary interface that extends the QueryTemplate and RepositoryLooking interfaces, providing access to both the SQL Template engine and ORM logic.

See Also: