hibernated v0.2.13 (2014-12-29T07:46:36Z)
Home
Dub
Repo
ObjectDeletedException
hibernated
type
Thrown when the user tries to do something illegal with a deleted object.
class
ObjectDeletedException :
UnresolvableObjectException
{
this
(string msg, string f, size_t l);
this
(Throwable causedBy, string f, size_t l);
}
Constructors
this
this
(string msg, string f, size_t l)
Undocumented in source.
this
this
(Throwable causedBy, string f, size_t l)
Undocumented in source.
Meta
Source
See Implementation
hibernated
type
aliases
Byte
Double
Float
Int
Long
NullableDate
NullableDateTime
NullableTimeOfDay
Short
Ubyte
Uint
Ulong
Ushort
classes
BooleanType
ByteArrayBlobType
CacheException
DateTimeType
DateType
EntityType
HibernatedException
LazyInitializationException
MappingException
NonUniqueResultException
NumberType
ObjectDeletedException
ObjectNotFoundException
PropertyValueException
QueryException
QueryParameterException
QuerySyntaxException
SessionException
StringType
TimeType
TransactionException
TransientObjectException
Type
UbyteArrayBlobType
UnresolvableObjectException
structs
Lazy
LazyCollection
String
Thrown when the user tries to do something illegal with a deleted object.