All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.blazebit.persistence.integration.hibernate.base.CustomCollectionPersister Maven / Gradle / Ivy

/*
 * SPDX-License-Identifier: Apache-2.0
 * Copyright Blazebit
 */

package com.blazebit.persistence.integration.hibernate.base;

/**
 *
 * @author Christian Beikov
 * @since 1.6.7
 */
public interface CustomCollectionPersister {

    public String getMappedByProperty();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy