JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Module
io.ebean.annotation
Package
io.ebean.annotation
Annotation Type Sql
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
public @interface
Sql
Mark and entity bean that is used solely via RawSql.
This means the entity bean has no base table specified (via @Table).