| view-type |
text |
|
The view-type restricts
the home interface in which the finder is defined. You must specify
one of the following attributes:
The default value is
|
false |
| description |
text |
|
The description of the
finder. |
false |
| signature |
text |
|
Defines the signature of
the method, for example, in java.util.Collection findAll().
The return type in the signature must be fully qualified. |
true |
| unchecked |
Boolean |
Entity beans, EJB 2.0 |
Flags the finder as having unchecked permission.
If the parameter unchecked is present, role-name must be omitted.
The default value is true. |
false |
| role-name |
text |
|
A comma-separated list of roles that can invoke
this finder method. |
false |
| query |
text |
Entity beans, EJB 2.0 |
EJB-QL query for the finder. |
false |
| result-type-mapping |
text |
Entity beans, EJB 2.0 |
Indicates the result-type-mapping (indicates
the return type) for the finder method. You must specify one of the
following attributes:
The default value is
|
false |
| transaction-type |
text |
|
Indicates the transaction-type attribute
sets to the method. |
false |
| method-intf |
text |
|
Indicates the interface (Home or LocalHome)
for which the finder permissions should be set. If the permissions
should apply to both Home or LocalHome interfaces, you do not use
this parameter. You must specify one of the following attributes:
The default value is
|
false |