Uses of Enum Class
li.strolch.persistence.postgresql.DataType
-
Uses of DataType in li.strolch.persistence.postgresql
Fields in li.strolch.persistence.postgresql declared as DataTypeMethods in li.strolch.persistence.postgresql that return DataTypeModifier and TypeMethodDescriptionPostgresqlDao.getDataType()PostgreSqlPersistenceHandler.getDataType()static DataTypeReturns the enum constant of this class with the specified name.static DataType[]DataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in li.strolch.persistence.postgresql with parameters of type DataTypeModifierConstructorDescriptionArchivePostgreSqlActivityDao(DataType dataType, Connection connection, TransactionResult txResult, boolean versioningEnabled) ArchivePostgreSqlOrderDao(DataType dataType, Connection connection, TransactionResult txResult, boolean versioningEnabled) ArchivePostgreSqlResourceDao(DataType dataType, Connection connection, TransactionResult txResult, boolean versioningEnabled) PostgreSqlActivityDao(DataType dataType, Connection connection, TransactionResult txResult, boolean versioningEnabled) PostgresqlDao(DataType dataType, Connection connection, TransactionResult txResult, boolean versioningEnabled) PostgreSqlOrderDao(DataType dataType, Connection connection, TransactionResult txResult, boolean versioningEnabled) protectedPostgreSqlResourceDao(DataType dataType, Connection connection, TransactionResult txResult, boolean versioningEnabled)