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 interfaceCloneable.CopiedEntityCallback<E extends Manageable>Subinterfaces of Manageable in com.alpha.mongodb.entitymanager.entity Modifier and Type Interface Description interfaceCloneableAn entity that can be cloned/copiedinterfaceDeletableAn enhanced entity that can be deleted.interfaceRefreshableAn entity that can be refreshed within a managed session.interfaceUpdatableA managed entity that can be updated.interfaceVersionedAn 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 interfaceManageableWithIdEntity 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()
-