very minor doc fixes
This commit is contained in:
parent
98d693501a
commit
d1c9c4abac
|
@ -10,7 +10,7 @@ import org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Models the information for custom SQL execution defined as part of
|
* Models the information for custom SQL execution defined as part of
|
||||||
* the mapping for a primary/secondary table
|
* the mapping for a primary or secondary table.
|
||||||
*
|
*
|
||||||
* @author Steve Ebersole
|
* @author Steve Ebersole
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -16,6 +16,8 @@ import org.hibernate.type.descriptor.java.BasicJavaType;
|
||||||
import org.jboss.logging.Logger;
|
import org.jboss.logging.Logger;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Basic implementation of {@link TypeDefinitionRegistry}.
|
||||||
|
*
|
||||||
* @author Chris Cranford
|
* @author Chris Cranford
|
||||||
*/
|
*/
|
||||||
public class TypeDefinitionRegistryStandardImpl implements TypeDefinitionRegistry {
|
public class TypeDefinitionRegistryStandardImpl implements TypeDefinitionRegistry {
|
||||||
|
|
|
@ -18,7 +18,6 @@ import org.hibernate.boot.archive.scan.spi.ScanEnvironment;
|
||||||
import org.hibernate.boot.archive.scan.spi.ScanOptions;
|
import org.hibernate.boot.archive.scan.spi.ScanOptions;
|
||||||
import org.hibernate.boot.archive.spi.ArchiveDescriptorFactory;
|
import org.hibernate.boot.archive.spi.ArchiveDescriptorFactory;
|
||||||
import org.hibernate.boot.internal.ClassmateContext;
|
import org.hibernate.boot.internal.ClassmateContext;
|
||||||
import org.hibernate.boot.model.TypeBeanInstanceProducer;
|
|
||||||
import org.hibernate.boot.model.convert.spi.ConverterDescriptor;
|
import org.hibernate.boot.model.convert.spi.ConverterDescriptor;
|
||||||
import org.hibernate.boot.model.relational.AuxiliaryDatabaseObject;
|
import org.hibernate.boot.model.relational.AuxiliaryDatabaseObject;
|
||||||
import org.hibernate.boot.registry.StandardServiceRegistry;
|
import org.hibernate.boot.registry.StandardServiceRegistry;
|
||||||
|
@ -59,8 +58,7 @@ public interface BootstrapContext {
|
||||||
/**
|
/**
|
||||||
* The {@link BeanInstanceProducer} to use when creating custom type references.
|
* The {@link BeanInstanceProducer} to use when creating custom type references.
|
||||||
*
|
*
|
||||||
* @implNote Generally this will be a {@link TypeBeanInstanceProducer}
|
* @implNote Usually a {@link org.hibernate.boot.model.TypeBeanInstanceProducer}.
|
||||||
* reference
|
|
||||||
*/
|
*/
|
||||||
BeanInstanceProducer getCustomTypeProducer();
|
BeanInstanceProducer getCustomTypeProducer();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue