Uses of Interface
com.alpha.mongodb.entitymanager.entity.Manageable
-
-
Uses of Manageable in com.alpha.mongodb.entitymanager
Methods in com.alpha.mongodb.entitymanager with type parameters of type Manageable Modifier and Type Method Description <T extends Manageable>
TManagedEntityEnhancer. newEntity(Class<T> tClass)
Creates a new entity of type `tClass` -
Uses of Manageable in com.alpha.mongodb.entitymanager.entity
Classes in com.alpha.mongodb.entitymanager.entity with type parameters of type Manageable Modifier and Type Interface Description static interface
Cloneable.CopiedEntityCallback<E extends Manageable>
Subinterfaces of Manageable in com.alpha.mongodb.entitymanager.entity Modifier and Type Interface Description interface
Cloneable
An entity that can be cloned/copiedinterface
Deletable
An enhanced entity that can be deleted.interface
Refreshable
An entity that can be refreshed within a managed session.interface
Updatable
A managed entity that can be updated.interface
Versioned
An entity that contains versionMethods in com.alpha.mongodb.entitymanager.entity with type parameters of type Manageable Modifier and Type Method Description default <E extends Manageable>
ECloneable. clone(Cloneable.CopiedEntityCallback<E> callback)
Provides an implementation of cloning a document and saving it inside the database.default <E extends Manageable>
ECloneable. copy()
Copies an entity but does not save it in the database.default <E extends Manageable>
ECloneable. simpleClone()
Simple clone with identity callbackMethods in com.alpha.mongodb.entitymanager.entity that return types with arguments of type Manageable Modifier and Type Method Description default EntityInformation<? extends Manageable>
Manageable. getEntityInformation()
Get Entity Information -
Uses of Manageable in com.alpha.mongodb.entitymanager.entity.internal
Subinterfaces of Manageable in com.alpha.mongodb.entitymanager.entity.internal Modifier and Type Interface Description interface
ManageableWithId
Entity that has a getter method that returns id. -
Uses of Manageable in com.alpha.mongodb.entitymanager.proxy.advice
Methods in com.alpha.mongodb.entitymanager.proxy.advice that return types with arguments of type Manageable Modifier and Type Method Description Class<? extends Manageable>
ManageableAdvice. getAdvisedClass()
-