Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaee6 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.impl.javaee6 |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
DataSourceType<T> |
DataSourceType.className(String className)
Sets the
class-name element |
DataSourceType<T> |
DataSourceType.databaseName(String databaseName)
Sets the
database-name element |
DataSourceType<T> |
DataSourceType.description(String description)
Sets the
description element |
DataSourceType<T> |
DataSourceType.id(String id)
Sets the
id attribute |
DataSourceType<T> |
DataSourceType.initialPoolSize(Integer initialPoolSize)
Sets the
initial-pool-size element |
DataSourceType<T> |
DataSourceType.isolationLevel(IsolationLevelType isolationLevel)
Sets the
isolation-level element |
DataSourceType<T> |
DataSourceType.isolationLevel(String isolationLevel)
Sets the
isolation-level element |
DataSourceType<T> |
DataSourceType.loginTimeout(Integer loginTimeout)
Sets the
login-timeout element |
DataSourceType<T> |
DataSourceType.maxIdleTime(Integer maxIdleTime)
Sets the
max-idle-time element |
DataSourceType<T> |
DataSourceType.maxPoolSize(Integer maxPoolSize)
Sets the
max-pool-size element |
DataSourceType<T> |
DataSourceType.maxStatements(Integer maxStatements)
Sets the
max-statements element |
DataSourceType<T> |
DataSourceType.minPoolSize(Integer minPoolSize)
Sets the
min-pool-size element |
DataSourceType<T> |
DataSourceType.name(String name)
Sets the
name element |
DataSourceType<T> |
DataSourceType.password(String password)
Sets the
password element |
DataSourceType<T> |
DataSourceType.portNumber(Integer portNumber)
Sets the
port-number element |
DataSourceType<T> |
DataSourceType.removeAllProperty()
Removes all
property elements |
DataSourceType<T> |
DataSourceType.removeClassName()
Removes the
class-name element |
DataSourceType<T> |
DataSourceType.removeDatabaseName()
Removes the
database-name element |
DataSourceType<T> |
DataSourceType.removeDescription()
Removes the
description element |
DataSourceType<T> |
DataSourceType.removeId()
Removes the
id attribute |
DataSourceType<T> |
DataSourceType.removeInitialPoolSize()
Removes the
initial-pool-size element |
DataSourceType<T> |
DataSourceType.removeIsolationLevel()
Removes the
isolation-level attribute |
DataSourceType<T> |
DataSourceType.removeLoginTimeout()
Removes the
login-timeout element |
DataSourceType<T> |
DataSourceType.removeMaxIdleTime()
Removes the
max-idle-time element |
DataSourceType<T> |
DataSourceType.removeMaxPoolSize()
Removes the
max-pool-size element |
DataSourceType<T> |
DataSourceType.removeMaxStatements()
Removes the
max-statements element |
DataSourceType<T> |
DataSourceType.removeMinPoolSize()
Removes the
min-pool-size element |
DataSourceType<T> |
DataSourceType.removeName()
Removes the
name element |
DataSourceType<T> |
DataSourceType.removePassword()
Removes the
password element |
DataSourceType<T> |
DataSourceType.removePortNumber()
Removes the
port-number element |
DataSourceType<T> |
DataSourceType.removeServerName()
Removes the
server-name element |
DataSourceType<T> |
DataSourceType.removeTransactional()
Removes the
transactional element |
DataSourceType<T> |
DataSourceType.removeUrl()
Removes the
url element |
DataSourceType<T> |
DataSourceType.removeUser()
Removes the
user element |
DataSourceType<T> |
DataSourceType.serverName(String serverName)
Sets the
server-name element |
DataSourceType<T> |
DataSourceType.transactional(Boolean transactional)
Sets the
transactional element |
DataSourceType<T> |
DataSourceType.url(String url)
Sets the
url element |
DataSourceType<T> |
DataSourceType.user(String user)
Sets the
user element |
Modifier and Type | Method and Description |
---|---|
PropertyType<DataSourceType<T>> |
DataSourceType.createProperty()
Creates a new
property element |
List<PropertyType<DataSourceType<T>>> |
DataSourceType.getAllProperty()
Returns all
property elements |
PropertyType<DataSourceType<T>> |
DataSourceType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Modifier and Type | Class and Description |
---|---|
class |
DataSourceTypeImpl<T>
This class implements the
data-sourceType xsd type |
Modifier and Type | Method and Description |
---|---|
DataSourceType<T> |
DataSourceTypeImpl.className(String className)
Sets the
class-name element |
DataSourceType<T> |
DataSourceTypeImpl.databaseName(String databaseName)
Sets the
database-name element |
DataSourceType<T> |
DataSourceTypeImpl.description(String description)
Sets the
description element |
DataSourceType<T> |
DataSourceTypeImpl.id(String id)
Sets the
id attribute |
DataSourceType<T> |
DataSourceTypeImpl.initialPoolSize(Integer initialPoolSize)
Sets the
initial-pool-size element |
DataSourceType<T> |
DataSourceTypeImpl.isolationLevel(IsolationLevelType isolationLevel)
Sets the
isolation-level element |
DataSourceType<T> |
DataSourceTypeImpl.isolationLevel(String isolationLevel)
Sets the
isolation-level element |
DataSourceType<T> |
DataSourceTypeImpl.loginTimeout(Integer loginTimeout)
Sets the
login-timeout element |
DataSourceType<T> |
DataSourceTypeImpl.maxIdleTime(Integer maxIdleTime)
Sets the
max-idle-time element |
DataSourceType<T> |
DataSourceTypeImpl.maxPoolSize(Integer maxPoolSize)
Sets the
max-pool-size element |
DataSourceType<T> |
DataSourceTypeImpl.maxStatements(Integer maxStatements)
Sets the
max-statements element |
DataSourceType<T> |
DataSourceTypeImpl.minPoolSize(Integer minPoolSize)
Sets the
min-pool-size element |
DataSourceType<T> |
DataSourceTypeImpl.name(String name)
Sets the
name element |
DataSourceType<T> |
DataSourceTypeImpl.password(String password)
Sets the
password element |
DataSourceType<T> |
DataSourceTypeImpl.portNumber(Integer portNumber)
Sets the
port-number element |
DataSourceType<T> |
DataSourceTypeImpl.removeAllProperty()
Removes all
property elements |
DataSourceType<T> |
DataSourceTypeImpl.removeClassName()
Removes the
class-name element |
DataSourceType<T> |
DataSourceTypeImpl.removeDatabaseName()
Removes the
database-name element |
DataSourceType<T> |
DataSourceTypeImpl.removeDescription()
Removes the
description element |
DataSourceType<T> |
DataSourceTypeImpl.removeId()
Removes the
id attribute |
DataSourceType<T> |
DataSourceTypeImpl.removeInitialPoolSize()
Removes the
initial-pool-size element |
DataSourceType<T> |
DataSourceTypeImpl.removeIsolationLevel()
Removes the
isolation-level attribute |
DataSourceType<T> |
DataSourceTypeImpl.removeLoginTimeout()
Removes the
login-timeout element |
DataSourceType<T> |
DataSourceTypeImpl.removeMaxIdleTime()
Removes the
max-idle-time element |
DataSourceType<T> |
DataSourceTypeImpl.removeMaxPoolSize()
Removes the
max-pool-size element |
DataSourceType<T> |
DataSourceTypeImpl.removeMaxStatements()
Removes the
max-statements element |
DataSourceType<T> |
DataSourceTypeImpl.removeMinPoolSize()
Removes the
min-pool-size element |
DataSourceType<T> |
DataSourceTypeImpl.removeName()
Removes the
name element |
DataSourceType<T> |
DataSourceTypeImpl.removePassword()
Removes the
password element |
DataSourceType<T> |
DataSourceTypeImpl.removePortNumber()
Removes the
port-number element |
DataSourceType<T> |
DataSourceTypeImpl.removeServerName()
Removes the
server-name element |
DataSourceType<T> |
DataSourceTypeImpl.removeTransactional()
Removes the
transactional element |
DataSourceType<T> |
DataSourceTypeImpl.removeUrl()
Removes the
url element |
DataSourceType<T> |
DataSourceTypeImpl.removeUser()
Removes the
user element |
DataSourceType<T> |
DataSourceTypeImpl.serverName(String serverName)
Sets the
server-name element |
DataSourceType<T> |
DataSourceTypeImpl.transactional(Boolean transactional)
Sets the
transactional element |
DataSourceType<T> |
DataSourceTypeImpl.url(String url)
Sets the
url element |
DataSourceType<T> |
DataSourceTypeImpl.user(String user)
Sets the
user element |
Modifier and Type | Method and Description |
---|---|
PropertyType<DataSourceType<T>> |
DataSourceTypeImpl.createProperty()
Creates a new
property element |
List<PropertyType<DataSourceType<T>>> |
DataSourceTypeImpl.getAllProperty()
Returns all
property elements |
PropertyType<DataSourceType<T>> |
DataSourceTypeImpl.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.