Example usage for org.springframework.data.mapping.model SimpleTypeHolder DEFAULT

List of usage examples for org.springframework.data.mapping.model SimpleTypeHolder DEFAULT

Introduction

In this page you can find the example usage for org.springframework.data.mapping.model SimpleTypeHolder DEFAULT.

Prototype

SimpleTypeHolder DEFAULT

To view the source code for org.springframework.data.mapping.model SimpleTypeHolder DEFAULT.

Click Source Link

Usage

From source file:com._4dconcept.springframework.data.marklogic.core.mapping.BasicMarklogicPersistentPropertyTest.java

private MarklogicPersistentProperty getPropertyFor(MarklogicPersistentEntity<?> persistentEntity, Field field) {
    return new BasicMarklogicPersistentProperty(Property.of(persistentEntity.getTypeInformation(), field),
            persistentEntity, SimpleTypeHolder.DEFAULT);
}