com.jboss.wildfly.schema.IDataSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of guiced-persistence-wildfly Show documentation
Show all versions of guiced-persistence-wildfly Show documentation
Reads the given standalone wildfly file to configure the ConnectionBaseInfo object.
package com.jboss.wildfly.schema;
@FunctionalInterface
public interface IDataSource
{
String getJndiName();
}