( documentation for Telosys generator version 4.1.0 )
Factory providing new objects instances
Since : 3.4.0
Attributes and methods |
.newBigDecimal(Double value) : BigDecimal
Creates a new instance of BigDecimal object with the given double value |
.newBigDecimal(Integer value) : BigDecimal
Creates a new instance of BigDecimal object with the given integer value |
.newBigDecimal(String value) : BigDecimal
Creates a new instance of BigDecimal object with the given string value |
.newBigInteger(Integer value) : BigInteger
Creates a new instance of BigInteger object with the given integer value |
.newBigInteger(String value) : BigInteger
Creates a new instance of BigInteger object with the given string value |
.newJdbc(EntityInContext entity) : JdbcInContext
Creates a new instance of the JDBC tool object for the given entity |
.newSql(String targetDbName) : SqlInContext
Creates a new instance of SQL tool object using the default database definition (if any) |
.newSql(String targetDbName, FileInContext targetDbConfigFile) : SqlInContext
Creates a new instance of SQL tool object using a specific database definition file |