The ISqlLoadable type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AfterInitialize | Called just after the entities properties have been initialized (Inherited from IEntityPersister.) |
![]() | AfterReassociate | Called just after the entity has been reassociated with the session (Inherited from IEntityPersister.) |
![]() | CreateProxy |
Create a new proxy instance
(Inherited from IEntityPersister.) |
![]() | Delete |
Delete a persistent instance
(Inherited from IEntityPersister.) |
![]() | FindDirty | Locate the property-indices of all properties considered to be dirty. (Inherited from IEntityPersister.) |
![]() | FindModified | Locate the property-indices of all properties considered to be dirty. (Inherited from IEntityPersister.) |
![]() | ForceVersionIncrement | (Inherited from IEntityPersister.) |
![]() | GetConcreteProxyClass |
Get the proxy interface that instances of this concrete class will be cast to
(Inherited from IEntityPersister.) |
![]() | GetCurrentVersion |
Get the current version of the object, or return null if there is no row for
the given identifier. In the case of unversioned data, return any object
if the row exists.
(Inherited from IEntityPersister.) |
![]() | GetDatabaseSnapshot |
Get the current database state of the object, in a "hydrated" form, without resolving identifiers
(Inherited from IEntityPersister.) |
![]() | GetDiscriminatorAlias |
Get the alias used for the discriminator column, given a suffix
(Inherited from ILoadable.) |
![]() | GetIdentifier |
Get the identifier of an instance ( throw an exception if no identifier property)
(Inherited from IEntityPersister.) |
![]() | GetIdentifierAliases |
Get the result set aliases used for the identifier columns, given a suffix
(Inherited from ILoadable.) |
![]() | GetMappedClass |
The persistent class, or null
(Inherited from IEntityPersister.) |
![]() | GetNaturalIdentifierSnapshot |
Retrieve the current state of the natural-id properties from the database.
(Inherited from IEntityPersister.) |
![]() | GetPropertyAliases |
Get the result set aliases used for the property columns, given a suffix (properties of this class, only).
(Inherited from ILoadable.) |
![]() | GetPropertyColumnNames |
Get the result set column names mapped for this property (properties of this class, only).
(Inherited from ILoadable.) |
![]() | GetPropertyType |
Get the type of a particular property
(Inherited from IEntityPersister.) |
![]() | GetPropertyValue(Object, Int32, EntityMode) |
Get the value of a particular property
(Inherited from IEntityPersister.) |
![]() | GetPropertyValue(Object, String, EntityMode) |
Get the value of a particular property
(Inherited from IEntityPersister.) |
![]() | GetPropertyValues |
Return the values of the mapped properties of the object
(Inherited from IEntityPersister.) |
![]() | GetPropertyValuesToInsert | Return the values of the insertable properties of the object (including backrefs) (Inherited from IEntityPersister.) |
![]() | GetSubclassEntityPersister | Get the persister for an instance of this class or a subclass (Inherited from IEntityPersister.) |
![]() | GetSubclassForDiscriminatorValue |
Get the concrete subclass corresponding to the given discriminator value
(Inherited from ILoadable.) |
![]() | GetSubclassPropertyColumnAliases |
Returns the column alias names used to persist/query the numbered property of the class or a subclass (optional operation).
|
![]() | GetSubclassPropertyColumnNames |
Return the column names used to persist/query the named property of the class or a subclass (optional operation).
|
![]() | GetVersion |
Get the version number (or timestamp) from the object's version property (or return null if not versioned)
(Inherited from IEntityPersister.) |
![]() | GuessEntityMode | Try to discover the entity mode from the entity instance (Inherited from IEntityPersister.) |
![]() | HasUninitializedLazyProperties | Does the given instance have any uninitialized lazy properties? (Inherited from IEntityPersister.) |
![]() | Hydrate |
Retrieve property values from one row of a result set
(Inherited from ILoadable.) |
![]() | ImplementsLifecycle |
Does the class implement the ILifecycle inteface?
(Inherited from IEntityPersister.) |
![]() | ImplementsValidatable |
Does the class implement the IValidatable interface?
(Inherited from IEntityPersister.) |
![]() | Insert(array<Object>[]()[][], Object, ISessionImplementor) |
Persist an instance, using a natively generated identifier (optional operation)
(Inherited from IEntityPersister.) |
![]() | Insert(Object, array<Object>[]()[][], Object, ISessionImplementor) |
Persist an instance
(Inherited from IEntityPersister.) |
![]() | Instantiate |
Create a class instance initialized with the given identifier
(Inherited from IEntityPersister.) |
![]() | IsInstance |
Determines whether the specified entity is an instance of the class
managed by this persister.
(Inherited from IEntityPersister.) |
![]() | IsInstrumented | Has the class actually been bytecode instrumented? (Inherited from IEntityPersister.) |
![]() | IsSubclassEntityName |
Determine whether the given name represents a subclass entity
(or this entity itself) of the entity mapped by this persister.
(Inherited from IEntityPersister.) |
![]() | IsTransient | Is this a new transient instance? (Inherited from IEntityPersister.) |
![]() | IsUnsavedVersion |
Check the version value trough VersionValue.
(Inherited from IEntityPersister.) |
![]() | Load |
Load an instance of the persistent class.
(Inherited from IEntityPersister.) |
![]() | Lock |
Do a version check (optional operation)
(Inherited from IEntityPersister.) |
![]() | PostInstantiate |
Finish the initialization of this object, once all ClassPersisters have been
instantiated. Called only once, before any other method.
(Inherited from IEntityPersister.) |
![]() | ProcessInsertGeneratedProperties |
Perform a select to retrieve the values of any generated properties
back from the database, injecting these generated values into the
given entity as well as writing this state to the persistence context.
(Inherited from IEntityPersister.) |
![]() | ProcessUpdateGeneratedProperties |
Perform a select to retrieve the values of any generated properties
back from the database, injecting these generated values into the
given entity as well as writing this state to the persistence context.
(Inherited from IEntityPersister.) |
![]() | ResetIdentifier |
Set the identifier and version of the given instance back
to its "unsaved" value, returning the id
(Inherited from IEntityPersister.) |
![]() | SelectFragment |
All columns to select, when loading.
|
![]() | SetIdentifier |
Set the identifier of an instance (or do nothing if no identifier property)
(Inherited from IEntityPersister.) |
![]() | SetPropertyValue |
Set the value of a particular property
(Inherited from IEntityPersister.) |
![]() | SetPropertyValues |
Set the given values to the mapped properties of the given object
(Inherited from IEntityPersister.) |
![]() | Update |
Update a persistent instance
(Inherited from IEntityPersister.) |