Package org.apereo.cas.jpa
Class AbstractJpaEntityFactory<T>
java.lang.Object
org.apereo.cas.jpa.AbstractJpaEntityFactory<T>
- Type Parameters:
T- the type parameter
This is
AbstractJpaEntityFactory.- Since:
- 6.2.0
-
Constructor Details
-
AbstractJpaEntityFactory
public AbstractJpaEntityFactory()
-
-
Method Details
-
getType
Gets type.- Returns:
- the type
-
newInstance
New document.- Returns:
- the document
-
isMsSqlServer
public boolean isMsSqlServer()Is MS SQL Server ?.- Returns:
- true/false
-
isOracle
public boolean isOracle()Is oracle ?.- Returns:
- true/false
-
isMySql
public boolean isMySql()Is my sql ?.- Returns:
- true/false
-
isPostgres
public boolean isPostgres()Is postgres ?.- Returns:
- true/false
-
isMariaDb
public boolean isMariaDb()Is maria db ?- Returns:
- true/false
-