Serialized Form
-
Package org.nuiton.topia
-
Exception org.nuiton.topia.TopiaException
class TopiaException extends RuntimeException implements Serializable- serialVersionUID:
- -1251439453383121393L
-
Exception org.nuiton.topia.TopiaNotFoundException
class TopiaNotFoundException extends TopiaException implements Serializable- serialVersionUID:
- -8206486077608923797L
-
Exception org.nuiton.topia.TopiaRuntimeException
class TopiaRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 4706337137948838375L
-
Exception org.nuiton.topia.TopiaVetoException
class TopiaVetoException extends RuntimeException implements Serializable- serialVersionUID:
- 6809613247516488399L
-
-
Package org.nuiton.topia.event
-
Class org.nuiton.topia.event.TopiaContextEvent
class TopiaContextEvent extends EventObject implements Serializable- serialVersionUID:
- 560256125962144181L
-
Class org.nuiton.topia.event.TopiaEntitiesEvent
class TopiaEntitiesEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entities
List<E extends TopiaEntity> entities
-
-
Class org.nuiton.topia.event.TopiaEntityEvent
class TopiaEntityEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dirtyProperties
int[] dirtyProperties
Dirty properties in case of update event. -
entity
TopiaEntity entity
-
oldState
Object[] oldState
Old state in case of update event. -
state
Object[] state
-
-
Class org.nuiton.topia.event.TopiaTransactionEvent
class TopiaTransactionEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entities
Map<TopiaEntity,
EntityState> entities
-
-
-
Package org.nuiton.topia.framework
-
Class org.nuiton.topia.framework.TopiaConnectionProvider
class TopiaConnectionProvider extends Object implements Serializable- serialVersionUID:
- -8190835231054317644L
-
Serialized Fields
-
autocommit
boolean autocommit
auto commit connection state. Can be configured by hibernate propertyAvailableSettings.AUTOCOMMIT.- See Also:
-
connectionProps
Properties connectionProps
All grabbed connection properties -
isolation
Integer isolation
Sql isolation level to use in connection. Can be configured by hibernate propertyAvailableSettings.ISOLATION.- See Also:
-
pool
List<Connection> pool
Our pool of connections which are not closed and availables. -
poolSize
int poolSize
Size of connection pool. By default use20, can be specify by using the hibernate configuration propertyAvailableSettings.POOL_SIZE. -
stopped
boolean stopped
-
url
String url
JDBC url of connection. This is a mandatory hibernate configuration vi the propertyAvailableSettings.URL.
-
-
Class org.nuiton.topia.framework.TopiaFiresSupport.TopiaHibernateEvent
class TopiaHibernateEvent extends Object implements Serializable- serialVersionUID:
- 7303593133642169218L
-
Serialized Fields
-
rootContext
TopiaContextImplementor rootContext
-
-
-
Package org.nuiton.topia.persistence
-
Class org.nuiton.topia.persistence.TopiaEntityAbstract
class TopiaEntityAbstract extends Object implements Serializable- serialVersionUID:
- -7458577454878852241L
-
Class org.nuiton.topia.persistence.TopiaId
class TopiaId extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
topiaId
String topiaId
-
-
-
Package org.nuiton.topia.persistence.csv
-
Package org.nuiton.topia.persistence.csv.in
-
Class org.nuiton.topia.persistence.csv.in.CsvFileImportResult
class CsvFileImportResult extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entityTypes
Set<T extends TopiaEntityEnum> entityTypes
type of entity to import csv datas. -
importFileName
String importFileName
Name of the csv file to import. -
numberCreated
Map<T extends TopiaEntityEnum,
Integer> numberCreated Count of created entities. -
numberUpdated
Map<T extends TopiaEntityEnum,
Integer> numberUpdated Count of updated entities.
-
-
Class org.nuiton.topia.persistence.csv.in.CsvImportResult
class CsvImportResult extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
createIfNotFound
boolean createIfNotFound
Flag to authorize to create entities not found in db. -
entityType
T extends TopiaEntityEnum entityType
type of entity to import csv datas. -
importFileName
String importFileName
Name of the csv file to import. -
numberCreated
int numberCreated
Count of created entities. -
numberUpdated
int numberUpdated
Count of updated entities. -
progressModel
CsvProgressModel progressModel
-
-
-
Package org.nuiton.topia.persistence.metadata
-
Class org.nuiton.topia.persistence.metadata.AssociationMeta
class AssociationMeta extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
Name fo the association. -
source
T extends TopiaEntityEnum source
Association source entity type. -
target
T extends TopiaEntityEnum target
Association target entity type.
-
-
Class org.nuiton.topia.persistence.metadata.ColumnMeta
class ColumnMeta extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.nuiton.topia.persistence.metadata.TableMeta
class TableMeta extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
associations
List<AssociationMeta<T extends TopiaEntityEnum>> associations
List of associations of the entity. -
binder
org.nuiton.util.beans.Binder<TopiaEntity,
TopiaEntity> binder Binder used to copy entities (lazy loaded). -
columns
List<ColumnMeta> columns
List of columns of the entity. -
dependencies
Set<T extends TopiaEntityEnum> dependencies
List of dependencies (says all property with a topiaentity type) -
source
T extends TopiaEntityEnum source
Type of the entity. -
useNaturalIdsOrNotNulls
boolean useNaturalIdsOrNotNulls
-
-
-
Package org.nuiton.topia.persistence.pager
-
Class org.nuiton.topia.persistence.pager.FilterRule
class FilterRule extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
data
String data
-
field
String field
-
op
FilterRuleOperator op
-
-
Class org.nuiton.topia.persistence.pager.TopiaPagerBean
class TopiaPagerBean extends PagerBean implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
groupOp
FilterRuleGroupOperator groupOp
-
rules
List<FilterRule> rules
-
sortAscendant
boolean sortAscendant
-
sortColumn
String sortColumn
-
-
-
Package org.nuiton.topia.persistence.util
-
Class org.nuiton.topia.persistence.util.DiffState.DiffStateMap
- serialVersionUID:
- 1L
-
Class org.nuiton.topia.persistence.util.PagerBean
class PagerBean extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
pageIndex
int pageIndex
Deprecated.Index of the page. -
pageSize
int pageSize
Deprecated.Page size, says number of records in a page. -
pagesNumber
long pagesNumber
Deprecated.Number of pages. -
recordEndIndex
long recordEndIndex
Deprecated.Index of the last record in this page. -
records
long records
Deprecated.Number of records (says numbers of rows displayable. -
recordStartIndex
long recordStartIndex
Deprecated.Index of the first record in this page.
-
-
Class org.nuiton.topia.persistence.util.TopiaEntityBinder
class TopiaEntityBinder extends org.nuiton.util.beans.Binder<E extends TopiaEntity,E extends TopiaEntity> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
empty
E extends TopiaEntity empty
-
-
Class org.nuiton.topia.persistence.util.TopiaEntityIdsMap
class TopiaEntityIdsMap extends HashMap<Class<? extends TopiaEntity>,List<String>> implements Serializable - serialVersionUID:
- 1L
-
Class org.nuiton.topia.persistence.util.TopiaEntityMap
class TopiaEntityMap extends HashMap<K extends TopiaEntityEnum,List<? extends V extends TopiaEntity>> implements Serializable - serialVersionUID:
- 1L
-