|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionFactory.Type | |
|---|---|
| org.lazydog.repository.jpa.internal | |
| Uses of ConnectionFactory.Type in org.lazydog.repository.jpa.internal |
|---|
| Methods in org.lazydog.repository.jpa.internal that return ConnectionFactory.Type | |
|---|---|
static ConnectionFactory.Type |
ConnectionFactory.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConnectionFactory.Type[] |
ConnectionFactory.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.lazydog.repository.jpa.internal with parameters of type ConnectionFactory.Type | |
|---|---|
Connection |
ConnectionFactory.getConnection(ConnectionFactory.Type type)
Get the connection for the type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||