Package javax.annotation.sql
Annotation Type DataSourceDefinition
-
@Retention(RUNTIME) @Target(TYPE) public @interface DataSourceDefinition
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
databaseName
String
description
int
initialPoolSize
int
isolationLevel
int
loginTimeout
int
maxIdleTime
int
maxPoolSize
int
maxStatements
int
minPoolSize
String
password
int
portNumber
String[]
properties
String
serverName
boolean
transactional
String
url
String
user
-
-
-
Element Detail
-
className
String className
-
-
-
name
String name
-
-
-
databaseName
String databaseName
- Default:
- ""
-
-
-
description
String description
- Default:
- ""
-
-
-
password
String password
- Default:
- ""
-
-
-
serverName
String serverName
- Default:
- "localhost"
-
-
-
url
String url
- Default:
- ""
-
-
-
user
String user
- Default:
- ""
-
-
-
properties
String[] properties
- Default:
- {}
-
-