X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=test%2Fenterprise%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Ftest%2Fpersistence%2FJpaCustomizer.java;h=b022234228c925369dbb86e89676b00fd0297f25;hb=83898516d61bfcd1f4e3a3ea79bb56f3877f4900;hp=dcafb4260011a277589235a003f44871d80e00bf;hpb=a1ab1a2e44c95cc10ad4c4d15420b49e3744d93b;p=utils diff --git a/test/enterprise/src/main/java/org/wamblee/test/persistence/JpaCustomizer.java b/test/enterprise/src/main/java/org/wamblee/test/persistence/JpaCustomizer.java index dcafb426..b0222342 100644 --- a/test/enterprise/src/main/java/org/wamblee/test/persistence/JpaCustomizer.java +++ b/test/enterprise/src/main/java/org/wamblee/test/persistence/JpaCustomizer.java @@ -12,7 +12,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.wamblee.test.persistence; import java.util.Map; @@ -33,16 +33,20 @@ import org.dbunit.dataset.filter.ITableFilterSimple; public interface JpaCustomizer { /** - * Customizes the persistence unit through properties. - * @param aPersistenceUnit Persistence unit. - * @param aJpaProperties Current properties. + * Customizes the persistence unit through properties. + * + * @param aPersistenceUnit + * Persistence unit. + * @param aJpaProperties + * Current properties. */ void customize(PersistenceUnitDescription aPersistenceUnit, Map aJpaProperties); /** - * Gets the tables specific to the JPA provider. - * @return Tables. + * Gets the tables specific to the JPA provider. + * + * @return Tables. */ ITableFilterSimple getJpaTables(); }