Details
- the 184 salts loaded during initialization are "pre-orphaned", as
they
are not in any wells until after
they appear in a library load. so loading library contents, then
unloading, will delete any salts that were in the library contents. is
this a problem? the whole pre-loading salts business is of questionable
value
- orphan genes do not get deleted yet, since hibernate delete-orphan is
not supported for many-to-one
relationships (sr-to-gene in this case). i could go in and delete them
manually, but is it worth it?
orphaned genes are benign, and could be swept at any time with a simple
script.
[reference for hibernate delete-orphan:
http://www.hibernate.org/hib_docs/v3/reference/en/html/objectstate.html#objectstate-transitive
] |
Details
- the 184 salts loaded during initialization are "pre-orphaned", as
they
are not in any wells until after
they appear in a library load. so loading library contents, then
unloading, will delete any salts that were in the library contents. is
this a problem? the whole pre-loading salts business is of questionable
value
- orphan genes do not get deleted yet, since hibernate delete-orphan is
not supported for many-to-one
relationships (sr-to-gene in this case). i could go in and delete them
manually, but is it worth it?
orphaned genes are benign, and could be swept at any time with a simple
script.
[reference for hibernate delete-orphan:
http://www.hibernate.org/hib_docs/v3/reference/en/html/objectstate.html#objectstate-transitive
] |