ch.elca.el4j.tests.services.persistence.hibernate
Class IdentityFixerTest.Example

java.lang.Object
  extended by ch.elca.el4j.services.persistence.generic.dto.AbstractIntOptimisticLockingDto
      extended by ch.elca.el4j.services.persistence.generic.dto.AbstractIntKeyIntOptimisticLockingDto
          extended by ch.elca.el4j.tests.services.persistence.hibernate.IdentityFixerTest.Example
All Implemented Interfaces:
OptimisticLockingObject, PrimaryKeyObject, PrimaryKeyOptimisticLockingObject, Serializable
Enclosing class:
IdentityFixerTest

@Entity
private class IdentityFixerTest.Example
extends AbstractIntKeyIntOptimisticLockingDto


Field Summary
 List<IdentityFixerTest.Example> children
           
 IdentityFixerTest.Example[] childrenArray
           
 int[] ints
           
 String name
           
 IdentityFixerTest.Example parent
           
 
Constructor Summary
IdentityFixerTest.Example()
           
IdentityFixerTest.Example(String name)
           
 
Method Summary
 String toString()
          
 
Methods inherited from class ch.elca.el4j.services.persistence.generic.dto.AbstractIntKeyIntOptimisticLockingDto
equals, getKey, getKeyAsObject, hashCode, isKeyNew, resetNew, setKey, setKey, useGeneratedKey
 
Methods inherited from class ch.elca.el4j.services.persistence.generic.dto.AbstractIntOptimisticLockingDto
getOptimisticLockingVersion, increaseOptimisticLockingVersion, setOptimisticLockingVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ch.elca.el4j.services.persistence.generic.dto.OptimisticLockingObject
increaseOptimisticLockingVersion
 

Field Detail

name

public String name

ints

public int[] ints

childrenArray

public IdentityFixerTest.Example[] childrenArray

children

public List<IdentityFixerTest.Example> children

parent

public IdentityFixerTest.Example parent
Constructor Detail

IdentityFixerTest.Example

public IdentityFixerTest.Example()

IdentityFixerTest.Example

public IdentityFixerTest.Example(String name)
Method Detail

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2005-2011 ELCA. All Rights Reserved.