Class EntitySchemaInformation<E>
- java.lang.Object
-
- com.alpha.mongodb.entitymanager.entity.info.EntitySchemaInformation<E>
-
public class EntitySchemaInformation<E> extends Object
-
-
Constructor Summary
Constructors Constructor Description EntitySchemaInformation(Class<E> entityClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<EntityField>
getIdField()
Optional<EntityField>
getVersionField()
-
-
-
Method Detail
-
getIdField
public Optional<EntityField> getIdField()
-
getVersionField
public Optional<EntityField> getVersionField()
-
-