A C D G I J L M N P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- APPLICATION - jakarta.annotation.Resource.AuthenticationType
- authenticationType() - Method in annotation type jakarta.annotation.Resource
-
The authentication type to use for this resource.
C
- className() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Name of a DataSource class that implements
javax.sql.DataSource
orjavax.sql.XADataSource
orjavax.sql.ConnectionPoolDataSource
. - comments() - Method in annotation type jakarta.annotation.Generated
-
A place holder for any comments that the code generator may want to include in the generated code.
- CONTAINER - jakarta.annotation.Resource.AuthenticationType
D
- databaseName() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Name of a database on a server.
- DataSourceDefinition - Annotation Type in jakarta.annotation.sql
-
Annotation used to define a container
DataSource
to be registered with JNDI. - DataSourceDefinitions - Annotation Type in jakarta.annotation.sql
-
Declares one or more
DataSourceDefinition
annotations. - date() - Method in annotation type jakarta.annotation.Generated
-
Date when the source was generated.
- DeclareRoles - Annotation Type in jakarta.annotation.security
-
Used by application to declare security roles.
- DenyAll - Annotation Type in jakarta.annotation.security
-
Specifies that no security roles are allowed to invoke the specified method(s).
- description() - Method in annotation type jakarta.annotation.Resource
-
Description of this resource.
- description() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Description of this data source
G
- Generated - Annotation Type in jakarta.annotation
-
The
Generated
annotation is used to mark source code that has been generated.
I
- initialPoolSize() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Number of connections that should be created when a connection pool is initialized.
- isolationLevel() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Isolation level for connections.
J
- jakarta.annotation - module jakarta.annotation
- jakarta.annotation - package jakarta.annotation
-
This package defines the common annotations.
- jakarta.annotation.security - package jakarta.annotation.security
-
This package contains the security common annotations.
- jakarta.annotation.sql - package jakarta.annotation.sql
L
- loginTimeout() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
- lookup() - Method in annotation type jakarta.annotation.Resource
-
The name of the resource that the reference points to.
M
- ManagedBean - Annotation Type in jakarta.annotation
-
The
ManagedBean
annotation marks a POJO (Plain Old Java Object) as a ManagedBean. - mappedName() - Method in annotation type jakarta.annotation.Resource
-
A product-specific name that this resource should be mapped to.
- maxIdleTime() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
The number of seconds that a physical connection should remain unused in the pool before the connection is closed for a connection pool.
- maxPoolSize() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Maximum number of connections that should be concurrently allocated for a connection pool.
- maxStatements() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
The total number of statements that a connection pool should keep open.
- minPoolSize() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Minimum number of connections that should be allocated for a connection pool.
N
- name() - Method in annotation type jakarta.annotation.Resource
-
The JNDI name of the resource.
- name() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
JNDI name by which the data source will be registered.
P
- password() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Password to use for connection authentication.
- PermitAll - Annotation Type in jakarta.annotation.security
-
Specifies that all security roles are allowed to invoke the specified method(s) — i.e., that the specified method(s) are "unchecked".
- portNumber() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Port number where a server is listening for requests.
- PostConstruct - Annotation Type in jakarta.annotation
-
The
PostConstruct
annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization. - PreDestroy - Annotation Type in jakarta.annotation
-
The
PreDestroy
annotation is used on a method as a callback notification to signal that the instance is in the process of being removed by the container. - Priority - Annotation Type in jakarta.annotation
-
The
Priority
annotation can be applied to classes or parameters to indicate in what order they should be used. - properties() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Used to specify vendor-specific properties and less commonly used
DataSource
properties such as:
R
- Resource - Annotation Type in jakarta.annotation
-
The
Resource
annotation marks a resource that is needed by the application. - Resource.AuthenticationType - Enum in jakarta.annotation
-
The two possible authentication types for a resource.
- Resources - Annotation Type in jakarta.annotation
-
This class is used to allow multiple resources declarations.
- RolesAllowed - Annotation Type in jakarta.annotation.security
-
Specifies the list of security roles permitted to access method(s) in an application.
- RunAs - Annotation Type in jakarta.annotation.security
-
Defines the identity of the application during execution.
S
- serverName() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Database server name.
- shareable() - Method in annotation type jakarta.annotation.Resource
-
Indicates whether this resource can be shared between this component and other components.
T
- transactional() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Set to
false
if connections should not participate in transactions. - type() - Method in annotation type jakarta.annotation.Resource
-
The Java type of the resource.
U
- url() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
A JDBC URL.
- user() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
User name to use for connection authentication.
V
- value() - Method in annotation type jakarta.annotation.Generated
-
The value element must have the name of the code generator.
- value() - Method in annotation type jakarta.annotation.ManagedBean
-
The name of the Jakarta Managed Bean.
- value() - Method in annotation type jakarta.annotation.Priority
-
The priority value.
- value() - Method in annotation type jakarta.annotation.Resources
-
Array used for multiple resource declarations.
- value() - Method in annotation type jakarta.annotation.security.DeclareRoles
-
List of security role names.
- value() - Method in annotation type jakarta.annotation.security.RolesAllowed
-
List of roles that are permitted access.
- value() - Method in annotation type jakarta.annotation.security.RunAs
-
Name of a security role.
- value() - Method in annotation type jakarta.annotation.sql.DataSourceDefinitions
- valueOf(String) - Static method in enum jakarta.annotation.Resource.AuthenticationType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum jakarta.annotation.Resource.AuthenticationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages