|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=CLASS) @Target(value=java.lang.annotation.ElementType.TYPE) public @interface Finder
Optional Element Summary | |
---|---|
String |
cachingName
Specifies the name of an eager relationship caching. |
String |
comment
Defines a comment that will be reproduced above the generated finder Java method. |
String |
ejbQl
Specifies the EJB QL request as it will appear in the deployment descriptor. |
Finder.GenerateOn |
generateOn
(Local|Remote) Determines which Home this finder will be generated on. |
String |
groupName
Names the group for the WebLogic Server query. |
String |
id
The identity of this tag (used for tag inheritance only). |
Constants.Bool |
includeUpdates
(True|False) Determines whether updates made during the current transaction must be reflected in the result of a query. |
Constants.IsolationLevel |
isolationLevel
(TransactionSerializable|TransactionReadCommitted|TransactionReadUncommitted|TransactionRepeatableRead) Specifies the type of transaction isolation for this method. |
String |
maxElements
Specifies the maximum number of elements that should be returned by a multi-valued query. |
String |
signature
Specifies exactly the signature to be generated on the Home class. |
Constants.Bool |
sqlSelectDistinct
(True|False) Determines whether the generated SQL SELECT will contain a DISTINCT qualifier. |
Constants.TransactionAttribute |
transactionAttribute
(NotSupported|Supports|Required|RequiresNew|Mandatory|Never) Specifies the transaction attribute for this local method. |
String |
weblogicEjbQl
Specifies the Weblogic Server EJB QL request as it will appear in the deployment descriptor. |
public abstract Constants.IsolationLevel isolationLevel
public abstract Constants.TransactionAttribute transactionAttribute
public abstract Finder.GenerateOn generateOn
public abstract String comment
public abstract String id
public abstract String cachingName
public abstract String groupName
public abstract String maxElements
public abstract String signature
public abstract Constants.Bool sqlSelectDistinct
public abstract Constants.Bool includeUpdates
public abstract String ejbQl
public abstract String weblogicEjbQl
|
Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |