A C D E F G I J L M N O P Q R S T U W

T

tearDown() - Method in class org.starobjects.jpa.runtime.persistence.GivenJpaObjectStorePersistorInstallerWhenCreateThenPersistorTest
 
tearDown() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.JpaObjectStoreAbstractTestCase
Shuts down the PersistenceSessionObjectStore (if an NakedObjectSession was created), and then resets the NakedObjectsContextStatic (the singleton).
tearDown() - Method in class org.starobjects.jpa.runtime.persistence.oid.GivenJpaOidGeneratorWhenCreateOidTest
 
tearDown() - Method in class org.starobjects.jpa.runtime.persistence.oid.GivenJpaOidGeneratorWhenOpenTest
 
tearDown() - Method in class org.starobjects.jpa.runtime.persistence.oid.GivenJpaOidWhenCopyFromTest
 
tearDown() - Method in class org.starobjects.jpa.runtime.persistence.oid.GivenJpaOidWhenCreateTest
 
tearDown() - Method in class org.starobjects.jpa.runtime.persistence.oid.GivenJpaOidWhenDecodeTest
 
tearDown() - Method in class org.starobjects.jpa.runtime.persistence.oid.GivenJpaOidWhenDestringTest
 
tearDown() - Method in class org.starobjects.jpa.runtime.persistence.oid.GivenJpaOidWhenEncodeTest
 
tearDown() - Method in class org.starobjects.jpa.runtime.persistence.oid.GivenJpaOidWhenEnstring
 
tearDown() - Method in class org.starobjects.jpa.runtime.persistence.oid.GivenJpaOidWhenEqualsTest
 
tearDown() - Method in class org.starobjects.jpa.runtime.persistence.oid.GivenJpaOidWhenMakePersistentTest
 
testShouldNotBeEqualIfPersistentVsTransient() - Method in class org.starobjects.jpa.runtime.persistence.oid.GivenJpaOidWhenEqualsTest
 
thenClosesHibernateSession() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.sessionmgmt.GivenOpenPersistenceSessionWhenCloseTest
 
thenCommitAddsToUpdateNotifier() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToMany.GivenTransactionWhenAddObjectToCollectionTest
Same number of objects added as flushed, see GivenTransactionWhenAddObjectToCollectionTest.thenFlushesHibernateSession().
thenCommitAddsToUpdateNotifier() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToMany.GivenTransactionWhenRemoveObjectFromCollectionTest
Same number of objects added as flushed, see GivenTransactionWhenRemoveObjectFromCollectionTest.thenFlushesHibernateSession().
thenCommitAddsToUpdateNotifier() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToManyBidir.GivenTransactionWhenAddObjectToCollectionTest
Same number of objects added as flushed, see GivenTransactionWhenAddObjectToCollectionTest.thenFlushesHibernateSession().
thenCommitAddsToUpdateNotifier() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToOne.GivenTransactionWhenReplaceReferencedObjectTest
 
thenCommitAddsToUpdateNotifier() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToOneBidir.GivenTransactionWhenReplaceReferencedObjectTest
 
thenCommitAddsToUpdateNotifier() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.simple.GivenTransactionWhenModifyPropertyTest
 
thenCommitFlushesDirtiedObject() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToOne.GivenTransactionWhenReplaceReferencedObjectTest
 
thenCommitFlushesDirtiedObject() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToOneBidir.GivenTransactionWhenReplaceReferencedObjectTest
 
thenCommitFlushesDirtiedObject() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.simple.GivenTransactionWhenModifyPropertyTest
 
thenCommitFlushesHibernateSession() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToOne.GivenTransactionWhenReplaceReferencedObjectTest
 
thenCommitFlushesHibernateSession() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToOneBidir.GivenTransactionWhenReplaceReferencedObjectTest
 
thenCommitFlushesHibernateSession() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.simple.GivenTransactionWhenModifyPropertyTest
 
thenDirtiesHibernateSession() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.sessionmgmt.GivenAttachedObjectWhenModifyTest
 
thenFlushesDirtiedObject() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.sessionmgmt.GivenOpenPersistenceSessionWithDirtyObjectsWhenCloseTest
 
thenFlushesDirtiedObject() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToMany.GivenTransactionWhenAddObjectToCollectionTest
 
thenFlushesDirtiedObject() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToMany.GivenTransactionWhenRemoveObjectFromCollectionTest
 
thenFlushesDirtiedObject() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToManyBidir.GivenTransactionWhenAddObjectToCollectionTest
 
thenFlushesHibernateSession() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.sessionmgmt.GivenOpenPersistenceSessionWithDirtyObjectsWhenCloseTest
 
thenFlushesHibernateSession() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToMany.GivenTransactionWhenAddObjectToCollectionTest
Seems that all the objects in the collection are flushed, along with the new one, even though there is only a database update against one of them (for the FK to be set to null).
thenFlushesHibernateSession() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToMany.GivenTransactionWhenRemoveObjectFromCollectionTest
Seems that all the objects in the collection are flushed, even though there is only a database update against one of them (for the FK to be set to null).
thenFlushesHibernateSession() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToManyBidir.GivenTransactionWhenAddObjectToCollectionTest
Unlike the 1->M, for a 1<->M it seems that only the two objects (ReferencingObject and the new ReferencedObjectB) are flushed.
thenFlushShouldDoNothing() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.flush.GivenNoTransactionInProgressTest
 
thenReturnedOidReflectsStrategizedClass() - Method in class org.starobjects.jpa.runtime.persistence.oid.GivenJpaOidGeneratorWhenCreateOidTest
 
thenShouldBeEqualsIfBothPersistentForSameClassAndSamePersistedId() - Method in class org.starobjects.jpa.runtime.persistence.oid.GivenJpaOidWhenEqualsTest
 
thenShouldNotBeEqualIfBothPersistentForDifferentClassEvenIfSamePersistedId() - Method in class org.starobjects.jpa.runtime.persistence.oid.GivenJpaOidWhenEqualsTest
 
thenShouldNotBeEqualIfBothPersistentForSameClassButDifferentPersistedId() - Method in class org.starobjects.jpa.runtime.persistence.oid.GivenJpaOidWhenEqualsTest
 
thenShouldReturnFalse() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.instances.has.GivenNoSimpleObjectBWhenHasInstancesTest
 
thenShouldReturnTrue() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.instances.has.GivenSimpleObjectWhenHasInstancesTest
 
thenThrowsExceptionIfClassStrategyMustBeInjected() - Method in class org.starobjects.jpa.runtime.persistence.oid.GivenJpaOidGeneratorWhenOpenTest
 
thenUsesClassStrategyToDetermineClass() - Method in class org.starobjects.jpa.runtime.persistence.oid.GivenJpaOidGeneratorWhenCreateOidTest
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.instances.SimpleObjectA
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.instances.SimpleObjectB
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.instances.SimpleObjectC
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.anyEager.ReferencedObjectA
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.anyEager.ReferencedObjectB
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.anyEager.ReferencingObject
Not including anything outside the id so don't get an accidental resolve.
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.anyLazy.ReferencedObjectA
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.anyLazy.ReferencedObjectB
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.anyLazy.ReferencingObject
Not including anything outside the id so don't get an accidental resolve.
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.manyToOneEager.ReferencedObjectA
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.manyToOneEager.ReferencedObjectB
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.manyToOneEager.ReferencingObject
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.manyToOneEagerJoin.ReferencedObjectA
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.manyToOneEagerJoin.ReferencedObjectB
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.manyToOneEagerJoin.ReferencingObject
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.manyToOneLazy.ReferencedObjectA
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.manyToOneLazy.ReferencedObjectB
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.manyToOneLazy.ReferencingObject
Not including anything outside the id so don't get an accidental resolve.
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.none.SimpleObject
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToManyEagerJoin.ReferencedObjectA
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToManyEagerJoin.ReferencedObjectB
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToManyEagerJoin.ReferencingObject
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToManyLazy.ReferencedObjectA
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToManyLazy.ReferencedObjectB
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToManyLazy.ReferencingObject
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToOneBidirLazyLazyFromFk.ReferencingObject
Not including anything outside the id so don't get an accidental resolve.
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToOneBidirLazyLazyFromFk.ReferencingObjectA
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToOneBidirLazyLazyFromFk.ReferencingObjectB
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToOneBidirLazyLazyFromNonFk.ReferencingObject
Not including anything outside the id so don't get an accidental resolve.
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToOneBidirLazyLazyFromNonFk.ReferencingObjectA
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToOneBidirLazyLazyFromNonFk.ReferencingObjectB
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToOneEager.ReferencedObjectA
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToOneEager.ReferencedObjectB
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToOneEager.ReferencingObject
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToOneEagerJoin.ReferencedObjectA
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToOneEagerJoin.ReferencedObjectB
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToOneEagerJoin.ReferencingObject
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToOneLazy.ReferencedObjectA
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToOneLazy.ReferencedObjectB
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.oneToOneLazy.ReferencingObject
Not including anything outside the id so don't get an accidental resolve.
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.simple.SimpleObject
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.supersubSingleTable.SubObject
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.load.supersubSingleTable.SuperObject
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.sessionmgmt.SimpleObject
Not including anything outside the id so don't get an accidental resolve.
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToMany.ReferencedObjectA
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToMany.ReferencedObjectB
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToMany.ReferencingObject
Not including anything outside the id so don't get an accidental resolve.
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToManyBidir.ReferencedObjectA
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToManyBidir.ReferencedObjectB
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToManyBidir.ReferencingObject
Not including anything outside the id so don't get an accidental resolve.
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToOne.ReferencedObjectA
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToOne.ReferencedObjectB
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToOne.ReferencingObject
Not including anything outside the id so don't get an accidental resolve.
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToOneBidir.ReferencedObjectA
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToOneBidir.ReferencedObjectB
 
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToOneBidir.ReferencingObject
Not including anything outside the id so don't get an accidental resolve.
toString() - Method in class org.starobjects.jpa.runtime.persistence.objectstore.update.simple.SimpleObject
Not including anything outside the id so don't get an accidental resolve.
transactionManager - Variable in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToMany.GivenTransactionWhenAddObjectToCollectionTest
 
transactionManager - Variable in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToMany.GivenTransactionWhenRemoveObjectFromCollectionTest
 
transactionManager - Variable in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToManyBidir.GivenTransactionWhenAddObjectToCollectionTest
 
transactionManager - Variable in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToOne.GivenTransactionWhenReplaceReferencedObjectTest
 
transactionManager - Variable in class org.starobjects.jpa.runtime.persistence.objectstore.update.oneToOneBidir.GivenTransactionWhenReplaceReferencedObjectTest
 
transactionManager - Variable in class org.starobjects.jpa.runtime.persistence.objectstore.update.simple.GivenTransactionWhenModifyPropertyTest
 
transientStateIsCopiedOver() - Method in class org.starobjects.jpa.runtime.persistence.oid.GivenJpaOidWhenCopyFromTest
 

A C D E F G I J L M N O P Q R S T U W
Copyright © 2009-2010 Dan Haywood. All Rights Reserved.