JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.blackrook.sql.hints
Annotation Interface SQLIgnore
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
METHOD
})
public @interface
SQLIgnore
Placing this annotation on public fields or getter/setter methods on POJOs hints at this field not being included in the resulting collection/table.
Author:
Matthew Tropiano