public class DataSourceHelper extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
DataSourceHelper.Matcher |
Constructor and Description |
---|
DataSourceHelper() |
Modifier and Type | Method and Description |
---|---|
static <T extends Class<?>> |
getAnnotatedClasses(T cls) |
static <T extends Class<?>> |
getDefaultClass(T cls,
String uri)
Method returns class which would be by default used as implementation of class
|
static <T extends Class<?>> |
getDefaultClass(T cls,
String uri,
DataSourceHelper.Matcher matcher) |
static String |
getDefaultClassName(Class cls,
String uri) |
public static <T extends Class<?>> T getDefaultClass(T cls, String uri, DataSourceHelper.Matcher matcher) throws DBInitException
DBInitException
public static <T extends Class<?>> T getDefaultClass(T cls, String uri) throws DBInitException
cls
- uri
- DBInitException
public static String getDefaultClassName(Class cls, String uri) throws DBInitException
DBInitException
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.